aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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
2022-03-14[release-branch.go1.18] cmd/compile: fix expression switches using type param...Keith Randall
2022-03-14[release-branch.go1.18] cmd/compile: fix transform of OEQ/ONE when one arg is...Keith Randall
2022-03-11[release-branch.go1.18] go/types, types2: pointer base types cannot be type c...Robert Griesemer
2022-03-11[release-branch.go1.18] go/types, types2: clarify documentation with respect ...Robert Findley
2022-03-10[release-branch.go1.18] go/types, types2: disable field accesses through type...Robert Griesemer
2022-03-10[release-branch.go1.18] cmd/go: fix buildvcs when using older git versionsMark Pulford
2022-03-09[release-branch.go1.18] go/printer: don't print unnecesary commas for func ty...Robert Findley
2022-03-09[release-branch.go1.18] internal/fuzz: fix encoding for out-of-range ints and...Bryan C. Mills
2022-03-09[release-branch.go1.18] cmd/compile/internal/types2: more consistently print ...thepudds
2022-03-08[release-branch.go1.18] go/types, types2: disable inference for type instancesRobert Findley
2022-03-08[release-branch.go1.18] go/types: document that predicates are undefined on g...Robert Findley
2022-03-08[release-branch.go1.18] go/types, types2: record all type instances, even dup...Robert Findley
2022-03-08[release-branch.go1.18] go/types, types2: don't crash in selectors referring ...Robert Griesemer
2022-03-08[release-branch.go1.18] go/types, types2: correctly include comparable in typ...Robert Griesemer
2022-03-08[release-branch.go1.18] internal/fuzz: fix TestUnmarshalMarshal on MIPSRoland Shoemaker
2022-03-08[release-branch.go1.18] internal/fuzz: handle Inf/NaN float valuesRoland Shoemaker
2022-03-07[release-branch.go1.18] syscall: remove TestRlimitIan Lance Taylor
2022-03-07[release-branch.go1.18] cmd/go: add links to workspaces reference and tutoria...Michael Matloob
2022-03-07[release-branch.go1.18] cmd/go: error out of 'go work use' if no directories ...Bryan C. Mills
2022-03-07[release-branch.go1.18] cmd/go: make paths consistent between 'go work init' ...Bryan C. Mills
2022-03-07[release-branch.go1.18] runtime: count spill slot for frame size at finalizer...Cherry Mui
2022-03-07[release-branch.go1.18] go/types, types2: fix scoping for iteration variables...Robert Griesemer
2022-03-07[release-branch.go1.18] cmd/go: ignore the workspace when running a package a...Bryan C. Mills
2022-03-04[release-branch.go1.18] cmd/compile: don't include instantiating types in typ...Keith Randall