aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-10[release-branch.go1.18] go1.18.2go1.18.2Heschi Kreinick
2022-05-10[release-branch.go1.18] go/types, types2: use a type lookup by identity in me...Robert Findley
2022-05-09[release-branch.go1.18] net: skip TestDialCancel on darwin-arm64Heschi Kreinick
2022-05-09[release-branch.go1.18] net/http/httptest: fix race in Server.CloseMaisem Ali
2022-05-09[release-branch.go1.18] go/types: clarify that contexts do not guarantee dedu...Robert Findley
2022-05-09[release-branch.go1.18] cmd/compile: always write fun[0] in incomplete itabKeith Randall
2022-05-09[release-branch.go1.18] runtime: align m.procid to 8 bytes on 32-bit systemsMichael Pratt
2022-05-09[release-branch.go1.18] cmd/compile: disable rewrite loop detector for deadco...Keith Randall
2022-05-09[release-branch.go1.18] reflect: ensure map keys match key type in MapIndex a...Dan Kortschak
2022-05-09[release-branch.go1.18] syscall: check correct group in FaccessatDamien Neil
2022-05-09[release-branch.go1.18] cmd/go: write changes to go.mod and go.sum after load...Bryan C. Mills
2022-05-09[release-branch.go1.18] go/types,types2: delay the check for conflicting stru...Robert Findley
2022-05-09[release-branch.go1.18] cmd/compile: set correct package for vars/params/resu...Cuong Manh Le
2022-05-09[release-branch.go1.18] sync/atomic: use consistent first-store-in-progress m...Keith Randall
2022-05-09[release-branch.go1.18] cmd/compile: use dictionary to convert type to shaped...Keith Randall
2022-05-09[release-branch.go1.18] runtime: support for debugger function calls on linux...eric fang
2022-05-06[release-branch.go1.18] runtime: don't block preemption signal in new M's or ...Ian Lance Taylor
2022-05-04[release-branch.go1.18] syscall: relax output check in TestGroupCleanupUserNa...Bryan C. Mills
2022-05-04[release-branch.go1.18] crypto/x509: properly handle issuerUniqueID and subje...Roland Shoemaker
2022-05-02[release-branch.go1.18] cmd/compile/internal/types2: use correct value of iotaRobert Griesemer
2022-04-20[release-branch.go1.18] cmd/go: allow '-buildvcs=auto' and treat it as the de...Bryan C. Mills
2022-04-12[release-branch.go1.18] go1.18.1go1.18.1Dmitri Shuralyov
2022-04-12[release-branch.go1.18] encoding/pem: fix stack overflow in DecodeJulie Qiu
2022-04-06[release-branch.go1.18] go/types: don't report errors for untyped int shifts ...Robert Findley
2022-04-06[release-branch.go1.18] go/types, types2: fix overlap test for union termlistRobert Griesemer
2022-04-06[release-branch.go1.18] crypto/elliptic: tolerate zero-padded scalars in gene...Filippo Valsorda
2022-04-05[release-branch.go1.18] cmd/go: prevent panic in go work useFilippo Rossi
2022-04-05[release-branch.go1.18] crypto/x509: only disable SHA-1 verification for cert...Roland Shoemaker
2022-04-05[release-branch.go1.18] cmd/go: prevent go work use panic when given a fileJohn Anthony
2022-04-04[release-branch.go1.18] crypto/x509: fix Certificate.Verify crashBrad Fitzpatrick
2022-04-04[release-branch.go1.18] go/types, types2: preserve parent scope when substitu...Robert Findley
2022-04-04[release-branch.go1.18] runtime: make static/dynamic startup detection work w...Paul E. Murphy
2022-04-04[release-branch.go1.18] cmd/compile: replace Type.OrigSym with Type.OrigTypeMatthew Dempsky
2022-04-04[release-branch.go1.18] all update vendored golang.org/x/toolsRobert Findley
2022-04-04[release-branch.go1.18] cmd/compile/internal/importer: key tparams by Package...Robert Findley
2022-04-04[release-branch.go1.18] cmd/compile: fix panic with nested dead hidden closuresCuong Manh Le
2022-04-04[release-branch.go1.18] cmd/go: avoid stamping VCS metadata in test binariesBryan C. Mills
2022-04-04[release-branch.go1.18] cmd/compile: pointers to notinheap types need their o...Keith Randall
2022-04-04[release-branch.go1.18] cmd/link: mark unexported methods for pluginsCherry Mui
2022-04-04[release-branch.go1.18] cmd/compile: fix wrong dict param when getting dict typeCuong Manh Le
2022-04-04[release-branch.go1.18] go/types, types2: use correct underlying type in unio...Robert Griesemer
2022-04-01[release-branch.go1.18] crypto/x509: skip WSATRY_AGAIN errors when dialing ba...Bryan C. Mills
2022-03-30[release-branch.go1.18] bytes: restore old Trim/TrimLeft behavior for nilIan Lance Taylor
2022-03-28[release-branch.go1.18] runtime: call testenv.MustHaveCGO in a couple of testsIan Lance Taylor
2022-03-15[release-branch.go1.18] go1.18go1.18Heschi Kreinick
2022-03-14[release-branch.go1.18] doc: update go_spec.html with latest changesDmitri Shuralyov
2022-03-14[release-branch.go1.18] cmd/compile: fix re-export closureCuong Manh Le
2022-03-14[release-branch.go1.18] internal/fuzz: minimization should not reduce coverageSteven Johnstone
2022-03-14[release-branch.go1.18] internal/fuzz: don't use dirty coverage maps during m...Roland Shoemaker
2022-03-14[release-branch.go1.18] go/types, types2: remove incorrect assertion (don't c...Robert Griesemer