aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2019-12-04[release-branch.go1.13] cmd/compile: fix spurious R_TLE_LE reloc on android/386Than McIntosh
2019-12-03[release-branch.go1.13] cmd/go/internal/modget: synchronize writes to modOnly...Carlos Amedee
2019-11-26[release-branch.go1.13] cmd/go/internal/modget: synchronize writes to modOnly...Bryan C. Mills
2019-11-21[release-branch.go1.13] all: base64-encode binaries that will cause Apple not...Andrew
2019-10-17[release-branch.go1.13] cmd/go/internal/work: fix error while passing custom ...Agniva De Sarker
2019-10-16[release-branch.go1.13] cmd/compile: better error message for language versio...Robert Griesemer
2019-10-14[release-branch.go1.13] cmd/compile: make poset use sufficient conditions for...zdjones
2019-10-14[release-branch.go1.13] cmd/compile: rename poset method dominates to reacheszdjones
2019-10-09[release-branch.go1.13] cmd/go: suppress more errors in package-to-module loa...Bryan C. Mills
2019-10-07[release-branch.go1.13] cmd/go: fix listing of ambiguous pathsDuco van Amstel
2019-10-04[release-branch.go1.13] Revert "cmd/go: add a Latest field to the output of '...Bryan C. Mills
2019-10-03[release-branch.go1.13] cmd/go/internal/modfetch: update TestCodeRepo for gop...Tobias Klauser
2019-10-01[release-branch.go1.13] cmd/go: don't include package dir in cache key when -...Jay Conrod
2019-09-26[release-branch.go1.13] cmd/go/internal/modload: annotate replacements in Pac...Bryan C. Mills
2019-09-25[release-branch.go1.13] cmd/go/internal/modfetch/codehost: work around an app...Bryan C. Mills
2019-09-25[release-branch.go1.13] cmd/go: don't split internal test main packages twiceJay Conrod
2019-09-25[release-branch.go1.13] cmd/go: fix link error for -coverpkg in GOPATH modeJay Conrod
2019-09-25[release-branch.go1.13] cmd/go: suppress errors in package-to-module queries ...Bryan C. Mills
2019-09-24[release-branch.go1.13] cmd/cover: skip go list when profile is emptyRhys Hiltner
2019-09-11[release-branch.go1.13] cmd/go: strip trailing slash from versioned argumentsJay Conrod
2019-09-11[release-branch.go1.13] cmd/go/internal/get: avoid panic in metaImportsForPre...Bryan C. Mills
2019-09-05[release-branch.go1.13] cmd/go/internal/test: prepend -test.timeout rather th...Bryan C. Mills
2019-08-27[release-branch.go1.13] cmd/go/internal/modload: fix swapped paths in error m...Bryan C. Mills
2019-08-27[release-branch.go1.13] cmd/go/internal/get: remove '--' separator from 'git ...Bryan C. Mills
2019-08-26[release-branch.go1.13] cmd/vendor: update vendored x/arch repo to 8a70ba74b3a1Cherry Zhang
2019-08-21cmd/go: accept GOSUMDB=sum.golang.google.cnRuss Cox
2019-08-20cmd/go: fix "go help build -o" docsFilippo Valsorda
2019-08-16cmd/gofmt: update TestRewrite to avoid future regressionsJoe Tsai
2019-08-09cmd/link: increase the function call limit in stkcheckIan Lance Taylor
2019-08-09cmd/go: query each path only once in 'go get'Bryan C. Mills
2019-08-08cmd/go: improve 'go mod download' and 'go list -m' error messagesJay Conrod
2019-08-08Revert "go/ast: fix SortImports to handle block comments"Joe Tsai
2019-08-06cmd/go: improve error message for missing import starting with cmd/Jay Conrod
2019-08-06cmd/go: look for __go_buildinfo section when looking for Mach-O versionJay Conrod
2019-08-05cmd/go: adjust expected error message in TestScript/mod_invalid_versionBryan C. Mills
2019-08-05cmd/go: look for .go.buildinfo section when looking for ELF versionMark Glines
2019-08-02cmd/go: report loading errors from 'go mod tidy' and 'go mod vendor'Bryan C. Mills
2019-08-02cmd/compile: fix crash on write barrier insertionKeith Randall
2019-08-01cmd/compile: don't eliminate all registers when restricting to desired onesKeith Randall
2019-07-31cmd/go: only pass -fsplit-stack to gccgo if supportedIan Lance Taylor
2019-07-30cmd/go/internal/cache: verify that timestamp is positiveBryan C. Mills
2019-07-30cmd/go/internal/cache: avoid ioutil.WriteFile for writing cache entriesBryan C. Mills
2019-07-23cmd/go: keep "go help" in unknown topic suggestionJordi Martin
2019-07-23cmd/go: mention GODEBUG in "go help environment"Ian Lance Taylor
2019-07-22Revert "cmd/go: move automatic testing.Init call into generated test code"Bryan C. Mills
2019-07-19cmd/go: document go get @upgrade behavior in release notesJay Conrod
2019-07-18cmd/go/internal/mvs: in Req, omit versions implied by older-than-selected ver...Bryan C. Mills
2019-07-18cmd/go/internal/mvs: retain modules required by older versionsBryan C. Mills
2019-07-18cmd/go: in module mode, populate PackagePublic.Root with the module rootBryan C. Mills
2019-07-18cmd/go: suppress errors with '@upgrade' when the latest version is replacedBryan C. Mills