aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/build.go
AgeCommit message (Expand)Author
2017-05-23[release-branch.go1.8] cmd/go: if we get a C compiler dwarf2 warning, try wit...Brad Fitzpatrick
2016-12-15cmd/go, plugin: disable plugins on darwinDavid Crawshaw
2016-12-13cmd/cgo: add required gcc flags for GOARCH=mips{,le}Vladimir Stefanovic
2016-12-13cmd/go: don't assemble all .s files in a single cmd/asm runIan Lance Taylor
2016-12-04cmd/go: give useful error when msan isn't supportedDhananjay Nakrani
2016-12-03cmd/go: add missing newline at end of error messageJosh Bleecher Snyder
2016-11-15cmd/go: use build ID as plugin symbol prefixDavid Crawshaw
2016-11-07cmd/go: handle escapes in pkg-config outputQuentin Smith
2016-11-03cmd/go: remove .o and .a files in builder.collectRuss Cox
2016-11-02cmd/go: use cgo -srcdir when using SWIGIan Lance Taylor
2016-11-01cmd/go: remove _cgo_flags from gccgo archive built using SWIGIan Lance Taylor
2016-10-31cmd/link, plugin: use full plugin path for symbolsDavid Crawshaw
2016-10-25cmd/go: bypass install to os.DevNull entirely, test mayberemovefile(os.DevNull)Russ Cox
2016-10-18cmd/go: print more env variables in "go env"Quentin Smith
2016-10-03cmd/dist, cmd/go: add environment variable override for pkg-configBoris Nagaev
2016-09-24cmd/go: enable -buildmode=plugin on darwin/amd64David Crawshaw
2016-09-16cmd/go: support -buildmode=plugin on linuxDavid Crawshaw
2016-09-10go/build: add help info for unset $GOPATHEdward Muller
2016-08-31cmd/link, cmd/go: delay linking of mingwex and mingw32 until very endAlex Brainman
2016-08-30cmd/go: make C compiler warnings fatal on buildersBrad Fitzpatrick
2016-08-29cmd/go: for -msan build runtime/cgo with -fsanitize=memoryIan Lance Taylor
2016-08-26go/build: don't alter InstallSuffix for default compile optionsJosh Bleecher Snyder
2016-08-25cmd/go: refactor cgo logicMatthew Dempsky
2016-08-24cmd/asm, go/build: invoke cmd/asm only once per packageJosh Bleecher Snyder
2016-08-23cmd/go: updates go get to return exit status 0 for test file only pkgsJess Frazelle
2016-08-23cmd/go, cmd/link: build c-archive as position independent on ELFIan Lance Taylor
2016-07-12cmd/go: don't fail on invalid GOOS/GOARCH pair when using gccgoBrad Fitzpatrick
2016-06-14cmd/go: remove obsolete comment referring to deleted parameterIan Lance Taylor
2016-06-03cmd/internal/obj, runtime: fixes for defer in 386 shared librariesMichael Hudson-Doyle
2016-05-31cmd/go: combine gccgo's ld and ldShared methodsMichael Hudson-Doyle
2016-05-31cmd/go, cmd/link: set LC_ALL=C when checking if host compiler supports -no-pieMichael Hudson-Doyle
2016-05-07cmd/go: add -shared to darwin/arm{,64} default build modeElias Naur
2016-05-06cmd/go, cmd/cgo: pass "-mabi=64" to gcc on mips64Cherry Zhang
2016-05-06cmd/go: fail with nice error message on bad GOOS/GOARCH pairBrad Fitzpatrick
2016-04-29cmd/go, go/build: add support for binary-only packagesRuss Cox
2016-04-27cmd/link: remove absolute address for c-archive on darwin/armCherry Zhang
2016-04-27cmd/go: add Package.StaleReason for debugging with go listRuss Cox
2016-04-18cmd/go: mention that _test.go files are ignored when buildingAndrew Gerrand
2016-04-14cmd/go: deduplicate gccgo afiles by package path, not *PackageMichael Hudson-Doyle
2016-04-14cmd/go: fix "#cgo pkg-config:" comments with gccgoMichael Hudson-Doyle
2016-03-25cmd/go: stat the archive file only when executing the commandsMohit Agarwal
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-25cmd/go: remove limits on parallel tasks in the Go command for iOSElias Naur
2016-03-21cmd/go: add s390x supportMichael Munday
2016-03-08cmd/go: ignore C files when CGO_ENABLED=0Russ Cox
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-29cmd/go: only check SWIG intsize once per buildIan Lance Taylor
2016-02-24cmd/go, go/build: add support for Fortrankortschak
2016-02-19cmd/go: don't assume cc supports -gno-record-gcc-switchesDamien Neil