aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2023-01-19cmd/compile: add memory argument to GetCallerSPKeith Randall
2023-01-19cmd/internal/osinfo: report Node.js versionDmitri Shuralyov
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-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-19cmd/go: use Cancel and WaitDelay to terminate test subprocessesBryan C. Mills
2023-01-19cmd/go: fix comment typofangguizhen
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-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-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, 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: use nopos instead of token.NoPos to match types2Robert 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
2023-01-17go/types, types2: avoid sorting all errors when matching errorsRobert Griesemer
2023-01-17go/types: use commentMap to collect error commentsRobert Griesemer
2023-01-17cmd/compile/internal/syntax: rename ErrorMap to CommentMap, make more flexibleRobert Griesemer
2023-01-17cmd/compile: ensure temp register mask isn't emptyKeith Randall
2023-01-17cmd/go: include coverage build flags for "go list"Than McIntosh
2023-01-17cmd/go: document GODEBUG=installgoroot=allRuss Cox
2023-01-13Revert "internal/fsys: follow root symlink in fsys.Walk"Bryan Mills
2023-01-13cmd/cover: remove go.mod from testdata subdirThan McIntosh
2023-01-11go/types, types2: don't look up fields or methods when expecting a typeRobert Findley
2023-01-11cmd/compile: better error message for when a type is in a constraint but not ...Robert Griesemer
2023-01-10cmd/link, runtime: Apple libc atfork workaround take 3Russ Cox
2023-01-09cmd/compile: prevent IsNewObject from taking quadratic timeKeith Randall
2023-01-09cmd/compile/internal/pgo: add hint to missing start_line errorMichael Pratt
2023-01-09all: fix typos in go file commentsMarcel Meyer
2023-01-06cmd/compile: describe how Go maps to wasm implementationKeith Randall
2023-01-05cmd/cover: fix problems with "go test -covermode=atomic sync/atomic"Than McIntosh
2023-01-04cmd/compile: use "satisfies" (not "implements") for constraint errorsRobert Griesemer
2023-01-04cmd/gofmt: fix a typo in a commentRoland Illig