aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work
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: in cgoflags, permit -DX1, prohibit -...Ian Lance Taylor
2020-11-11[release-branch.go1.15-security] cmd/go, cmd/cgo: don't let bogus symbol set ...Ian Lance Taylor
2020-10-07[release-branch.go1.15] cmd/go: relax version's error on unexpected flagsDaniel Martí
2020-06-08all: avoid awkward wording from CL 236857Russ Cox
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-06-03cmd/go: add -Wl,-wrap,symbol to linker flag whitelistAndrew G. Morgan
2020-05-20cmd/go: use temporary file for output of gcc command on WindowsYasuhiro Matsumoto
2020-05-07cmd/go: accept hash-style in LDFLAGSMeng Zhuo
2020-05-07cmd/go: add -Wl,-E to linker flag whitelist (shortcut of --export-dynamic)Shengyu Zhang
2020-04-30cmd/go: use -buildmode=pie as default on windowAlex Brainman
2020-04-30cmd/go: add error for cross-compiled -race buildsKeyan Pishdadian
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-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-03-27[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
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-23cmd/go: define a build tag for any GOEXPERIMENT which is enabled.Dan Scales
2020-03-13[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
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-03-10[dev.link] cmd/asm: new -p option, changes to DWARF generationThan McIntosh
2020-03-01cmd/go, cmd/link: implement -buildmode=pie on windowsAlex Brainman
2020-02-26cmd/go: escape $WORK in ccompile when -n is setGrigoriyMikhalkin
2020-02-25cmd/go/internal/{test,vet}: use a standard flag.FlagSet to parse flagsBryan C. Mills
2020-02-25cmd/go: fix typo in commentnu50218
2020-01-23cmd/go: unify trimpath logic for -mod=vendor, -mod=modJay Conrod
2020-01-16cmd/go: trim paths from vendored packages with -trimpathJay Conrod
2019-12-12cmd/go: restore default vet analyzers for targets in GOROOTBryan C. Mills
2019-12-06cmd/go: fix check for -Wp,-U in cgo CFLAGSTobias Klauser
2019-12-05cmd/go: print newline after GOOS/GOARCH errorRhys Hiltner
2019-12-03cmd/vet: honor analyzer flags when running vet outside $GOROOT/srcXiangdong Ji
2019-11-22cmd/go/internal/work: reduce code duplication in buildModeInit by using sys.B...Bryan C. Mills
2019-11-15cmd/go: document the -mod=mod optionAgniva De Sarker
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-11-11cmd/go: remove -w workaround for -buildmode=plugin on DarwinThan McIntosh
2019-11-10cmd/go: make env -w and -u validate GOOS and GOARCH valuesjsign
2019-11-01[dev.link] all: merge branch 'master' into dev.linkThan McIntosh
2019-10-28cmd: remove a few unused parametersDaniel Martí
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