2023-04-04 |
Damien Neil | mime/multipart: limit parsed mime message sizes |
commit | commitdiff | tree |
2023-04-04 |
Damien Neil | net/textproto, mime/multipart: improve accounting of... |
commit | commitdiff | tree |
2023-04-04 |
Damien Neil | mime/multipart: avoid excessive copy buffer allocations... |
commit | commitdiff | tree |
2023-04-04 |
Damien Neil | net/textproto: avoid overpredicting the number of MIME... |
commit | commitdiff | tree |
2023-04-04 |
Mateusz Poliwczak | net: treat EAI_NODATA as errNoSuchHost |
commit | commitdiff | tree |
2023-04-04 |
cui fliter | all: fix misuses of "a" vs "an" |
commit | commitdiff | tree |
2023-04-04 |
Daniel Martí | encoding/gob: use reflect.Value.Grow |
commit | commitdiff | tree |
2023-04-04 |
Daniel Martí | encoding/gob: report allocs in benchmarks |
commit | commitdiff | tree |
2023-04-04 |
Daniel Martí | database/sql,testing/quick: use reflect.Value.SetZero |
commit | commitdiff | tree |
2023-04-04 |
Cherry Mui | runtime/cgo: use pthread_attr_get_np on Illumos |
commit | commitdiff | tree |
2023-04-04 |
Johan Brandhorst... | cmd/go: add wasip1 to modindex syslist |
commit | commitdiff | tree |
2023-04-03 |
Paul E. Murphy | runtime: cleanup PPC64/linux runtime.sigtramp |
commit | commitdiff | tree |
2023-04-03 |
Cherry Mui | Revert "Revert "runtime: consolidate function descripto... |
commit | commitdiff | tree |
2023-04-03 |
Than McIntosh | cmd/compile/internal/test: skip testpoint due to revert... |
commit | commitdiff | tree |
2023-04-03 |
doujiang24 | runtime/cgo: store M for C-created thread in pthread key |
commit | commitdiff | tree |
2023-04-03 |
Russ Cox | reflect: deprecate SliceHeader and StringHeader |
commit | commitdiff | tree |
2023-04-03 |
Russ Cox | doc: fix template mistake in godebug.md |
commit | commitdiff | tree |
2023-04-03 |
Than McIntosh | Revert "cmd/compile: allow more inlining of functions... |
commit | commitdiff | tree |
2023-03-31 |
Keith Randall | crypto/subtle: don't cast to *uintptr when word size... |
commit | commitdiff | tree |
2023-03-31 |
qmuntal | cmd/gofmt: set backup file permissions on Windows |
commit | commitdiff | tree |
2023-03-31 |
qmuntal | go/internal/gcimport: unskip Windows tests |
commit | commitdiff | tree |
2023-03-31 |
qmuntal | net: unskip TestConcurrentPreferGoResolversDial on... |
commit | commitdiff | tree |
2023-03-31 |
qmuntal | cmd/objdump: unskip TestDisasmExtld on Windows |
commit | commitdiff | tree |
2023-03-31 |
Austin Clements | sync: implement OnceFunc, OnceValue, and OnceValues |
commit | commitdiff | tree |
2023-03-31 |
Austin Clements | cmd/compile: allow more inlining of functions that... |
commit | commitdiff | tree |
2023-03-31 |
Cherry Mui | Revert "runtime/cgo: store M for C-created thread in... |
commit | commitdiff | tree |
2023-03-31 |
Cherry Mui | Revert "runtime: fix ARM assembly code in cgocallback" |
commit | commitdiff | tree |
2023-03-31 |
Cherry Mui | Revert "runtime: consolidate function descriptor defini... |
commit | commitdiff | tree |
2023-03-31 |
Cherry Mui | Revert "runtime: get a better g0 stack bound in needm" |
commit | commitdiff | tree |
2023-03-31 |
Philippe Antoine | all: replace fmt.Sprintf("%d") with strconv.Itoa |
commit | commitdiff | tree |
2023-03-31 |
Cuong Manh Le | cmd/compile: emit ODCL node for autotmp during RewriteN... |
commit | commitdiff | tree |
2023-03-31 |
Russ Cox | doc: add godebug.md, documenting GODEBUG |
commit | commitdiff | tree |
2023-03-31 |
Ted Painter | crypto/sha256: add sha-ni implementation |
commit | commitdiff | tree |
2023-03-31 |
Guoqi Chen | cmd/internal/obj: remove redundant cnames on loong64 |
commit | commitdiff | tree |
2023-03-31 |
WANG Xuerui | cmd/internal/obj/loong64: remove Optab.family and reorg... |
commit | commitdiff | tree |
2023-03-31 |
WANG Xuerui | cmd/internal/obj/loong64: assemble BEQ/BNEs comparing... |
commit | commitdiff | tree |
2023-03-30 |
Daniel Nephin | errors: improve the godoc for Join and Unwrap |
commit | commitdiff | tree |
2023-03-30 |
Cherry Mui | runtime: get a better g0 stack bound in needm |
commit | commitdiff | tree |
2023-03-30 |
Johan Brandhorst... | cmd/dist: mark wasip1/wasm port as broken |
commit | commitdiff | tree |
2023-03-30 |
Felix Geisendörfer | runtime: add a benchmark of FPCallers |
commit | commitdiff | tree |
2023-03-30 |
Felix Geisendörfer | runtime/trace: use regular unwinding for cgo callbacks |
commit | commitdiff | tree |
2023-03-30 |
Felix Geisendörfer | runtime/trace: enable frame pointer unwinding on amd64 |
commit | commitdiff | tree |
2023-03-30 |
Felix Geisendörfer | runtime: fix frame pointer loop on amd64 |
commit | commitdiff | tree |
2023-03-30 |
Johan Brandhorst... | all: add wasip1 definitions |
commit | commitdiff | tree |
2023-03-30 |
Johan Brandhorst... | cmd/compile: allow go:wasmimport in syscall |
commit | commitdiff | tree |
2023-03-30 |
Dmitri Shuralyov | run.bash: drop 'export GOROOT' and its obsolete comment |
commit | commitdiff | tree |
2023-03-30 |
Matthieu Baerts | net: mptcp: add end-to-end test |
commit | commitdiff | tree |
2023-03-30 |
Matthieu Baerts | net: mptcp: fallback to TCP in case of any error |
commit | commitdiff | tree |
2023-03-29 |
Daniel Martí | encoding/gob: avoid pointers to fieldType |
commit | commitdiff | tree |
2023-03-29 |
Daniel Martí | encoding/gob: reuse calls to TypeOf for wireType |
commit | commitdiff | tree |
2023-03-29 |
Daniel Martí | encoding/gob: avoid a pointer to wireType in typeInfo |
commit | commitdiff | tree |
2023-03-29 |
Daniel Martí | encoding/gob: use reflect.Value.IsZero |
commit | commitdiff | tree |
2023-03-29 |
Daniel Martí | encoding/gob: avoid filling userTypeCache at init time |
commit | commitdiff | tree |
2023-03-29 |
Stefan Dombrowski | os: don't check for IsExist in MkdirAll example |
commit | commitdiff | tree |
2023-03-29 |
Keiichi Hirobe | internal/singleflight: move Done call in TestForgetUnshared |
commit | commitdiff | tree |
2023-03-29 |
Matthieu Baerts | net: mptcp: implement listenMPTCP |
commit | commitdiff | tree |
2023-03-29 |
Matthieu Baerts | net: mptcp: implement dialMPTCP |
commit | commitdiff | tree |
2023-03-29 |
Bryan C. Mills | cmd/go: compute BuildInfo and EmbedFiles when listing... |
commit | commitdiff | tree |
2023-03-29 |
Daniel Frederick... | doc: normalize proposal-process links |
commit | commitdiff | tree |
2023-03-29 |
Jeff Hodges | cmd/go: change +build doc references to //go:build |
commit | commitdiff | tree |
2023-03-29 |
Keith Randall | cmd/compile: casts from slices to array pointers are... |
commit | commitdiff | tree |
2023-03-29 |
Robert Griesemer | go/types, types2: adjust Check.funcInst signature |
commit | commitdiff | tree |
2023-03-29 |
Robert Griesemer | go/types, types2: slightly tighter checks in Checker.use |
commit | commitdiff | tree |
2023-03-29 |
Robert Griesemer | go/types, types2: reverse inference of function type... |
commit | commitdiff | tree |
2023-03-29 |
Jonathan Amsterdam | src/log/slog: JSONHandler checks if error implements... |
commit | commitdiff | tree |
2023-03-29 |
Sameer Ajmani | context: add WithoutCancel |
commit | commitdiff | tree |
2023-03-29 |
Mateusz Poliwczak | encoding/asn1: improve memory efficiency of ObjectIdent... |
commit | commitdiff | tree |
2023-03-29 |
Ian Lance Taylor | os: remove mixed dot- and non-dot- imports in tests |
commit | commitdiff | tree |
2023-03-29 |
qmuntal | cmd/link,cmd/internal/objabi: support ADDR32NB relocati... |
commit | commitdiff | tree |
2023-03-29 |
Guoqi Chen | runtime: add comment for sys_linux_loong64 |
commit | commitdiff | tree |
2023-03-29 |
Guoqi Chen | runtime: save/restore callee-saved registers in loong64... |
commit | commitdiff | tree |
2023-03-29 |
Guoqi Chen | runtime: remove unnecessary writes to gp.sched.g on... |
commit | commitdiff | tree |
2023-03-28 |
Guoqi Chen | runtime: clean atomic_loong64.s of unnecessary package... |
commit | commitdiff | tree |
2023-03-28 |
Robert Griesemer | go/types, types2: don't report assignment mismatch... |
commit | commitdiff | tree |
2023-03-28 |
Ian Lance Taylor | test: add test that caused a gofrontend crash |
commit | commitdiff | tree |
2023-03-28 |
Than McIntosh | Revert "cmd/link: use path from "cc --print-prog-name... |
commit | commitdiff | tree |
2023-03-28 |
Keith Randall | cmd/compile: don't assume pointer of a slice is non-nil |
commit | commitdiff | tree |
2023-03-28 |
Robert Griesemer | go/types, types2: simplify Checker.exprList |
commit | commitdiff | tree |
2023-03-28 |
Robert Griesemer | go/types, types2: remove return values from Checker... |
commit | commitdiff | tree |
2023-03-28 |
Robert Griesemer | go/types, types2: refactor initVars |
commit | commitdiff | tree |
2023-03-28 |
Than McIntosh | cmd/link: use path from "cc --print-prog-name ar" for... |
commit | commitdiff | tree |
2023-03-28 |
Robert Griesemer | go/types, types2: refactor assignVars |
commit | commitdiff | tree |
2023-03-28 |
Keith Randall | cmd/compile: lower priority of avoiding registers |
commit | commitdiff | tree |
2023-03-28 |
Mateusz Poliwczak | net: support forceCgoDNS and forceGoDns on windows |
commit | commitdiff | tree |
2023-03-28 |
Michael Teichgraeber | encoding/asn1: support fractions of a second when unmar... |
commit | commitdiff | tree |
2023-03-28 |
Robert Griesemer | go/types, types2: remove unnecessary tests for x.typ... |
commit | commitdiff | tree |
2023-03-28 |
Robert Griesemer | go/types, types2: more systematic use of Checker.use... |
commit | commitdiff | tree |
2023-03-28 |
Guoqi Chen | cmd/internal/obj/loong64: save LR after decrementing SP |
commit | commitdiff | tree |
2023-03-27 |
Paul E. Murphy | runtime: consolidate function descriptor definitions... |
commit | commitdiff | tree |
2023-03-27 |
Ian Lance Taylor | net: don't assume that NOFILE rlimit fits in an int |
commit | commitdiff | tree |
2023-03-27 |
WANG Xuerui | cmd/internal/obj/loong64: clean up code for short condi... |
commit | commitdiff | tree |
2023-03-27 |
Tobias Klauser | internal/syscall/unix: fix PosixFallocate on 32-bit... |
commit | commitdiff | tree |
2023-03-27 |
Daniel Martí | cmd/compile: start using reflect.Value.IsZero |
commit | commitdiff | tree |
2023-03-27 |
Michael Pratt | runtime: skip TestGdbCoreSignalBacktrace on arches... |
commit | commitdiff | tree |
2023-03-27 |
Tobias Klauser | cmd/link/internal/ld, internal/syscall/unix: use posix_... |
commit | commitdiff | tree |
2023-03-27 |
Robert Griesemer | go/types, types2: better error message for some invalid... |
commit | commitdiff | tree |
2023-03-27 |
Jonathan Amsterdam | src/log/slog: disallow == on Values |
commit | commitdiff | tree |
2023-03-27 |
Jonathan Amsterdam | log/slog: fix string representation of Group values |
commit | commitdiff | tree |
2023-03-27 |
Robert Griesemer | cmd/compile: don't panic if unsafe.Sizeof/Offsetof... |
commit | commitdiff | tree |
2023-03-27 |
Cherry Mui | runtime: don't inject a sigpanic if not on user G stack |
commit | commitdiff | tree |
next |