aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work/init.go
AgeCommit message (Expand)Author
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
2017-11-29cmd/go: ensure pkgsFilter is run before buildJess Frazelle
2017-11-17cmd/link: enable c-shared and c-archive mode on s390xBill O'Farrell
2017-11-09cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflagsRuss Cox
2017-11-07cmd/go: accept relative -pkgdir argumentRuss Cox