aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/build.go
AgeCommit message (Expand)Author
2021-08-25[dev.cmdgo] cmd/go: clean up TODOWorkspaces instancesMichael Matloob
2021-08-12[dev.cmdgo] don't give command-line-arguments a module Michael Matloob
2021-08-11[dev.cmdgo] cmd/go: remove modload.ModRoot functionMichael Matloob
2021-07-30[dev.cmdgo] cmd/go: thread through modroots providing replacementsMichael Matloob
2021-07-22[dev.cmdgo] cmd/go: replace Target with MainModules, allowing for multiple ta...Michael Matloob
2021-04-30cmd/go: smooth out upgrade paths for lazy loadingBryan C. Mills
2021-04-09cmd/go: support module deprecationJay Conrod
2021-04-08cmd/go/internal/modload: add a dormant depth typeBryan C. Mills
2021-04-08cmd/go: in 'go list -m', ignore "not found" errors loading updatesJay Conrod
2021-04-05cmd/go: refactor modload.ListModules to accept bit flagsJay Conrod
2021-03-25cmd/go/internal/modload: replace the global buildList with structured require...Bryan C. Mills
2021-03-17cmd/go: only add a 'go' directive to the main module when the go.mod file wil...Bryan C. Mills
2021-03-16cmd/go/internal/modload: in readonly mode, do not read go.mod files missing c...Bryan C. Mills
2021-03-02cmd/go/internal/modload: do not resolve an arbitrary version for 'go list --v...Bryan C. Mills
2020-11-20cmd/go/internal/modload: eliminate LoadedModulesBryan C. Mills
2020-11-18cmd/go: in 'go get', only load retractions for resolved versionsJay Conrod
2020-11-17cmd/go: revert "in 'go get', only load retractions for resolved versions"Dmitri Shuralyov
2020-11-16cmd/go: in 'go get', only load retractions for resolved versionsJay Conrod
2020-10-20cmd/go/internal/modload: remove printStackInDie functionalityJay Conrod
2020-09-22cmd/go/internal/modget: consolidate Load entrypointsBryan C. Mills
2020-09-17cmd/go: prepare tests for GO111MODULE=on by defaultJay Conrod
2020-09-09cmd/go/internal/modload: rename LoadBuildList and BuildListBryan C. Mills
2020-08-26cmd/go: add -retracted flag to 'go list'Jay Conrod
2020-08-26cmd/go/internal/modload: refactor version filtering for excludeJay Conrod
2020-08-24cmd/go/internal/modload: cache parsed go.mod files globallyBryan C. Mills
2020-08-24cmd/go/internal/modload: cache the Go language version for each module globallyBryan C. Mills
2020-08-20cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-18cmd/go: revert 3 CLs affecting par.Work, context propagation, tracingDmitri Shuralyov
2020-08-17cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-03-11cmd/go: make module zip extraction more robustJay Conrod
2020-02-25Revert "Revert "cmd/go/internal/modload: record the replacement for the modul...Bryan C. Mills
2020-02-24Revert "cmd/go/internal/modload: record the replacement for the module contai...Andrew Bonventre
2020-02-24cmd/go/internal/modload: record the replacement for the module containing pac...Bryan C. Mills
2019-12-19cmd/go: in 'go list -m', print effective go.mod fileJay Conrod
2019-11-13cmd/go: fix error for empty packages referenced with relative pathsJay Conrod
2019-10-29cmd/go: delete internal packages moved to x/modJay Conrod
2019-10-24cmd/go: correct GoMod field in 'go list' for replacements that lack an explic...Bryan C. Mills
2019-10-24cmd/go: populate available module information for packages in vendor modeBryan C. Mills
2019-10-09cmd/go/internal/list: disallow 'list -m' with '-mod=vendor'Bryan C. Mills
2019-09-19cmd/go: don't construct module version info if there are import errorsJay Conrod
2019-09-18cmd/go: fix buglet in alternate gccgo debug_modinfo recipeThan McIntosh
2019-09-18cmd/go: use alternate debug_modinfo recipe for gccgoThan McIntosh
2019-07-03cmd/go: restore @latest behavior and support @upgrade in 'go get'Jay Conrod
2019-06-14cmd/go: avoid accidental downgrades in 'go get' with latest and patchJay Conrod
2019-05-02cmd/go/internal/modload: make 'list -u' consider current pseudoversionPontus Leitzler
2019-04-23cmd/go: move runtime/debug.modinfo to runtime.modinfoRuss Cox
2019-03-11cmd/go: resolve non-standard imports from within GOROOT/src using vendor dire...Bryan C. Mills
2019-03-02cmd/go/internal/modload: correctly report devel versionsLeon Klingele
2019-01-23cmd/go/internal/modload: ensure that __debug_modinfo__ is not discarded durin...Bryan C. Mills
2019-01-15cmd/go: fix wording issue in commentDaniel Martí