aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work/exec.go
AgeCommit message (Expand)Author
2021-05-05cmd/go: don't crash when running "go version" in deleted directoryPhilipp Sauter
2021-04-28cmd/go: include C/C++/Fortran compiler version in build IDIan Lance Taylor
2021-04-28cmd/go: make TOOLEXEC_IMPORTPATH consistent with 'go list -f {{.ImportPath}}'Daniel Martí
2021-04-26cmd/go: don't add generated SWIG C++ files to CompiledGoFilesIan Lance Taylor
2021-04-23cmd/go: make build cache tag sensitive to GOSSADIR; remove unusedDavid Chase
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-16cmd/go/internal/load: convert two global flags to an options structJay Conrod
2021-04-08internal/goexperiment,cmd: consolidate GOEXPERIMENTs into a new packageAustin Clements
2021-03-18cmd/internal/objabi: centralize GOEXPERIMENT parsingAustin Clements
2021-03-12cmd/go: include default GOEXPERIMENT in build configCherry Zhang
2021-03-11cmd: move GOEXPERIMENT knob from make.bash to cmd/goMatthew Dempsky
2021-02-24cmd/go, cmd/cgo: pass -mfp32 and -mhard/soft-float to MIPS GCCYunQiang Su
2021-02-23cmd/go: recognize DLL magic from llvm binariesJason A. Donenfeld
2021-01-22cmd/go: don't lookup the path for CC when invoking cgoJay Conrod
2021-01-21cmd/go: overwrite program name with full pathRoland Shoemaker
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2021-01-21cmd/go: pass resolved CC, GCCGO to cgoRuss Cox
2021-01-14cmd/dist, cmd/go: pass -arch for C compilation on DarwinCherry Zhang
2020-12-10cmd/go: encode backslash and newline in response filesJeremy Faller
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-16cmd/go/internal/work: add missing newline to go version noteBryan C. Mills
2020-11-14cmd/go: permit CGO_LDFLAGS to appear in //go:ldflagIan Lance Taylor
2020-11-12cmd/go: pass in overlaid file paths to C compilerMichael Matloob
2020-11-12cmd/go, cmd/cgo: don't let bogus symbol set cgo_ldflagIan Lance Taylor
2020-11-11cmd/go: don't copy cgo files to objdir when overlay is presentMichael Matloob
2020-11-10Revert "cmd/go: don't copy cgo files to objdir when overlay is present"Michael Matloob
2020-11-10cmd/go: don't copy cgo files to objdir when overlay is presentMichael 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-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