aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/buildlist.go
AgeCommit message (Expand)Author
2024-05-15cmd/go/internal/modload: compute direct in workspace modeMichael Matloob
2024-03-27cmd/go: replace reflect.DeepEqual with slices.Equal and maps.EqualDaniel Martí
2023-10-03cmd: fix mismatched symbolscui fliter
2023-07-24cmd/go: add support for vendoring in workspace modeMichael Matloob
2023-06-12cmd/go/internal/modload: address comment and test issues from CL 496635Bryan C. Mills
2023-06-03cmd/go: adjust pruning and switch toolchain when needed in 'go mod tidy'Bryan C. Mills
2023-06-02cmd/go: adjust pruning and switch toolchains if needed when go get changes go...Bryan C. Mills
2023-06-02cmd/go: return more errors from ReadModFile, loadModFileRuss Cox
2023-06-01cmd/go: add base.Error and base.FatalRuss Cox
2023-06-01cmd/go: move version constants from modload to goverRuss Cox
2023-06-01cmd/go: propagate gover.TooNewError from modload.LoadModGraphBryan C. Mills
2023-06-01cmd/go: make toolchain less special in MVSRuss Cox
2023-05-30cmd/go: switch to newer toolchain in go get as neededRuss Cox
2023-05-30cmd/go/internal/modload: break more cycles in readModGraphBryan C. Mills
2023-05-25cmd/go: add go get go@version and toolchain@versionRuss Cox
2023-05-23cmd/go: convert semver.Compare to gover.ModCompareRuss Cox
2023-05-22cmd/go: retain extra roots to disambiguate imports in 'go mod tidy'Bryan C. Mills
2023-05-17cmd/go: prune more dependencies in 'go get'Bryan C. Mills
2023-05-12cmd/go/internal/modload: reject the -modfile flag in workspace modeZeke Lu
2023-04-18cmd/go: skip over all workspace modules in go mod verifyMichael Matloob
2023-02-03cmd/go/internal/par: use generic CacheRoger Peppe
2023-01-30cmd/go: add and use cmd/go/internal/slices.ClipRuss Cox
2022-09-09cmd/go/internal/modload: use atomic.Pointer for Requirements.graphAbirdcfly
2022-07-14cmd/go: avoid re-enqueuing workspace dependencies with errorsBryan C. Mills
2022-04-11all: gofmt main repoRuss Cox
2021-12-16cmd/go: examine dependencies of main modules in workspace modeMichael Matloob
2021-12-15all: fix typo in commentichxxx
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-01cmd/go/internal/modload: fix up main-module checks from CL 334932Bryan C. Mills
2021-11-09cmd/go: add go work sync commandMichael Matloob
2021-11-09cmd/go: add workspace pruning modeMichael Matloob
2021-11-08Revert "cmd/go: add workspace pruning mode"Bryan C. Mills
2021-11-08cmd/go: add workspace pruning modeMichael Matloob
2021-11-04cmd/go: download fewer dependencies in 'go mod download'Bryan C. Mills
2021-09-24cmd/go: refactor {Allow,Disallow}WriteGoMod to ExplicitWriteGoModJay Conrod
2021-09-15cmd/go/internal/modload: prevent tidy downgrading disambiguating modulesJay Conrod
2021-08-30cmd/go/internal/modload: use "pruned" instead of "lazy" to describe pruned mo...Bryan C. Mills
2021-08-25[dev.cmdgo] cmd/go: fix calls to modFileGoVersion to pass in modFileMichael Matloob
2021-08-25[dev.cmdgo] cmd/go: clean up TODOWorkspaces instancesMichael Matloob
2021-08-25[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgoMichael Matloob
2021-08-09cmd/go: with -mod=vendor, don't panic if there are duplicate requirementsJay 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-22[dev.cmdgo] cmd/go: replace Target with MainModules, allowing for multiple ta...Michael Matloob
2021-06-21cmd/go: add a -go flag to 'go mod graph'Bryan C. Mills
2021-06-16cmd/go: in lazy modules, add transitive imports for 'go get' argumentsBryan C. Mills
2021-05-12cmd/go/internal/modload: in updateLazyRoots, do not require the main module e...Bryan C. Mills
2021-05-05cmd/go: spot-check the explicit requirements of root module dependencies when...Bryan C. Mills
2021-04-30cmd/go: add GODEBUG tokens for debugging lazy module loadingBryan C. Mills
2021-04-30cmd/go: smooth out upgrade paths for lazy loadingBryan C. Mills