aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload
AgeCommit message (Expand)Author
48 hourscmd/go: add compatibility tests for go mod tidy -diffSam Thanawalla
8 dayscmd/go/internal/modload: fix bug in error messageMichael Matloob
10 dayscmd/go: add go mod tidy -diffSam Thanawalla
2024-05-15cmd/go/internal/modload: compute direct in workspace modeMichael Matloob
2024-05-15cmd/go: add support for godebug lines in go.mod and go.workRuss Cox
2024-05-07cmd/go: import vendored packages only listed in modules.txtSam Thanawalla
2024-04-02cmd/go/internal/modload: close modules.txtguoguangwu
2024-03-27cmd/go: replace reflect.DeepEqual with slices.Equal and maps.EqualDaniel Martí
2024-03-15cmd/go/internal/modload: follow dependencies of unpruned roots in dqTracker.pathBryan C. Mills
2024-03-11cmd/go: provide a better error message when there's no go directiveMichael Matloob
2024-03-04cmd/go/internal/modload: make it clear -mod can't be set in some casesMichael Matloob
2024-02-16cmd/go: show Sum/GoModSum when listing modulesSam Thanawalla
2023-12-11cmd/go/internal/modload: classify "invalid pseudo-version" errors in QueryBryan C. Mills
2023-11-17cmd/go: use a nil *Origin to represent "uncheckable"Bryan C. Mills
2023-11-17cmd/go: check that expected Origin fields are present to reuse module infoBryan C. Mills
2023-11-16cmd/go: propagate origin information for inexact module queriesBryan C. Mills
2023-11-08cmd/go/internal/modload: ignore $GOPATH/go.modQuan Tong
2023-11-08cmd/go/internal/modload: omit return at the end of matchPackagesJes Cok
2023-11-08cmd/go/internal/modload: avoid calling strings.HasPrefix twice in *MainModule...Jes Cok
2023-10-26cmd: update vendored golang.org/x/modDmitri Shuralyov
2023-10-19all: drop old +build linesDmitri Shuralyov
2023-10-03cmd: fix mismatched symbolscui fliter
2023-09-26cmd/go/internal/modload: omit space in 'os /exec'Jes Cok
2023-08-16cmd/go: remove conversion of legacy pre-module dependency configsRuss Cox
2023-08-11cmd/go: enter vendor mode depending on new modules.txt workspace lineMichael Matloob
2023-07-31cmd/go: make go list -m -u all not complain about missing checksumsRuss Cox
2023-07-24cmd/go: add support for vendoring in workspace modeMichael Matloob
2023-07-12cmd/go: fix go get go@badversionRuss Cox
2023-06-12cmd/go/internal/modload: address comment and test issues from CL 496635Bryan C. Mills
2023-06-12cmd/go: omit checksums for go.mod files needed for go version lines more ofte...Bryan C. Mills
2023-06-06cmd/go: additional doc-inspired tests and bug fixesRuss Cox
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 CreateWorkFile from modload to workcmdRuss 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: delete cmd/go/internal/slices in favor of slicesRuss Cox
2023-06-01cmd/go: make toolchain less special in MVSRuss Cox
2023-05-31cmd/go: introduce WriteOpts argument for WriteGoModRuss Cox
2023-05-31cmd/go: clean up handling of go mod tidy -go=v during modloadRuss Cox
2023-05-30cmd/go: lock in new toolchain semanticsRuss 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: rename gover.ToolchainVersion to gover.FromToolchainRuss 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