aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work
AgeCommit message (Expand)Author
2021-03-12[release-branch.go1.16] cmd/go: fix godoc formatting for text from 'go help i...Jay Conrod
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
2021-01-08cmd/go: revise 'go help' documentation for modulesJay Conrod
2021-01-05cmd/go: pass embedcfg to gccgo if supportedIan Lance Taylor
2020-12-14cmd/go: print hint when 'go install' run without version outside moduleJay Conrod
2020-12-14cmd/go: refactor error reporting in internal/loadJay Conrod
2020-12-11cmd/go: add documentation for the -overlay flagMichael Matloob
2020-12-10cmd/go: encode backslash and newline in response filesJeremy Faller
2020-12-10cmd/go, cmd/asm: pass -linkshared to assembler for shared linkage buildsThan McIntosh
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-01cmd/internal/buildid: update Mach-O code signature when rewriting buildidCherry Zhang
2020-11-20cmd/go: support the -overlay flag for go mod commandsMichael Matloob
2020-11-20cmd/go/internal/work: remove a redundant call to modload.LoadedModulesBryan C. Mills
2020-11-19cmd/go/internal/work: avoid modload.Selected in 'go install pkg@version'Bryan C. Mills
2020-11-19cmd/go/internal/modload: remove SetBuildListBryan C. Mills
2020-11-16cmd/go/internal/work: add missing newline to go version noteBryan C. Mills
2020-11-16cmd/go: permit wrongly rejected -Wl,-O... linker flagsKai Lüke
2020-11-14cmd/go: permit CGO_LDFLAGS to appear in //go:ldflagIan Lance Taylor
2020-11-12cmd/go: use overlaid path contents in build cacheMichael Matloob
2020-11-12cmd/go: pass in overlaid paths for .s filesMichael Matloob
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-09cmd/go: print deprecation messages for -iJay Conrod
2020-11-05cmd/go/internal/modload: return a module-only result from QueryPatternBryan C. Mills
2020-11-03cmd/go: in cgoflags, permit -DX1, prohibit -Wp,-D,optIan Lance Taylor
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-30runtime, cmd: support race detector on darwin/arm64Cherry Zhang
2020-10-29cmd/go: add //go:embed supportRuss Cox
2020-10-28cmd/buildid: move and reuse duplicated HashToString code to cmd/internal/buil...Mikhail Fesenko
2020-10-28cmd/go: add -include to cgo whitelistDave Pifke
2020-10-26runtime,runtime/metrics: add memory metricsMichael Anthony Knyszek
2020-10-22all: add GOOS=ios GOARCH=amd64 target for the ios simulatorElias Naur
2020-10-22cmd/go: set TOOLEXEC_IMPORTPATH for -toolexec toolsDaniel Martí
2020-10-20cmd/asm: rename "compiling runtime" flagThan McIntosh
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-19cmd/dist,cmd/go: broaden use of asm macro GOEXPERIMENT_REGABIThan McIntosh
2020-10-16cmd/go/internal/modload: avoid using the global build list in QueryPatternBryan C. Mills
2020-10-15cmd/go: rewrite paths for overlaid files using -trimpathMichael Matloob