aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work/gc.go
AgeCommit message (Expand)Author
2021-05-05cmd/go: don't crash when running "go version" in deleted directoryPhilipp Sauter
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-12cmd/go/internal/work: remove '_test' from import paths in stacktraces when -t...Hajime Hoshi
2021-04-02go/src/cmd/go/internal/work: compile "internal/abi" with "-+"Himanshu Kishna Srivastava
2021-03-19cmd/go: assume Go 1.16 instead of Go 1.11 for dependencies that lack explicit...Bryan C. Mills
2021-03-18cmd: move experiment flags into objabi.ExperimentAustin Clements
2021-03-17cmd/go: only add a 'go' directive to the main module when the go.mod file wil...Bryan C. Mills
2021-03-11cmd: move GOEXPERIMENT knob from make.bash to cmd/goMatthew Dempsky
2021-01-27[dev.regabi] cmd/go: Use GOMAXPROCS to limit default build, compile parallelismDavid Chase
2021-01-25[dev.regabi] cmd/go: workaround -race issue on ppc64leMatthew Dempsky
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-12cmd/go: pass in overlaid paths for .s filesMichael Matloob
2020-11-09cmd/go: support cgo files in overlaysMichael Matloob
2020-11-03Revert "cmd/go: support cgo files in overlays"Bryan C. Mills
2020-11-02cmd/go: support cgo files in overlaysMichael Matloob
2020-11-01cmd/go: revert "support cgo files in overlays"Dmitri Shuralyov
2020-10-31cmd/go: support cgo files in overlaysMichael Matloob
2020-10-29cmd/go: add //go:embed supportRuss Cox
2020-10-26runtime,runtime/metrics: add memory metricsMichael Anthony Knyszek
2020-10-20cmd/asm: rename "compiling runtime" flagThan McIntosh
2020-10-19cmd/dist,cmd/go: broaden use of asm macro GOEXPERIMENT_REGABIThan McIntosh
2020-10-15cmd/go: rewrite paths for overlaid files using -trimpathMichael Matloob
2020-10-06cmd/go: add basic support for overlaysMichael Matloob
2020-09-17cmd/go: use the correct linker config in the buildID hashAlex Opie
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