aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work/exec.go
AgeCommit message (Expand)Author
2021-02-02[release-branch.go1.15] cmd/go: don't lookup the path for CC when invoking cgoJay Conrod
2021-01-19[release-branch.go1.15-security] cmd/go: overwrite program name with full pathRoland Shoemaker
2021-01-16[release-branch.go1.15-security] all: introduce and use internal/execabsRoland Shoemaker
2021-01-16[release-branch.go1.15-security] cmd/go: pass resolved CC, GCCGO to cgoRuss Cox
2020-11-16[release-branch.go1.15] cmd/go: permit CGO_LDFLAGS to appear in //go:ldflagIan Lance Taylor
2020-11-11[release-branch.go1.15-security] cmd/go, cmd/cgo: don't let bogus symbol set ...Ian Lance Taylor
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
2019-03-13cmd/go/internal/base: remove MergeEnvListsDaniel Martí
2019-03-13cmd: always allow bigtoc generation with gcc on aix/ppc64Clément Chigot
2019-03-08go/cmd, crypto/x509, net/textproto, html/template: fix minor issues with nil ...Marat Khabibullin
2019-03-06cmd/go: drop support for binary-only packagesJay Conrod
2019-03-02cmd/go/internal/work: properly ignore errorLeon Klingele
2019-03-01cmd/go: remove work directory on usage errorIan Lance Taylor
2019-02-27cmd/go: avoid compiling most regexes at initDaniel Martí
2019-02-15cmd/go: add newline after module-requires-version messageIan Lance Taylor
2018-12-21cmd/go: use cached source files in "go list -find -compiled"Jay Conrod
2018-11-16cmd/go: vet: provide package ID to the vet toolAlan Donovan
2018-11-13cmd/go: vet: pass non-.go files to vet toolAlan Donovan