aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/load.go
AgeCommit message (Expand)Author
2018-08-17cmd/go: distinguish patterns from the results of matching themRuss Cox
2018-08-10cmd/go: fix module ... pattern to match standard libraryRuss Cox
2018-08-10cmd/go: add go mod whyRuss Cox
2018-08-10cmd/go: fix module loader and test-only dependenciesRuss Cox
2018-08-09cmd/go/internal/modload: emit correct module in duplication errorBryan C. Mills
2018-08-09cmd/go/internal/modload: report errors explicitly from LookupBryan C. Mills
2018-08-07cmd/go/internal/load: remove unused argument from LookupBryan C. Mills
2018-08-07cmd/go: fix outdated commentsBryan C. Mills
2018-08-01cmd/go: allow list of absolute directory pathRuss Cox
2018-08-01cmd/go: replace -getmode with -mod, $GOPROXYRuss Cox
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox
2018-08-01cmd/go: add 'go version' statement in go.modRuss Cox
2018-07-31cmd/go: forbid use of one module with two different pathsBryan C. Mills
2018-07-31cmd/go/internal/modload: inline doImport into doPkgBryan C. Mills
2018-07-28cmd/go: ignore unknown directives in dependency go.mod filesRuss Cox
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox