aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work/action.go
AgeCommit message (Expand)Author
2021-09-15cmd/go: remove subcommand prefix from error messagesJay Conrod
2021-05-05cmd/go: don't crash when running "go version" in deleted directoryPhilipp Sauter
2021-01-22cmd/go: don't lookup the path for CC when invoking cgoJay Conrod
2021-01-21cmd/go: pass resolved CC, GCCGO to cgoRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-12cmd/go: pass in overlaid file paths to C compilerMichael Matloob
2020-08-17cmd/go: mark trace flows between actionsMichael Matloob
2020-08-17cmd/go: propagate context into Action.Func callsMichael Matloob
2020-02-25cmd/go: fix typo in commentnu50218
2019-12-05cmd/go: print newline after GOOS/GOARCH errorRhys Hiltner
2019-11-10cmd/go: make env -w and -u validate GOOS and GOARCH valuesjsign
2019-09-08all: fix typosAinar Garipov
2019-05-16cmd/go: include "gccgo stdlib" in lost build action checkBryan C. Mills
2019-05-16cmd/go: add more information to -debug-actiongraphRuss Cox
2019-05-15cmd/go: do not build test packages unnecessarily during go vetRuss Cox
2019-04-23cmd/go: add env -w and env -u to set and unset default env varsRuss Cox
2019-04-16cmd/go: retry RemoveAll(workdir) for up to 500msBryan C. Mills
2019-04-16cmd/go: PackageVetx in vet.cfg should list only immediate dependencies.Fedor Korotkiy
2019-04-11cmd/go: log failures to remove workdirBryan C. Mills
2019-04-01cmd/go: refactor load.LoadPackage into other functionsJay Conrod
2019-03-01cmd/go: remove work directory on usage errorIan Lance Taylor
2018-08-01cmd/go: change list -compiled to populate new CompiledGoFiles listRuss Cox
2018-07-17cmd/go: add new test script facilityRuss Cox
2018-07-17cmd/go: fix handling of vet.cfg with buggyInstallIan Lance Taylor
2018-07-16cmd/go: handle relative temp dirRuss Cox
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox
2018-06-12cmd/go: add support for vet-specific export dataRuss Cox
2018-06-07cmd/go: add go list -cgo and -exportRuss Cox
2018-05-09cmd/go: for gccgo, don't edit cgo header when using -oIan Lance Taylor
2018-04-25cmd/go: avoid infinite loop in go list -json -e on import cycleRuss Cox
2018-03-28cmd/go: reject relative tmpdirIan Lance Taylor
2018-01-12cmd/go: make gccgo -buildmode=shared and -linkshared work againIan Lance Taylor
2018-01-10cmd/go: run the real test binary if the test link was cachedIan Lance Taylor
2017-11-13cmd/go: cache and replay command output during buildRuss Cox
2017-11-09cmd/go: always update mtime during go install / go build -o / go test -cRuss Cox
2017-11-09cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflagsRuss Cox
2017-11-06cmd/go: drop runtime, runtime/internal/sys, runtime/internal/atomic, unsafe a...Russ Cox
2017-11-03cmd/go: do not install dependencies during "go install"Russ Cox
2017-11-03cmd/go: cache successful test resultsRuss Cox
2017-11-03cmd/go: prefer $GOTMPDIR over operating system tmp dir for temp filesRuss Cox
2017-11-03cmd/go: cache built packagesRuss Cox
2017-11-02cmd/go/internal/cache: implement build artifact cacheRuss Cox
2017-11-01cmd/go: pass package config to vet during "go vet"Russ Cox
2017-10-31cmd/go: switch to entirely content-based staleness determinationRuss Cox
2017-10-20cmd/go/internal/work: factor build.go into multiple filesRuss Cox