aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_outside.txt
AgeCommit message (Expand)Author
2021-08-12[dev.cmdgo] don't give command-line-arguments a module Michael Matloob
2021-04-16cmd/go: fix mod_install_pkg_versionJay Conrod
2021-03-17cmd/go: only add a 'go' directive to the main module when the go.mod file wil...Bryan C. Mills
2021-03-05cmd/go: require a module root in 'go list -m' with an unversioned pathBryan C. Mills
2021-03-04cmd/go: clarify errors for commands run outside a moduleJay Conrod
2021-02-24docs: fix spellingJohn Bampton
2020-12-14cmd/go: print hint when 'go install' run without version outside moduleJay Conrod
2020-11-05cmd/go/internal/modget: resolve paths at the requested versionsBryan C. Mills
2020-10-13cmd/go: adjust ImportMissingError when module lookup is disabledBryan C. Mills
2020-09-15cmd/go: fix broken mod_outside testJay Conrod
2020-09-15cmd/go: implement 'go install pkg@version'Jay Conrod
2019-11-21cmd/go: report an error for 'go list -m ...' outside a moduleJay Conrod
2019-11-05cmd/go: make 'go mod why' require a main moduleBryan C. Mills
2019-10-22cmd/go: make 'go mod verify' report an error outside a moduleJay Conrod
2019-10-10cmd/go: forbid module pattern 'all' when outside a moduleJay Conrod
2019-10-09cmd/go: forbid resolving import to modules when outside of a moduleJay Conrod
2019-05-30cmd/go: remove support for the 'go get -m' flagJay Conrod
2019-05-16cmd/go: cut 'go test -short cmd/go' time by about halfRuss Cox
2018-12-11cmd/go: fix 'go test' and 'go fmt' with files outside a moduleBryan C. Mills
2018-12-10cmd/go: fix errors for commands run outside of modulesJay Conrod
2018-11-29cmd/go: enable module mode without a main module when GO111MODULE=onBryan C. Mills