aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work/gc.go
AgeCommit message (Expand)Author
2020-09-03cmd/go: define an asm macro for GOEXPERIMENT=regabiAustin Clements
2020-06-08all: avoid awkward wording from CL 236857Russ Cox
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-04-29cmd/go: trim source paths when compiling C with -trimpathJay Conrod
2020-03-10[dev.link] cmd/asm: new -p option, changes to DWARF generationThan McIntosh
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-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-06-06cmd/go: remove cross-package assembly reference discoveryAustin Clements
2019-05-16cmd/go: add more information to -debug-actiongraphRuss Cox
2019-05-06cmd/internal/obj: write package path at compile time if possibleCherry Zhang
2019-04-30cmd/go,cmd/internal/sys,cmd/link: skip Go build ids for externally linked toolsElias Naur
2019-04-24cmd/go: add -trimpath build flagRuss Cox
2019-04-08cmd/go/internal/work: make toolchain builds reproducible when buildmode=pieElias Naur
2019-04-01cmd/go: refactor load.LoadPackage into other functionsJay Conrod
2018-12-21cmd/go: fix -n output in runtime/internal/atomicJay Conrod
2018-11-26cmd/compile: remove CLOBBERDEAD experimentKeith Randall
2018-11-23cmd/go: more cross-package references from internal/syscall/unixAustin Clements
2018-11-16cmd/asm: rename -symabis to -gensymabisAustin Clements
2018-11-12cmd/go, cmd/dist: collect known cross-package uses of runtime symbolsAustin Clements
2018-11-12cmd/go, cmd/dist: plumb symabis from assembler to compilerAustin Clements
2018-11-08cmd/go: pass go language version to cmd/compileIan Lance Taylor
2018-05-04cmd/compile: add wasm architectureRichard Musiol
2018-04-27cmd/compile: add softfloat support to mips64{,le}Milan Knezevic
2018-04-26cmd/link, cmd/go: enable DWARF on darwin/arm and darwin/arm64Cherry Zhang
2018-04-26cmd/go: disambiguate for-test packages in failure outputRuss Cox
2018-04-10cmd/go: compile packages imported by runtime with -+Ian Lance Taylor
2018-03-16cmd/go: remove some unused parametersDaniel Martí
2018-02-15runtime/trace: user annotation APIHana Kim
2018-01-09cmd/link: set runtime.GOROOT default during linkRuss Cox
2018-01-04cmd/go: fix compile -p flag for building test of main packageRuss Cox
2017-12-04cmd/go: disable concurrent compilation under GOEXPERIMENTsMatthew Dempsky
2017-12-01cmd/compile: fix GOEXPERIMENT checksMatthew Dempsky
2017-11-30cmd/go, cmd/dist: introduce GOMIPS environment variableVladimir Stefanovic
2017-11-13cmd/go: cache and replay command output during buildRuss Cox
2017-11-09cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflagsRuss Cox
2017-11-06cmd/dist, cmd/cgo, cmd/go: allow per-goos/goarch default CCRuss Cox
2017-10-31cmd/go: trim objdir, not just workdir, from object filesRuss 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