aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work
AgeCommit message (Expand)Author
2021-08-26[dev.cmdgo] all: merge master (5e6a7e9) into dev.cmdgoMichael Matloob
2021-08-26cmd/go: pass -gcflags after other flags generated by the go commandCuong Manh Le
2021-08-25[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgoMichael Matloob
2021-08-23all: replace runtime SSE2 detection with GO386 settingMartin Möhrmann
2021-08-18cmd/go/internal/work/exec: throw an error when buildP is negativeYuki Osaki
2021-08-16cmd: support space and quotes in CC and CXXJay Conrod
2021-08-13cmd/internal/str: move package from cmd/go/internal/strJay Conrod
2021-07-30Merge "[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo" into dev.cmdgoGerrit Code Review
2021-07-30[dev.cmdgo] cmd: support space and quotes in CC and CXXJay Conrod
2021-07-30[dev.cmdgo] cmd/internal/str: move package from cmd/go/internal/strJay Conrod
2021-07-28[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgoJay Conrod
2021-07-26[dev.cmdgo] cmd/go: add the workspace modeMichael Matloob
2021-07-22[dev.typeparams] all: merge master (798ec73) into dev.typeparamsMatthew Dempsky
2021-07-20cmd/go: don't add C compiler ID to hash for standard libraryIan Lance Taylor
2021-06-17[dev.typeparams] internal/goarch,internal/goos: explode runtime/internal/sys ...Michael Anthony Knyszek
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