aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go
AgeCommit message (Expand)Author
2021-08-02[release-branch.go1.15] cmd/go/internal/load: always set IsImportCycle when i...Roland Shoemaker
2021-06-02[release-branch.go1.15] cmd/go: error out of 'go mod tidy' if the go version ...Bryan C. Mills
2021-06-02[release-branch.go1.15] cmd/go: use a real Go version in the go.mod files in ...Bryan C. Mills
2021-03-31[release-branch.go1.15] cmd/link: avoid exporting all symbols on windows buil...Quim Muntal
2021-03-25[release-branch.go1.15] cmd/go/internal/modfetch: detect and recover from mis...Jay Conrod
2021-03-10[release-branch.go1.15] cmd/go: don't report missing std import errors for ti...Jay Conrod
2021-02-02[release-branch.go1.15] cmd/go: don't lookup the path for CC when invoking cgoJay Conrod
2021-01-22[release-branch.go1.15] cmd/go: fix get_update_unknown_protocol testJay Conrod
2021-01-20[release-branch.go1.15] cmd/go: fix mod_get_fallback testJay Conrod
2021-01-19[release-branch.go1.15-security] cmd/go: overwrite program name with full pathRoland Shoemaker
2021-01-16[release-branch.go1.15-security] all: introduce and use internal/execabsRoland Shoemaker
2021-01-16[release-branch.go1.15-security] cmd/go: add test case for cgo CC settingRuss Cox
2021-01-16[release-branch.go1.15-security] cmd/go: pass resolved CC, GCCGO to cgoRuss Cox
2020-11-16[release-branch.go1.15] cmd/go: permit CGO_LDFLAGS to appear in //go:ldflagIan Lance Taylor
2020-11-11[release-branch.go1.15-security] cmd/go: in cgoflags, permit -DX1, prohibit -...Ian Lance Taylor
2020-11-11[release-branch.go1.15-security] cmd/go, cmd/cgo: don't let bogus symbol set ...Ian Lance Taylor
2020-10-29[release-branch.go1.15] cmd/go/internal/modfetch: drop gopkg.in/russross/blac...Tobias Klauser
2020-10-07[release-branch.go1.15] cmd/go: relax version's error on unexpected flagsDaniel Martí
2020-09-02[release-branch.go1.15] cmd/test2json: do not emit a final Action if the resu...Bryan C. Mills
2020-09-02[release-branch.go1.15] cmd/go/internal/test: keep looking for go command fla...Bryan C. Mills
2020-09-01[release-branch.go1.15] testing: treat PAUSE lines as changing the active tes...Bryan C. Mills
2020-08-27[release-branch.go1.15] testing: fix Cleanup race with Logf and ErrorfMichał Łowicki
2020-08-05cmd/go: fix error stacks when there are scanner errorsMichael Matloob
2020-07-13cmd/go: include GOMODCACHE in 'go help environment'Jay Conrod
2020-07-06cmd/go: display test binary output if invoked with -helpIan Lance Taylor
2020-06-16cmd/go: fix mod_gomodcache and generate_env TestScripts on Plan 9Fazlul Shahriar
2020-06-11cmd/go/internal/web: don't follow an infinite number of redirectsBaokun Lee
2020-06-09cmd/dist: do not unset GOROOT_FINAL prior to running testsBryan C. Mills
2020-06-08all: avoid awkward wording from CL 236857Russ Cox
2020-06-08cmd/go: remove a bogus assertion in mod_convert_depBryan C. Mills
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-06-03cmd/go: add -Wl,-wrap,symbol to linker flag whitelistAndrew G. Morgan
2020-06-02testing: capture testname on --- PASS and --- FAIL linesJean de Klerk
2020-06-01cmd/go/internal/modload: document mvsReqs.MaxJay Conrod
2020-05-31Revert "cmd/go: group 'go get' update messages together near the end of output"Austin Clements
2020-05-29go/build: move build constraint docs to 'go help buildconstraint'Jay Conrod
2020-05-29cmd/go: group 'go get' update messages together near the end of outputJay Conrod
2020-05-27cmd/go: clean -cache -n should not delete cachePaschalis Tsilias
2020-05-26cmd/go: report error for empty GOPROXY listJay Conrod
2020-05-24cmd/go: fix parallel chatty tests on solaris-amd64 builderTobias Klauser
2020-05-21testing: reformat test chatty outputJean de Klerk
2020-05-21cmd/go: rank errUseProxy lower when handling proxy errorsJay Conrod
2020-05-20cmd/go: use temporary file for output of gcc command on WindowsYasuhiro Matsumoto
2020-05-20cmd/go: remove GOAMD64 environment variableDavid Chase
2020-05-20cmd/go: accept smart quotes when checking for missing gold in TestNoteReadingMichael Hudson-Doyle
2020-05-14cmd/go: terminate TestScript commands more aggressively when the test times outBryan C. Mills
2020-05-13cmd/go: do not ignore permission errors when matching patternsBryan C. Mills
2020-05-13cmd/go: enable stringintconv and ifaceassert vet checks by defaultsmasher164
2020-05-07cmd/go: accept hash-style in LDFLAGSMeng Zhuo
2020-05-07cmd/go: add -Wl,-E to linker flag whitelist (shortcut of --export-dynamic)Shengyu Zhang