aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-05[release-branch.go1.20] go1.20.12go1.20.12Gopher Robot
2023-12-05[release-branch.go1.20] net/http: limit chunked data overheadDamien Neil
2023-11-29[release-branch.go1.20] crypto/rand,runtime: revert "switch RtlGenRandom for ...Roland Shoemaker
2023-11-28[release-branch.go1.20] cmd/compile: fix findIndVar so it does not match disj...Jorropo
2023-11-28[release-branch.go1.20] crypto/rand,runtime: switch RtlGenRandom for ProcessPrngRoland Shoemaker
2023-11-28[release-branch.go1.20] path/filepath: consider \\?\c: as a volume on WindowsDamien Neil
2023-11-27[release-branch.go1.20] cmd/go/internal/vcs: error out if the requested repo ...Bryan C. Mills
2023-11-07[release-branch.go1.20] cmd/go/internal/modfetch/codehost: set core.longpaths...Bryan C. Mills
2023-11-07[release-branch.go1.20] go1.20.11go1.20.11Gopher Robot
2023-11-07[release-branch.go1.20] path/filepath: fix various issues in parsing Windows ...Damien Neil
2023-10-30[release-branch.go1.20] net/http: pull http2 underflow fix from x/net/http2Mauri de Souza Meneguzzo
2023-10-12[release-branch.go1.20] cmd/link: split text sections for arm 32-bitThan McIntosh
2023-10-10[release-branch.go1.20] all: tidy dependency versioning after releaseDmitri Shuralyov
2023-10-10[release-branch.go1.20] go1.20.10go1.20.10Gopher Robot
2023-10-10[release-branch.go1.20] net/http: regenerate h2_bundle.goDamien Neil
2023-10-05[release-branch.go1.20] go1.20.9go1.20.9Gopher Robot
2023-10-05[release-branch.go1.20] cmd/compile: use absolute file name in isCgo checkIan Lance Taylor
2023-09-21[release-branch.go1.20] cmd/link: suppress -bind_at_load deprecation warning ...Cherry Mui
2023-09-21[release-branch.go1.20] cmd/link: disable DWARF by default in c-shared mode o...Cherry Mui
2023-09-21[release-branch.go1.20] cmd/link: force old Apple linker in plugin modeCherry Mui
2023-09-06[release-branch.go1.20] go1.20.8go1.20.8Gopher Robot
2023-09-06[release-branch.go1.20] html/template: properly handle special tags within th...Roland Shoemaker
2023-09-06[release-branch.go1.20] html/template: support HTML-like comments in script c...Roland Shoemaker
2023-08-24[release-branch.go1.20] cmd/compile: in expandCalls, move all arg marshalling...David Chase
2023-08-23[release-branch.go1.20] path/filepath: don't drop .. elements when cleaning i...Damien Neil
2023-08-17[release-branch.go1.20] runtime: profiling on Darwin cannot use blocking readsDavid Chase
2023-08-17[release-branch.go1.20] go/types, types2: don't panic during interface comple...Robert Findley
2023-08-17[release-branch.go1.20] cmd/api: rename api.go to main_test.goRuss Cox
2023-08-16[release-branch.go1.20] crypto/tls: add GODEBUG to control max RSA key sizeRoland Shoemaker
2023-08-14[release-branch.go1.20] cmd/go: do not index std as a module in modcacheRuss Cox
2023-08-14[release-branch.go1.20] net/http: permit requests with invalid Host headersDamien Neil
2023-08-11[release-branch.go1.20] cmd/go: refuse to build Go 1.22 codeRuss Cox
2023-08-01[release-branch.go1.20] go1.20.7go1.20.7Gopher Robot
2023-08-01[release-branch.go1.20] crypto/tls: restrict RSA keys in certificates to <= 8...Roland Shoemaker
2023-07-26[release-branch.go1.20] cmd/asm, cmd/internal/obj: generate proper atomic ops...Meng Zhuo
2023-07-19[release-branch.go1.20] net: tolerate permission errors in interface testsHeschi Kreinick
2023-07-19[release-branch.go1.20] cmd/compile: on PPC64, fix sign/zero extension when m...Paul E. Murphy
2023-07-11[release-branch.go1.20] go1.20.6go1.20.6Gopher Robot
2023-07-06[release-branch.go1.20] net/http: validate Host header before sendingDamien Neil
2023-06-29[release-branch.go1.20] runtime: set raceignore to zero when starting a new g...Jelle van den Hooff
2023-06-28[release-branch.go1.20] runtime: allow for 5 more threads in TestWindowsStack...Alex Brainman
2023-06-24[release-branch.go1.20] cmd/go: skip TestScript/gccgo_link_ldflags on aix/ppc64Cuong Manh Le
2023-06-22[release-branch.go1.20] crypto/x509: tolerate multiple matching chains in tes...Roland Shoemaker
2023-06-22[release-branch.go1.20] cmd/go/internal/test: don't wait for previous test ac...Bryan C. Mills
2023-06-22[release-branch.go1.20] runtime: resolve checkdead panic by refining `startm`...Lucien Coffe
2023-06-22[release-branch.go1.20] runtime: fallback to TEB arbitrary pointer when TLS s...qmuntal
2023-06-22[release-branch.go1.20] runtime: use 1-byte load for address checking in race...Cherry Mui
2023-06-21[release-branch.go1.20] net/mail: permit more characters in mail headersIan Lance Taylor
2023-06-21[release-branch.go1.20] all: make safe for new vet analyzerHeschi Kreinick
2023-06-21[release-branch.go1.20] cmd/go: fix tests for new builder environmentHeschi Kreinick