aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/load.go
AgeCommit message (Expand)Author
42 hourscmd/go/internal/modload: compute direct in workspace modeMichael Matloob
2024-03-27cmd/go: replace reflect.DeepEqual with slices.Equal and maps.EqualDaniel Martí
2023-11-08cmd/go/internal/modload: avoid calling strings.HasPrefix twice in *MainModule...Jes Cok
2023-07-24cmd/go: add support for vendoring in workspace modeMichael Matloob
2023-06-03cmd/go: maintain go and toolchain lines in go.workRuss Cox
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: adjust conditions in which toolchain lines are writtenBryan 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-05-31cmd/go: introduce WriteOpts argument for WriteGoModRuss Cox
2023-05-25cmd/go: avoid duplicate errors in module loadRuss Cox
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-23cmd/go/internal/gover: add new Go version packageRuss Cox
2023-05-18cmd/go: propagate Context arguments through modfetch methodsBryan C. Mills
2023-05-12cmd/go/internal/modload: reject the -modfile flag in workspace modeZeke Lu
2023-05-10cmd/go/internal/modload: skip reading go.mod files for imports in 'go mod tid...Bryan C. Mills
2023-02-03cmd/go/internal/par: use generic CacheRoger Peppe
2023-01-31cmd/go: use Join functions instead of adding path separators to stringsBryan C. Mills
2022-11-18cmd/go: replace 'directory .' with 'current directory' in some errorsMichael Matloob
2022-10-26cmd: remove redundant _cui fliter
2022-10-14cmd/go/internal/modload: return error when tidyRoots failianwoolf
2022-10-07modload: provide a clearer error for standard library packages from newer rel...Jeremy Brewer
2022-10-06cmd/go: fix incorrect determination of import path is DirImportPathMichael Matloob
2022-09-29cmd/go: using strings.CutPrefix replace strings.HasPrefix and strings.TrimPrefixcuiweixie
2022-09-15cmd/go: use strings.Buildercuiweixie
2022-09-09cmd/go/internal/modload: use atomic.Pointer for Requirements.graphAbirdcfly
2022-08-26cmd/go/internal/modload: convert atomicLoadPkgFlags.bits to atomic typehopehook
2022-08-23cmd/go/internal/modload: remove ImportMap and PackageDirBryan C. Mills
2022-08-17cmd/go: propagate match errors in 'go run'Bryan C. Mills
2022-06-24cmd/go: add per-package indexing for modules outside mod cacheMichael Matloob
2022-06-03cmd/go: changes to use modindexMichael Matloob
2022-05-06cmd/go: mod tidy returns proper error with /tmp/go.modtenkoh
2022-05-04cmd/go: write changes to go.mod and go.sum after loading the command-line-arg...Bryan C. Mills
2022-04-21cmd/go: add a better error message when in a module outside workspaceMichael Matloob
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-02-16cmd/go/internal/modload: set errors for packages with invalid import pathsBryan C. Mills
2022-02-10cmd/go: mention go.work when local path outside modules in go.workMichael Matloob
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-10-27cmd: move internal/str back to cmd/goRuss Cox
2021-10-19cmd/go: support replaces in the go.work fileMichael Matloob
2021-09-24cmd/go: refactor {Allow,Disallow}WriteGoMod to ExplicitWriteGoModJay Conrod