aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work/exec.go
AgeCommit message (Expand)Author
2020-10-22cmd/go: set TOOLEXEC_IMPORTPATH for -toolexec toolsDaniel Martí
2020-10-20cmd/go: add BuildID to list -json -exportDaniel Martí
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-15cmd/go: rewrite paths for overlaid files using -trimpathMichael Matloob
2020-10-12cmd/go: add IgnoredOtherFiles to go list; pass IgnoredFiles to vetRuss Cox
2020-10-12cmd/go: disable automatic go vet -unreachable during go test of stdRuss Cox
2020-10-02all: drop 387 supportKeith Randall
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-17cmd/go: flip relationship between load and modloadJay Conrod
2020-09-17cmd/go: use the correct linker config in the buildID hashAlex Opie
2020-08-20cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-18cmd/go: revert 3 CLs affecting par.Work, context propagation, tracingDmitri Shuralyov
2020-08-17cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-17cmd/go: mark trace flows between actionsMichael Matloob
2020-08-17cmd/go: propagate context into Action.Func callsMichael Matloob
2020-08-17cmd/go: add trace events for each actionMichael Matloob
2020-08-12cmd/go: propagate context into PackagesForBuild and Do for tracingMichael Matloob
2020-05-20cmd/go: use temporary file for output of gcc command on WindowsYasuhiro Matsumoto
2020-04-29cmd/go: trim source paths when compiling C with -trimpathJay Conrod
2020-04-23cmd/go: use response files when command line would be too longKeith Randall
2020-03-27cmd/go/internal/work: disallow testgo binary from installing to GOROOTBryan C. Mills
2020-03-26cmd/go/internal/base: rename EnvForDir to AppendPWDBryan C. Mills
2020-03-12cmd/go: add missing newline to "go" line in cache keyBryan C. Mills
2020-03-12cmd/go: include the go language version in cache keysBryan C. Mills
2020-02-26cmd/go: escape $WORK in ccompile when -n is setGrigoriyMikhalkin
2019-12-12cmd/go: restore default vet analyzers for targets in GOROOTBryan C. Mills
2019-12-03cmd/vet: honor analyzer flags when running vet outside $GOROOT/srcXiangdong Ji
2019-11-14cmd/go: include module path and version in cache key with -trimpathJay Conrod
2019-11-11cmd/go: in 'go build -o', allow the destination file to exist if it is emptyBryan C. Mills
2019-10-28cmd: remove a few unused parametersDaniel Martí
2019-10-14cmd/go/internal/work: fix error while passing custom vet toolAgniva De Sarker
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-10-09cmd/go: eliminate redundancy in import error messagesJay Conrod
2019-09-18cmd/go: use alternate debug_modinfo recipe for gccgoThan McIntosh
2019-09-16cmd/go: don't include package dir in cache key when -trimpath is setJay Conrod
2019-09-12cmd/go/internal/work: include detail in errors from cache operationsBryan C. Mills
2019-07-31cmd/go: only pass -fsplit-stack to gccgo if supportedIan Lance Taylor
2019-07-22Revert "cmd/go: move automatic testing.Init call into generated test code"Bryan C. Mills
2019-06-06cmd/go: remove cross-package assembly reference discoveryAustin Clements
2019-05-21cmd/go: teach the build cache about -trimpathCaleb Spare
2019-05-16cmd/go: add more information to -debug-actiongraphRuss Cox
2019-05-16cmd/go: run full 'go vet' during 'go test' for packages in GOROOTRuss Cox
2019-05-15cmd/go: do not build test packages unnecessarily during go vetRuss Cox
2019-05-10cmd/go: move automatic testing.Init call into generated test codeCaleb Spare
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-24cmd/go: add -trimpath build flagRuss Cox
2019-04-23cmd/go: include AR env var in gccgo build IDsNikhil Benesch
2019-04-23cmd/go: add env -w and env -u to set and unset default env varsRuss Cox
2019-03-19cmd/go: avoid link error when -coverpkg covers main packages (more)Jay Conrod
2019-03-19cmd, runtime: fix C trampolines on aix/ppc64Clément Chigot