aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-05-15[release-branch.go1.22] cmd/compile: avoid past-the-end pointer when zeroingKeith Randall
2024-05-13[release-branch.go1.22] cmd/go/testdata/script: add darwin skips for selected...Than McIntosh
2024-05-13[release-branch.go1.22] cmd/go/testdata/script: clear path in gotoolchain_iss...Michael Matloob
2024-05-10[release-branch.go1.22] cmd/compile: don't combine loads in generated equalit...khr@golang.org
2024-05-10[release-branch.go1.22] cmd/go: download 1.X.0 instead of 1.X during toolchai...Sam Thanawalla
2024-05-07[release-branch.go1.22] go1.22.3go1.22.3Gopher Robot
2024-05-07[release-branch.go1.22] cmd/go: disallow -lto_library in LDFLAGSRoland Shoemaker
2024-05-06[release-branch.go1.22] Revert "cmd/compile: don't combine loads in generated...Cherry Mui
2024-05-06[release-branch.go1.22] cmd/compile: don't combine loads in generated equalit...khr@golang.org
2024-05-01[release-branch.go1.22] net: check SkipAdditional error resultIan Lance Taylor
2024-04-26[release-branch.go1.22] runtime: use bootstrapRand to initialize hashkeyMichael Pratt
2024-04-26[release-branch.go1.22] cmd/compile: bail PGO method lookup on interface typesMichael Pratt
2024-04-26[release-branch.go1.22] cmd/internal/obj/ppc64: fix incorrect int to int64 co...Paul E. Murphy
2024-04-12[release-branch.go1.22] net/http: update bundled golang.org/x/net/http2Dmitri Shuralyov
2024-04-03[release-branch.go1.22] all: tidy dependency versioning after releaseDmitri Shuralyov
2024-04-03[release-branch.go1.22] go1.22.2go1.22.2Gopher Robot
2024-04-03[release-branch.go1.22] net/http: update bundled golang.org/x/net/http2Damien Neil
2024-03-28[release-branch.go1.22] all: update golang.org/x/netDamien Neil
2024-03-27[release-branch.go1.22] cmd/compile: don't assume args are always zero-extendedKeith Randall
2024-03-27[release-branch.go1.22] cmd/compile: fix sign/zero-extension removalKeith Randall
2024-03-27[release-branch.go1.22] encoding/gob: make x509.Certificate marshalable againRuss Cox
2024-03-27[release-branch.go1.22] cmd/go/internal/modfetch: pass "-c" arguments to git ...Bryan C. Mills
2024-03-27[release-branch.go1.22] runtime: fix EvFrequency event value on Windows in th...Michael Anthony Knyszek
2024-03-26[release-branch.go1.22] cmd/link/internal/riscv64: generate local text symbol...Joel Sing
2024-03-26[release-branch.go1.22] go/types, types2: handle Alias types in substitutionRobert Griesemer
2024-03-26[release-branch.go1.22] cmd/compile: fix early deadcode with label statementCuong Manh Le
2024-03-26[release-branch.go1.22] cmd/compile: fix copying SSA-able variables optimizationCuong Manh Le
2024-03-26[release-branch.go1.22] cmd/internal/obj/ppc64: don't modify runtime.elf_* sy...Paul E. Murphy
2024-03-21[release-branch.go1.22] cmd/go: respect -coverpkg for unselected no-test pack...Than McIntosh
2024-03-05[release-branch.go1.22] go1.22.1go1.22.1Gopher Robot
2024-03-05[release-branch.go1.22] net/textproto, mime/multipart: avoid unbounded read i...Damien Neil
2024-03-05[release-branch.go1.22] net/http, net/http/cookiejar: avoid subdomain matches...Damien Neil
2024-03-05[release-branch.go1.22] crypto/x509: make sure pub key is non-nil before inte...Roland Shoemaker
2024-02-28[release-branch.go1.22] net/http: add missing call to decConnsPerHostJulian Tibble
2024-02-28[release-branch.go1.22] html/template: escape additional tokens in MarshalJSO...Roland Shoemaker
2024-02-28[release-branch.go1.22] net: work around runtime scheduler starvation on js a...Bryan C. Mills
2024-02-28[release-branch.go1.22] net/mail: properly handle special characters in phras...Roland Shoemaker
2024-02-28[release-branch.go1.22] cmd/go/internal/modcmd: correctly filter out main mod...Michael Matloob
2024-02-27[release-branch.go1.22] cmd/trace/v2,internal/trace: use correct frame for id...Nick Ripley
2024-02-27[release-branch.go1.22] go/types, types2: ensure that Alias.actual is set in ...Rob Findley
2024-02-27[release-branch.go1.22] runtime/internal/atomic: correct GOARM=7 guard at a D...Cherry Mui