aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work/init.go
AgeCommit message (Expand)Author
2021-09-20[dev.fuzz] all: merge master (af72ddf) into dev.fuzzKatie Hockman
2021-09-15cmd/go: remove subcommand prefix from error messagesJay Conrod
2021-09-09[dev.fuzz] all: merge master (65f0d24) into dev.fuzzJay Conrod
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-05-17[dev.fuzz] all: merge master (d137b74) into dev.fuzzKatie Hockman
2021-05-11[dev.fuzz] internal/fuzz: use coverage instrumentation while fuzzingKatie Hockman
2021-05-05cmd/go: don't crash when running "go version" in deleted directoryPhilipp Sauter
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-08internal/goexperiment,cmd: consolidate GOEXPERIMENTs into a new packageAustin Clements
2021-03-18cmd/internal/objabi: centralize GOEXPERIMENT parsingAustin Clements
2020-12-10cmd/go, cmd/asm: pass -linkshared to assembler for shared linkage buildsThan McIntosh
2020-10-30runtime, cmd: support race detector on darwin/arm64Cherry Zhang
2020-10-22all: add GOOS=ios GOARCH=amd64 target for the ios simulatorElias Naur
2020-10-15cmd/go: make sure CC and CXX are absoluteObeyda Djeffal
2020-10-06cmd/go: add basic support for overlaysMichael Matloob
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-17cmd/go: flip relationship between load and modloadJay Conrod
2020-09-15cmd/go: relax version's error on unexpected flagsDaniel Martí
2020-09-11cmd/go: refactor -mod flag parsingJay Conrod
2020-04-30cmd/go: use -buildmode=pie as default on windowAlex Brainman
2020-04-30cmd/go: add error for cross-compiled -race buildsKeyan Pishdadian
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-03-23cmd/go: define a build tag for any GOEXPERIMENT which is enabled.Dan Scales
2020-03-01cmd/go, cmd/link: implement -buildmode=pie on windowsAlex Brainman
2019-11-22cmd/go/internal/work: reduce code duplication in buildModeInit by using sys.B...Bryan C. Mills
2019-11-11cmd/go: remove -w workaround for -buildmode=plugin on DarwinThan McIntosh
2019-10-25[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2019-10-24cmd/go: add -modfile flag that sets go.mod file to read/writeJay Conrod
2019-10-22cmd/go: support -modcacherw in 'go mod' subcommandsJay Conrod
2019-10-21[dev.link] cmd: reference symbols by name when linking against Go shared libraryCherry Zhang
2019-10-09cmd/go: automatically check and use vendored packagesBryan C. Mills
2019-09-11cmd/go/internal/work: use pie link mode when using MSAN on arm64fanzha02
2019-09-03plugin: add freebsd/amd64 plugin supportAyan George
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-03-22cmd: enable -buildmode=pie on aix/ppc64Clément Chigot
2019-03-01cmd/go: remove work directory on usage errorIan Lance Taylor
2018-12-04cmd/go: add missing gccgo checks for buildmodeInitLynn Boger
2018-11-13cmd,runtime: enable race detector on arm64Fangming.Fang
2018-08-21cmd/compile: only support -race and -msan where they workIan Lance Taylor
2018-08-01cmd/go: replace -getmode with -mod, $GOPROXYRuss Cox
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox
2018-07-10runtime/cgo: Add initial NetBSD Thread Sanitizer supportKamil Rytarowski
2018-06-11runtime/race: implement race detector for ppc64leLynn Boger
2018-05-04cmd/go, cmd/link: provide meaningful error msg with ext linking on ppc64Lynn Boger
2018-05-02runtime: enable memory sanitizer on arm64Fangming.Fang
2018-03-27cmd/go, cmd/link, runtime: enable PIE build mode, cgo race tests on FreeBSDTim Wright
2018-03-21all: enable c-shared/c-archive support for freebsd/amd64Tim Wright