aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-06[release-branch.go1.22] go1.22.9go1.22.9Gopher Robot
2024-10-31[release-branch.go1.22] cmd/cgo/internal/testcarchive: remove 1-minute timeoutCherry Mui
2024-10-30[release-branch.go1.22] cmd/link: generate Mach-O UUID when -B flag is specifiedCherry Mui
2024-10-02[release-branch.go1.22] runtime: fix TestGdbAutotmpTypes on gdb version 15Shulhan
2024-10-01[release-branch.go1.22] go1.22.8go1.22.8Gopher Robot
2024-09-11[release-branch.go1.22] syscall: skip TestAmbientCapsUserns when restricted, ...Michael Stapelberg
2024-09-06[release-branch.go1.22] runtime: size maps.Clone destination bucket array safelyKeith Randall
2024-09-05[release-branch.go1.22] cmd/cgo: correct padding required by alignmentIan Lance Taylor
2024-09-05[release-branch.go1.22] go1.22.7go1.22.7Gopher Robot
2024-09-05[release-branch.go1.22] go/build/constraint: add parsing limitsRoland Shoemaker
2024-09-05[release-branch.go1.22] encoding/gob: cover missed cases when checking ignore...Roland Shoemaker
2024-09-05[release-branch.go1.22] go/parser: track depth in nested element listsRoland Shoemaker
2024-08-21[release-branch.go1.22] runtime: on AIX, fix call to _cgo_sys_thread_create i...Paul E. Murphy
2024-08-21[release-branch.go1.22] cmd/fix: support go versions with patch releaseAlex Bozhenko
2024-08-14[release-branch.go1.22] os: fix Chtimes test flakesKir Kolyshkin
2024-08-06[release-branch.go1.22] go1.22.6go1.22.6Gopher Robot
2024-07-31[release-branch.go1.22] cmd/compile: add 0-sized-value simplification to copy...David Chase
2024-07-24[release-branch.go1.22] cmd/trace/v2: make the -pprof actually usefulMichael Anthony Knyszek
2024-07-24[release-branch.go1.22] cmd/trace/v2: handle the -pprof flagMichael Anthony Knyszek
2024-07-17[release-branch.go1.22] cmd/internal/cov: close counter data files eagerlyThan McIntosh
2024-07-17[release-branch.go1.22] internal/bytealg: extend memchr result correctly on wasmZxilly
2024-07-16[release-branch.go1.22] go/types: fix assertion failure when range over int i...Tim King
2024-07-10[release-branch.go1.22] cmd/link: don't let dsymutil delete our temp directoryCherry Mui
2024-07-10[release-branch.go1.22] cmd/compile: don't elide zero extension on top of sig...Keith Randall
2024-07-10[release-branch.go1.22] cmd/go: fix build config before creating actions for ...Ehden Sinai
2024-07-10[release-branch.go1.22] os/exec: only use cachedLookExtensions if Cmd.Path is...Dmitri Shuralyov
2024-07-02[release-branch.go1.22] go1.22.5go1.22.5Gopher Robot
2024-06-26[release-branch.go1.22] cmd/link: handle dynamic import variables on Darwin i...Cherry Mui
2024-06-26[release-branch.go1.22] net/http: send body or close connection on expect-100...Damien Neil
2024-06-26[release-branch.go1.22] cmd/compile: mark pointer to noalg type as noalgzuojunwei.1024
2024-06-24[release-branch.go1.22] os/exec: on Windows look for extensions in Run if not...qiulaidongfeng
2024-06-24[release-branch.go1.22] runtime: always update stack bounds on cgocallbackMichael Pratt
2024-06-24[release-branch.go1.22] cmd/compile: put constants before variables in initia...Keith Randall
2024-06-24[release-branch.go1.22] go/types, types2: report error for floating-point ite...Robert Griesemer
2024-06-24[release-branch.go1.22] crypto/tls: don't call tlsrsakex.IncNonDefault with FIPSMike Beaumont
2024-06-24[release-branch.go1.22] cmd/cgo/internal/swig: force use of lld for LTO tests...Michael Anthony Knyszek
2024-06-24[release-branch.go1.22] cmd/cgo/internal/testsanitizers: make the libfuzzer t...Michael Anthony Knyszek
2024-06-24[release-branch.go1.22] cmd/link: put runtime.end in the last section of data...Cherry Mui
2024-06-24[release-branch.go1.22] cmd/go: fix go list -u -m all with too new retraction...Sam Thanawalla
2024-06-12[release-branch.go1.22] net: add GODEBUG=netedns0=0 to disable sending EDNS0 ...Ian Lance Taylor
2024-06-12[release-branch.go1.22] go/internal/gccgoimporter: recognize "any" as a built...Ian Lance Taylor
2024-06-04[release-branch.go1.22] go1.22.4go1.22.4Gopher Robot
2024-06-04[release-branch.go1.22] net/netip: check if address is v6 mapped in Is methodsRoland Shoemaker
2024-05-30[release-branch.go1.22] os: RemoveAll: fix symlink race for unixKir Kolyshkin
2024-05-29[release-branch.go1.22] runtime: x_cgo_getstackbound: initialize pthread attrKir Kolyshkin
2024-05-29[release-branch.go1.22] archive/zip: treat truncated EOCDR comment as an errorDamien Neil
2024-05-24[release-branch.go1.22] cmd/link: add runtime.text.N symbols to macho symbol ...Cherry Mui
2024-05-24[release-branch.go1.22] runtime: update large object stats before freeSpan in...Michael Anthony Knyszek
2024-05-24[release-branch.go1.22] cmd/compile: initialize posBaseMap correctlyRobert Griesemer
2024-05-16[release-branch.go1.22] crypto/x509: remove TestPlatformVerifierLegacy testsRoland Shoemaker