aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-06[release-branch.go1.21] go1.21.1go1.21.1Gopher Robot
2023-09-06[release-branch.go1.21] html/template: properly handle special tags within th...Roland Shoemaker
2023-09-06[release-branch.go1.21] html/template: support HTML-like comments in script c...Roland Shoemaker
2023-09-06[release-branch.go1.21] cmd/go: reject toolchain directives containing path s...Bryan C. Mills
2023-08-31[release-branch.go1.21] net/http: revert "support streaming POST content in w...haruyama480
2023-08-30[release-branch.go1.21] runtime: restore caller's frame pointer when recoveri...Nick Ripley
2023-08-30[release-branch.go1.21] runtime: avoid MADV_HUGEPAGE for heap memoryMichael Anthony Knyszek
2023-08-30[release-branch.go1.21] go/types, types2: remove order dependency in inferenc...Robert Griesemer
2023-08-30[release-branch.go1.21] cmd/go: retry ETXTBSY errors when running test binariesBryan C. Mills
2023-08-30[release-branch.go1.21] crypto/tls: QUIC: fix panics when processing post-han...Damien Neil
2023-08-30[release-branch.go1.21] cmd/go: find GOROOT using os.Executable when installe...Bryan C. Mills
2023-08-30[release-branch.go1.21] encoding/xml: overriding by empty namespace when no n...xuri
2023-08-25[release-branch.go1.21] encoding/gob: prevent panic from index out of range i...Andy Pan
2023-08-25[release-branch.go1.21] runtime: fix maps.Clone bug when cloning a map mid-growKeith Randall
2023-08-24[release-branch.go1.21] context: fix synchronization in ExampleAfterFunc_condBryan C. Mills
2023-08-24[release-branch.go1.21] go/types, types2: disable interface inference for ver...Robert Griesemer
2023-08-24[release-branch.go1.21] cmd/compile: in expandCalls, move all arg marshalling...David Chase
2023-08-23[release-branch.go1.21] Revert "os: use handle based APIs to read directories...Bryan Mills
2023-08-23[release-branch.go1.21] Revert "cmd/compile: omit redundant sign/unsign exten...Keith Randall
2023-08-23[release-branch.go1.21] path/filepath: don't drop .. elements when cleaning i...Damien Neil
2023-08-23[release-branch.go1.21] cmd/link: don't mangle string symbol namesCherry Mui
2023-08-18[release-branch.go1.21] runtime/internal/wasitest: skip racy TCP echo testChris O'Hara
2023-08-17[release-branch.go1.21] runtime: mark traceEnabled and traceShuttingDown as n...Mauri de Souza Meneguzzo
2023-08-17[release-branch.go1.21] cmd/compile: ensure empty blocks in write barriers ar...Keith Randall
2023-08-17[release-branch.go1.21] runtime: profiling on Darwin cannot use blocking readsDavid Chase
2023-08-17[release-branch.go1.21] cmd/compile: make backingArrayPtrLen to return typech...Cuong Manh Le
2023-08-17[release-branch.go1.21] go/types, types2: don't panic during interface comple...Robert Findley
2023-08-17[release-branch.go1.21] go/types, types2: use correct parameter list when che...Robert Griesemer
2023-08-17[release-branch.go1.21] go/types, types2: use exact unification when comparin...Robert Griesemer
2023-08-17[release-branch.go1.21] cmd/api: rename api.go to main_test.goRuss Cox
2023-08-16[release-branch.go1.21] crypto/tls: add GODEBUG to control max RSA key sizeRoland Shoemaker
2023-08-15[release-branch.go1.21] cmd/go: fix missing case checking for empty sliceMichael Matloob
2023-08-14[release-branch.go1.21] net/http: permit requests with invalid Host headersDamien Neil
2023-08-11[release-branch.go1.21] cmd/distpack: include directory entries in tar filesRuss Cox
2023-08-11[release-branch.go1.21] cmd/go/internal/web: release the net token when an HT...Bryan C. Mills
2023-08-11[release-branch.go1.21] cmd/compile: fix missing init nodes for len(string([]...Cuong Manh Le
2023-08-08[release-branch.go1.21] go1.21.0go1.21.0Gopher Robot
2023-08-04[release-branch.go1.21] Revert "net/http: use Copy in ServeContent if CopyN n...Damien Neil
2023-08-03[release-branch.go1.21] spec: remove unnecessary sentenceRobert Griesemer
2023-08-03[release-branch.go1.21] runtime/internal: switch GOWASIRUNTIME defaultJohan Brandhorst-Satzkorn
2023-08-02[release-branch.go1.21] crypto/tls: change SendSessionTicket to take an optio...Damien Neil
2023-08-02[release-branch.go1.21] cmd/link: use symbol-targeted relocation for initiali...Cherry Mui
2023-08-02[release-branch.go1.21] cmd/go: missing name in failed command errorMauri de Souza Meneguzzo
2023-08-02[release-branch.go1.21] go1.21rc4go1.21rc4Gopher Robot
2023-08-01[release-branch.go1.21] crypto/tls: restrict RSA keys in certificates to <= 8...Roland Shoemaker
2023-08-01[release-branch.go1.21] cmd/go: make go list -m -u all not complain about mis...Russ Cox
2023-07-31[release-branch.go1.21] misc/wasm: switch default WASI runtimeJohan Brandhorst-Satzkorn
2023-07-31[release-branch.go1.21] spec: update spec to version at tipRobert Griesemer
2023-07-31[release-branch.go1.21 cmd/cgo/internal/test: don't pass -lm on darwinCherry Mui
2023-07-28[release-branch.go1.21] cmd/dist: handle -json flag in runPending (minimal)Dmitri Shuralyov