aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-01[release-branch.go1.18] go1.18.3go1.18.3Dmitri Shuralyov
2022-05-31[release-branch.go1.18] path/filepath: do not remove prefix "." when followin...Yasuhiro Matsumoto
2022-05-30[release-branch.go1.18] misc/cgo/testsanitizers: buffer the signal channel in...Bryan C. Mills
2022-05-27[release-branch.go1.18] crypto/tls: avoid extra allocations in steady-state H...David Taylor
2022-05-27[release-branch.go1.18 crypto/tls: randomly generate ticket_age_addTatiana Bradley
2022-05-27[release-branch.go1.18] os/exec: return clear error for missing cmd.PathRuss Cox
2022-05-26[release-branch.go1.18] text/template/parse: allow space after continue or breakRob Pike
2022-05-25[release-branch.go1.18] cmd/compile: backport fix for #51840Matthew Dempsky
2022-05-25[release-branch.go1.18] cmd/compile: allow exporting `.rcvr` identWayne Zuo
2022-05-25[release-branch.go1.18] [release-branch.go1.18 crypto/rand: properly handle l...Roland Shoemaker
2022-05-25[release-branch.go1.18] misc/cgo/testsanitizers: use buffered channel in tsan...Cherry Mui
2022-05-17cmd/compile: be sure to export types mentioned in f.i.g. method signatureDavid Chase
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