aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-06[release-branch.go1.20] go1.20.14go1.20.14release-branch.go1.20Gopher Robot
2024-02-01[release-branch.go1.20] Revert "crypto/internal/boring: upgrade module to fip...Filippo Valsorda
2024-01-31[release-branch.go1.20] crypto/x509: properly gate test on macos versionRoland Shoemaker
2024-01-25[release-branch.go1.20] runtime: properly model rwmutex in lock rankingMichael Pratt
2024-01-09[release-branch.go1.20] go1.20.13go1.20.13Gopher Robot
2024-01-04[release-branch.go1.20] crypto/tls: align FIPS-only mode with BoringSSL policyFilippo Valsorda
2024-01-04[release-branch.go1.20] crypto/internal/boring: upgrade module to fips-20220613Filippo Valsorda
2024-01-04[release-branch.go1.20] runtime: put ReadMemStats debug assertions behind a d...Michael Anthony Knyszek
2023-12-08[release-branch.go1.20] os/signal: skip nohup tests on darwin buildersMichael Pratt
2023-12-07[release-branch.go1.20] os/signal: remove go t.Run from TestNohupMichael Pratt
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