aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work
AgeCommit message (Expand)Author
2021-05-14cmd/go: fix spacing in help text of -overlay flagBen Hoyt
2021-05-13cmd/go: permit .tbd files as a linker flagKevin Albertson
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-16cmd/go, go/build: add ToolTags to build.DefaultRuss Cox
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-16cmd/go: move 'go install cmd@version' code into internal/loadJay Conrod
2021-04-16cmd/go/internal/load: convert two global flags to an options structJay Conrod
2021-04-12cmd/go/internal/work: remove '_test' from import paths in stacktraces when -t...Hajime Hoshi
2021-04-08internal/goexperiment,cmd: consolidate GOEXPERIMENTs into a new packageAustin Clements
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-18cmd/internal/objabi: centralize GOEXPERIMENT parsingAustin 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-12cmd/go: fix godoc formatting for text from 'go help install'Jay Conrod
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-03-10cmd/go/internal/modload: make EditBuildList report whether the build list was...Bryan C. Mills
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-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-27[dev.regabi] cmd/go: Use GOMAXPROCS to limit default build, compile parallelismDavid Chase
2021-01-25[dev.regabi] all: merge master (bf0f7c9) into dev.regabiMatthew Dempsky
2021-01-25[dev.regabi] cmd/go: workaround -race issue on ppc64leMatthew Dempsky
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