aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata
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-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-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
2020-11-16[release-branch.go1.15] cmd/go: permit CGO_LDFLAGS to appear in //go:ldflagIan Lance Taylor
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-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-08cmd/go: remove a bogus assertion in mod_convert_depBryan C. Mills
2020-06-02testing: capture testname on --- PASS and --- FAIL linesJean de Klerk
2020-05-31Revert "cmd/go: group 'go get' update messages together near the end of output"Austin Clements
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-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-06cmd/go: add positions for load errors in call to loadMichael Matloob
2020-05-04cmd/go/internal/modload: make QueryPattern consider current versionsJay Conrod
2020-04-30cmd: disable *.go domains lookup in go get commandAnton Kuklin
2020-04-29cmd/go: trim source paths when compiling C with -trimpathJay Conrod
2020-04-28internal/goversion: update to 1.15Bryan C. Mills
2020-04-23cmd/go: allow generate to process invalid packagesJohan Jansson
2020-04-21cmd/go/internal/load: load imports for all package data errorsJay Conrod
2020-04-17cmd/go: convert TestCaseCollisions to the script frameworkMichael Matloob
2020-04-08all: remove scattered remnants of darwin/386Austin Clements
2020-04-08cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob
2020-04-06cmd/go: report scan error position in 'go list -e'tlsJay Conrod
2020-04-06cmd/go: report 'go get' errors for absolute paths outside module rootJay Conrod
2020-04-03cmd/go: report original module path in error parsing replaced go.modJay Conrod
2020-03-31cmd/go: add support for GOPROXY fallback on unexpected errorsJay Conrod
2020-03-27cmd/go: avoid needing to manipulate ImportStack when constructing errorMichael Matloob
2020-03-27cmd/go/internal/work: disallow testgo binary from installing to GOROOTBryan C. Mills
2020-03-27Revert "cmd/go: add support for GOPROXY fallback on unexpected errors"Bryan C. Mills