aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata
AgeCommit message (Expand)Author
2021-08-26[dev.cmdgo] all: merge master (5e6a7e9) into dev.cmdgoMichael Matloob
2021-08-26cmd/go: pass -gcflags after other flags generated by the go commandCuong Manh Le
2021-08-25[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgoMichael Matloob
2021-08-23cmd/go: fix long test buildersCuong Manh Le
2021-08-18cmd/go/internal/work/exec: throw an error when buildP is negativeYuki Osaki
2021-08-18cmd/go/testdata/script: fix test script added by CL 334873Tobias Klauser
2021-08-17cmd/go: make mod init disallow invalid major version suffixesPaschalis Tsilias
2021-08-17cmd/go/internal/test: add an all sentinel to -vetColin Arnott
2021-08-17cmd/go: go test flag -failfast should be cacheablekezhao
2021-08-17all: fix typosYasuhiro Matsumoto
2021-08-16cmd/go: address code review comments in test cgo_path_space_quoteJay Conrod
2021-08-16cmd: update x/tools and remove copy of txtarJay Conrod
2021-08-16cmd: support space and quotes in CC and CXXJay Conrod
2021-08-13cmd/go: make fewer 'go mod' commands update go.modJay Conrod
2021-08-12[dev.cmdgo] don't give command-line-arguments a module Michael Matloob
2021-08-09cmd/go: with -mod=vendor, don't panic if there are duplicate requirementsJay Conrod
2021-08-06[dev.cmdgo] cmd/go: address code review comments in test cgo_path_space_quoteJay Conrod
2021-08-06[dev.cmdgo] cmd: update x/tools and remove copy of txtarJay Conrod
2021-07-31[dev.cmdgo] cmd/go: add go mod editwork commandMichael Matloob
2021-07-30[dev.cmdgo] cmd/go: provide a more helpful missing required module error in w...Michael Matloob
2021-07-30[dev.cmdgo] cmd/go: allow expliticly setting -mod=readonly in workspace modeMichael Matloob
2021-07-30Merge "[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo" into dev.cmdgoGerrit Code Review
2021-07-30[dev.cmdgo] cmd: support space and quotes in CC and CXXJay Conrod
2021-07-28[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgoJay Conrod
2021-07-28[dev.cmdgo] cmd/go: sort roots when joining multiple main module rootsMichael Matloob
2021-07-28[dev.cmdgo] cmd/go: maintain a go.work.sum fileMichael Matloob
2021-07-27[dev.cmdgo] cmd/go: make fewer 'go mod' commands update go.modJay Conrod
2021-07-27cmd/go: use .mod instead of .zip to determine if version has go.mod fileJay Conrod
2021-07-27[dev.cmdgo] cmd/go: add go mod initwork commandMichael Matloob
2021-07-26[dev.cmdgo] cmd/go: add the workspace modeMichael Matloob
2021-07-20[dev.cmdgo] cmd/go/testdata/script: fix a small typo in modfile_flagMichael Matloob
2021-07-15cmd/go: update error messages in tests to match CL 332573Bryan C. Mills
2021-07-07cmd/go: don't lock .mod and .sum files for read in overlayJay Conrod
2021-07-01cmd/go: add a regression test for 'go mod vendor' path traversalBryan C. Mills
2021-06-28cmd/go: add GOEXPERIMENT to `go env` outputMatthew Dempsky
2021-06-28cmd/go: prep for 'go env' refactoringMatthew Dempsky
2021-06-24cmd/go: don't try to add replaced versions that won't be selectedBryan C. Mills
2021-06-24cmd/go: search breadth-first instead of depth-first for test dependency cyclesBryan C. Mills
2021-06-22cmd/go: update ToolTags based on GOARCH valueIan Lance Taylor
2021-06-21cmd/go: add a -go flag to 'go mod graph'Bryan C. Mills
2021-06-21cmd/go: do not require the module cache to exist for 'go mod edit'Bryan C. Mills
2021-06-17cmd/go: replace a TODO with an explanatory commentBryan C. Mills
2021-06-16cmd/go: in lazy modules, add transitive imports for 'go get' argumentsBryan C. Mills
2021-06-16cmd/go: add a regression test for #45979Bryan C. Mills
2021-06-15cmd/go: ignore UTF8 BOM when reading source codeunbyte
2021-06-11cmd/go: remove hint when no module is suggestedConstantin Konstantinidis
2021-06-11cmd/go: match Windows paths in TestScript/mod_invalid_versionBryan C. Mills
2021-06-10cmd/go: report the imports of CompiledGoFiles in ImportMapBryan C. Mills
2021-06-08cmd/go: in Go 1.17+ modules, add indirect go.mod dependencies separately from...Bryan C. Mills
2021-06-02cmd/link: move issue 43830 tests out of TestScriptIan Lance Taylor