]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/go/internal/modload/buildlist.go
[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
[gostls13.git] / src / cmd / go / internal / modload / buildlist.go
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-12 Gerrit Code ReviewMerge "[dev.typeparams] all: merge master (46fd547...
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-08-09 Jay Conrodcmd/go: with -mod=vendor, don't panic if there are...
2021-07-28 Jay Conrod[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo
2021-07-28 Michael Matloob[dev.cmdgo] cmd/go: sort roots when joining multiple...
2021-07-28 Michael Matloob[dev.cmdgo] cmd/go: maintain a go.work.sum file
2021-07-22 Michael Matloob[dev.cmdgo] cmd/go: replace Target with MainModules...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-06-25 Gerrit Code ReviewMerge "[dev.typeparams] all: merge master (37f9a8f...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Bryan C. Millscmd/go: add a -go flag to 'go mod graph'
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-16 Bryan C. Millscmd/go: in lazy modules, add transitive imports for...
2021-05-18 Cherry Mui[dev.typeparams] all: merge master (690a8c3) into dev...
2021-05-12 Bryan C. Millscmd/go/internal/modload: in updateLazyRoots, do not...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-05 Bryan C. Millscmd/go: spot-check the explicit requirements of root...
2021-04-30 Bryan C. Millscmd/go: add GODEBUG tokens for debugging lazy module...
2021-04-30 Bryan C. Millscmd/go: smooth out upgrade paths for lazy loading
2021-04-30 Bryan C. Millscmd/go: verify lazy-loading invariants when loading...
2021-04-30 Bryan C. Millscmd/go/internal/modload: implement lazy loading
2021-04-27 Bryan C. Millscmd/go/internal/modload: clean up error reporting
2021-04-22 Bryan C. Millscmd/go/internal/modload: migrate editBuildList to use...
2021-04-21 Bryan C. Millscmd/go/internal/modload: use updateRequirements instead...
2021-04-21 Bryan C. Millscmd/go/internal/modload: in newRequirements, verify...
2021-04-21 Bryan C. Millscmd/go/internal/modload: split updateRoots into separat...
2021-04-21 Bryan C. Millscmd/go: make Tidy an option in PackageOpts rather than...
2021-04-09 Bryan C. Millscmd/go/internal/modload: change mvsReqs to store roots...
2021-04-09 Jay Conrodcmd/go: support module deprecation
2021-04-09 Bryan C. Millscmd/go/internal/modload: actually set the depth field...
2021-04-08 Bryan C. Millscmd/go/internal/modload: add a dormant depth type
2021-04-06 Bryan C. Millscmd/go/internal/modload: track conflicts in versionLimiter
2021-03-25 Bryan C. Millscmd/go/internal/modload: replace the global buildList...
2021-03-10 Bryan C. Millscmd/go/internal/modload: make EditBuildList report...
2021-03-10 Bryan C. Millscmd/go/internal/modload: fuse upgrading with downgradin...
2020-12-28 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (07569da) into...
2020-12-28 Matthew Dempsky[dev.regabi] all: merge master (1d78139) into dev.regabi
2020-12-23 Jay Conrodcmd/go: in 'go get', promote named implicit dependencie...
2020-11-25 Russ Cox[dev.typeparams] merge dev.regabi 41f3af9d04 into dev...
2020-11-21 Bryan C. Millscmd/go/internal/modload: remove a stale comment for...
2020-11-20 Bryan C. Millscmd/go/internal/modload: eliminate LoadedModules
2020-11-20 Robert Griesemer[dev.typeparams] Merge branch 'master' into dev.typeparams
2020-11-19 Bryan C. Millscmd/go/internal/modload: remove SetBuildList
2020-11-05 Bryan C. Millscmd/go/internal/modget: resolve paths at the requested...
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-27 Bryan C. Millscmd/go/internal/modload: embed PackageOpts in loaderParams
2020-10-23 Jay Conrodcmd/go: refactor modload.InitMod
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-16 Bryan C. Millscmd/go/internal/modload: avoid using the global build...
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-22 Bryan C. Millscmd/go/internal/modget: consolidate Load entrypoints
2020-09-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-09-09 Bryan C. Millscmd/go/internal/modload: rename LoadBuildList and BuildList
2020-09-09 Bryan C. Millscmd/go/internal/modload: consolidate buildList and...