aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work/build.go
AgeCommit message (Expand)Author
2021-07-26[dev.cmdgo] cmd/go: add the workspace modeMichael Matloob
2021-05-14cmd/go: fix spacing in help text of -overlay flagBen Hoyt
2021-04-28cmd/go: make TOOLEXEC_IMPORTPATH consistent with 'go list -f {{.ImportPath}}'Daniel Martí
2021-04-16cmd/go: move 'go install cmd@version' code into internal/loadJay Conrod
2021-04-16cmd/go/internal/load: convert two global flags to an options structJay Conrod
2021-03-12cmd/go: fix godoc formatting for text from 'go help install'Jay Conrod
2021-03-10cmd/go/internal/modload: make EditBuildList report whether the build list was...Bryan C. Mills
2021-01-27[dev.regabi] cmd/go: Use GOMAXPROCS to limit default build, compile parallelismDavid Chase
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2021-01-08cmd/go: revise 'go help' documentation for modulesJay Conrod
2020-12-14cmd/go: print hint when 'go install' run without version outside moduleJay Conrod
2020-12-14cmd/go: refactor error reporting in internal/loadJay Conrod
2020-12-11cmd/go: add documentation for the -overlay flagMichael Matloob
2020-11-20cmd/go: support the -overlay flag for go mod commandsMichael Matloob
2020-11-20cmd/go/internal/work: remove a redundant call to modload.LoadedModulesBryan C. Mills
2020-11-19cmd/go/internal/work: avoid modload.Selected in 'go install pkg@version'Bryan C. Mills
2020-11-19cmd/go/internal/modload: remove SetBuildListBryan C. Mills
2020-11-09cmd/go: print deprecation messages for -iJay Conrod
2020-11-05cmd/go/internal/modload: return a module-only result from QueryPatternBryan C. Mills
2020-10-16cmd/go/internal/modload: avoid using the global build list in QueryPatternBryan C. Mills
2020-10-06cmd/go: add basic support for overlaysMichael Matloob
2020-09-17cmd/go: allow output in non-existent directorySam Xie
2020-09-15cmd/go: implement 'go install pkg@version'Jay Conrod
2020-09-11cmd/go: refactor -mod flag parsingJay Conrod
2020-08-12cmd/go: propagate context into PackagesForBuild and Do for tracingMichael Matloob
2020-08-12cmd/go: add Context parameter to base.command.RunMichael Matloob
2020-08-12cmd/go: add a debug-trace flag to generate tracesMichael Matloob
2020-02-25cmd/go/internal/{test,vet}: use a standard flag.FlagSet to parse flagsBryan C. Mills
2019-11-15cmd/go: document the -mod=mod optionAgniva De Sarker
2019-10-25[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2019-10-24cmd/go: add -modfile flag that sets go.mod file to read/writeJay Conrod
2019-10-22cmd/go: support -modcacherw in 'go mod' subcommandsJay Conrod
2019-10-21[dev.link] cmd: reference symbols by name when linking against Go shared libraryCherry Zhang
2019-10-21cmd/go: add a flag to avoid creating unwritable directories in the module cacheBryan C. Mills
2019-10-04cmd/go: set expected filename when building a local package with -o is pointi...Jordi Martin
2019-10-04cmd/go: remove the -mod flag from 'go get'Bryan C. Mills
2019-09-11cmd/go/internal/work: use pie link mode when using MSAN on arm64fanzha02
2019-08-20cmd/go: fix "go help build -o" docsFilippo Valsorda
2019-06-17cmd/go: document GOBIN and 'go install' locationsJay Conrod
2019-04-24cmd/go: change -tags to a comma-separated listRuss Cox
2019-04-24cmd/go: add -trimpath build flagRuss Cox
2019-04-08cmd/go: do not write output when -o is not specified, but folder with same na...Daniel Theophanes
2019-03-27cmd/go/internal/{run,work,generate}: document file path location requirementAgniva De Sarker
2019-03-22cmd/go: fix the default build output name for versioned binariesDmitri Shuralyov
2019-03-22Revert "cmd/go: fix the default build output name for versioned binaries"Dmitri Shuralyov
2019-03-18cmd/go: allow -o to point to a folder that writes multiple execsDaniel Theophanes
2019-03-13cmd/go/internal/work: remove commented-out importBrad Fitzpatrick
2019-03-13cmd/go: fix the default build output name for versioned binariesHana Kim
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-09-18cmd/go: don't mention -mod=releaseMark Rushakoff