aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-19cmd/compile: add anchored version of SPKeith Randall
2023-01-19cmd/compile/internal/ssa: generate code via a //go:generate directiveDmitri Shuralyov
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2023-01-19runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox
2023-01-19cmd/go/internal/modindex: remove copy of build.PackageRuss Cox
2023-01-19cmd/go: shorten TestScript/test_shuffle and skip it in short modeBryan C. Mills
2023-01-19cmd/go/internal/lockedfile: avoid failing tests due to arbitrary timeoutsBryan C. Mills
2023-01-19cmd/go/internal/vcweb: simplify hgHandler cancellationBryan C. Mills
2023-01-19net: delete TestTCPSelfConnectBryan C. Mills
2023-01-19runtime: remove arbitrary GOARCH constraints in finalizer testsBryan C. Mills
2023-01-19cmd/go: use Cancel and WaitDelay to terminate test subprocessesBryan C. Mills
2023-01-19os: clean up testsBryan C. Mills
2023-01-19os: deflake TestPipeEOF and TestFifoEOFBryan C. Mills
2023-01-19net/netip: fix type name in TestNoAllocs sub-test names and commentsTobias Klauser
2023-01-19cmd/go: fix comment typofangguizhen
2023-01-19make.bat: support existing toolchain paths with spacesKevin Parsons
2023-01-18time: revert strict parsing of RFC 3339Joe Tsai
2023-01-18cmd: update x/tools to latest internal Go 1.20 branchRuss Cox
2023-01-18cmd/go: do not attempt to install cmd/addr2line in TestScript/mod_outsideBryan C. Mills
2023-01-18go/types: factor out type parameter renaming (cleanup)Robert Griesemer
2023-01-18misc/reboot: overlay $GOROOT/lib in temporary gorootIan Lance Taylor
2023-01-18cmd/compile: fix unsafe.{SliceData,StringData} escape analysis memory corruptionCuong Manh Le
2023-01-18go/types, types2: factor out type parameter renaming (cleanup)Robert Griesemer
2023-01-17src: update go.mod files to go 1.21Russ Cox
2023-01-17cmd/go: introduce GOROOT/go.env and move proxy/sumdb config thereRuss Cox
2023-01-17cmd/dist: make toolchain build reproducibleRuss Cox
2023-01-17make.bash, make.rc: fix GOROOT detection when GOEXPERIMENT is setRuss Cox
2023-01-17time/tzdata: generate zip constant during cmd/distRuss Cox
2023-01-17cmd/go: do not confuse files for standard library packagesRuss Cox
2023-01-17cmd/compile: fix static init inlining for hidden node fieldsMatthew Dempsky
2023-01-17go/types, types2: more uses of factored functions; generate object_test.goRobert Griesemer
2023-01-17go/types, types2: use factored parse/typecheck functions, generate hilbert_te...Robert Griesemer
2023-01-17cmd/compile: remove support for old comparable semanticsRobert Griesemer
2023-01-17go/types: consistently use _ prefix for unexported names that are exported in...Robert Griesemer
2023-01-17go/types: generate util_test.go, cosmetic changes to generator.goRobert Griesemer
2023-01-17go/types: generate unify.goRobert Griesemer
2023-01-17go/types: allow filename arguments to generator for easier manual useRobert Griesemer
2023-01-17go/types: use the same interface method sorting as types2Robert Griesemer
2023-01-17go/types, types2: factor out position comparison, share more codeRobert Griesemer
2023-01-17go/types, types2: factor out under.go, generate it for go/typesRobert Griesemer
2023-01-17go/types: generate more files from types2 sourcesRobert Griesemer
2023-01-17go/types: use nopos instead of token.NoPos to match types2Robert Griesemer
2023-01-17go/types: generate various source files from types2 filesRobert Griesemer
2023-01-17go/types: make tracing configurable (matching types2)Robert Griesemer
2023-01-17go/types, cmd/compile/internal/types2: minor adjustments (cleanups)Robert Griesemer
2023-01-17cmd/compile/internal/syntax: remove Crawl, not needed anymore (cleanup)Robert Griesemer
2023-01-17go/types, types2: test that error format strings have matching parentheses/br...Robert Griesemer
2023-01-17go/types, types2: do not abort constraint type inference eagerlyRobert Griesemer
2023-01-17go/types, types2: distinguish between substring and regexp error patternsRobert Griesemer
2023-01-17internal/types: consistently use double quotes around ERROR patternsRobert Griesemer