]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/go/internal/modload/init.go
[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo
[gostls13.git] / src / cmd / go / internal / modload / init.go
2021-07-28 Jay Conrod[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo
2021-07-28 Michael Matloob[dev.cmdgo] cmd/go: maintain a go.work.sum file
2021-07-27 Jay Conrod[dev.cmdgo] cmd/go: make fewer 'go mod' commands update...
2021-07-27 Michael Matloob[dev.cmdgo] cmd/go: add go mod initwork command
2021-07-27 Michael Matloob[dev.cmdgo] cmd/go: fold index and modFile into MainModules
2021-07-26 Michael Matloob[dev.cmdgo] cmd/go: add the workspace mode
2021-07-22 Michael Matloob[dev.cmdgo] cmd/go: replace Target with MainModules...
2021-07-07 Jay Conrodcmd/go: don't lock .mod and .sum files for read in...
2021-07-07 Bryan C. Millscmd/go/internal/modload: fix an apparent typo in the...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-06-16 Bryan C. Millscmd/go: in lazy modules, add transitive imports for...
2021-06-08 Bryan C. Millscmd/go: in Go 1.17+ modules, add indirect go.mod depend...
2021-05-27 Jay Conrodcmd/go: don't let 'go mod download' save sums for incon...
2021-05-25 Bryan C. Millscmd/go: add a -compat flag to 'go mod tidy'
2021-05-24 Constantin Konstan... cmd/go: align checks of module path during initialization.
2021-05-24 Bryan C. Millscmd/go/internal/modcmd: factor out a type for flags...
2021-05-05 Philipp Sautercmd/go: don't crash when running "go version" in delete...
2021-05-04 Bryan C. Millscmd/go: suppress SSH password prompts when fetching...
2021-04-30 Bryan C. Millscmd/go: smooth out upgrade paths for lazy loading
2021-04-30 Bryan C. Millscmd/go/internal/modload: avoid loading the full module...
2021-04-30 Bryan C. Millscmd/go/internal/modload: avoid loading the full module...
2021-04-30 Bryan C. Millscmd/go/internal/modload: implement lazy loading
2021-04-27 SataQiucmd/go/internal/modload: treat \ as a path separator...
2021-04-21 Bryan C. Millscmd/go/internal/modload: use updateRequirements instead...
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-16 Bryan C. Millscmd/go/internal/modload: when outside a module, set...
2021-04-15 Aofei Shengcmd/go/internal/modconv: involve GOPROXY in ConvertLega...
2021-04-14 Bryan C. Millscmd/go/internal/modload: fix truncated error message...
2021-04-08 Bryan C. Millscmd/go/internal/modload: add a dormant depth type
2021-04-08 Bryan C. Millscmd/go: assume Go 1.16 semantics uniformly for unversio...
2021-03-25 Bryan C. Millscmd/go/internal/modload: replace the global buildList...
2021-03-19 Bryan C. Millscmd/go: assume Go 1.16 instead of Go 1.11 for dependenc...
2021-03-17 Bryan C. Millscmd/go: only add a 'go' directive to the main module...
2021-03-04 Jay Conrodcmd/go: clarify errors for commands run outside a module
2021-03-01 Jay Conrodcmd/go/internal/modload: don't query when fixing canoni...
2021-01-23 Gerrit Code ReviewMerge "[dev.typeparams] all: merge dev.regabi (7e0a81d...
2021-01-23 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (7e0a81d) into...
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2021-01-08 Jay Conrodcmd/go: make hints in error messages more consistent
2021-01-08 Jay Conrodcmd/go: preserve sums for indirect deps fetched by...
2021-01-06 Baokun Leecmd/go: make module suggestion more friendly
2021-01-05 Jay Conrodcmd/go: set cfg.BuildMod to "readonly" by default with...
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-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-09 Russ Coxall: update to use os.ReadDir where appropriate
2020-12-09 Russ Coxall: update to use os.ReadFile, os.WriteFile, os.Create...
2020-12-03 Russ Cox[dev.regabi] all: merge master (d0c0dc682c1f) into...
2020-11-30 Jay Conrodcmd/go: fix infinite loop in modload.keepSums
2020-11-25 Russ Cox[dev.typeparams] merge dev.regabi 41f3af9d04 into dev...
2020-11-21 Bryan C. Millscmd/go/internal/modload: remove the Reqs function
2020-11-20 Michael Matloobcmd/go: support overlaying go.mod files
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-23 Jay Conrodcmd/go: save sums for zips needed to diagnose ambiguous...
2020-10-23 Jay Conrodcmd/go: in 'go mod init', suggest running 'go mod tidy'
2020-10-23 Jay Conrodcmd/go: refactor modload.InitMod
2020-10-23 Jay Conrodcmd/go: don't import requirements into existing go...
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-20 Jay Conrodcmd/go/internal/modload: remove printStackInDie functio...
2020-10-06 Michael Matloobcmd/go: add basic support for overlays
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-30 Jay Conrodcmd/go: error if -modfile used with 'go install pkg...
2020-09-22 Bryan C. Millscmd/go/internal/modget: consolidate Load entrypoints
2020-09-21 Jay Conrodcmd/go: default to GO111MODULE=on
2020-09-18 Jay Conrodcmd/go: fix review comments in load, modload
2020-09-17 Jay Conrodcmd/go: flip relationship between load and modload
2020-09-15 Jay Conrodcmd/go: default to -mod=readonly in most commands
2020-09-15 Jay Conrodcmd/go: add modload.NeedRoot mode for commands that...
2020-09-15 Jay Conrodcmd/go: implement 'go install pkg@version'
2020-09-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-09-11 Jay Conrodcmd/go: refactor -mod flag parsing
2020-09-09 Jay Conrodcmd/go: make 'go get' preserve sums for content of...
2020-08-26 Michael Matloobcmd/go/internal/modload: reject some bad module paths
2020-08-26 Michael Matloobcmd/go/internal/modload: reject empty go.mod files
2020-08-24 Bryan C. Millscmd/go/internal/modload: drop requirements on excluded...
2020-08-24 Bryan C. Millscmd/go/internal/modload: add a "v" prefix to the indexe...
2020-08-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-20 Michael Matloobcmd/go: do context propagation for tracing downloads
2020-08-18 Dmitri Shuralyovcmd/go: revert 3 CLs affecting par.Work, context propag...
2020-08-17 Michael Matloobcmd/go: do context propagation for tracing downloads
2020-08-14 Jay Conrodcmd/go/internal/modload: don't initialize build cache
2020-08-14 Jay Conrodcmd/go: don't save sums for modules loaded for import...
2020-04-10 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-08 Michael Matloobcmd/go: allow configuring module cache directory with...
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-13 Bryan C. Millscmd/go/internal/modload: suppress the 'go mod init...
2020-03-13 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-09 Bryan C. Millscmd/go/internal/modload: factor smaller files out of...
2019-11-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-08 Gerrit Code ReviewMerge "cmd: merge branch 'dev.link' into master"
2019-11-08 Bryan C. Millscmd/go/internal/modload: use lockedfile.Read for the...
2019-11-06 Kevin Burkecmd/go: fix spelling error
2019-11-06 Bryan C. Millscmd/go: use lockedfile instead of renameio for go.mod...
2019-11-06 Bryan C. Millscmd/go: make commands other than 'tidy' prune go.mod...
2019-11-03 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-01 Bryan C. Millscmd/go: default to mod=readonly when the go.mod file...
2019-11-01 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
next