aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work/build.go
AgeCommit message (Expand)Author
2018-06-04[release-branch.go1.9] cmd/go: add minimal module-awareness for legacy operationRuss Cox
2018-03-29[release-branch.go1.9] cmd/go: permit pkg-config flags in any argument positionIan Lance Taylor
2018-03-29[release-branch.go1.9] cmd/go: add options to security whitelistIan Lance Taylor
2018-02-07[release-branch.go1.9] cmd/go: accept only limited compiler and linker flags ...Russ Cox
2017-07-20cmd/go, cmd/link: if -no-pie doesn't work, try -nopieIan Lance Taylor
2017-07-14cmd/go: update BuildContext.GOROOT and build.Tooldir with computed GOROOTIan Lance Taylor
2017-06-23cmd/go: be more precise when a directory cannot be builtRuss Cox
2017-06-23cmd/go: detect Go assembly before assembling with gccRuss Cox
2017-06-23cmd/go: require -buildmode=c-shared to take one main packageRuss Cox
2017-06-14cmd/go: disable tool version check during bootstrapgo1.9beta1Brad Fitzpatrick
2017-06-13cmd/go: adjust regexp that cleans cgo-related errorsRobert Griesemer
2017-06-13cmd/go: initialize in get before loading packagesIan Lance Taylor
2017-06-09all: single space after periodBrad Fitzpatrick
2017-06-06cmd/compile: reject unknown //go: comments in std libraryKeith Randall
2017-06-05cmd/go: reject -buildmode=plugin if package is not mainAlexander Menzhinsky
2017-05-09cmd/go: enable concurrent backend compilation by defaultJosh Bleecher Snyder
2017-05-09cmd/go: add support for concurrent backend compilationJosh Bleecher Snyder
2017-05-09cmd/go: put user flags after code generation flagIan Lance Taylor
2017-05-04cmd/go, cmd/compile: match tool versionsDavid Crawshaw
2017-04-28cmd/go: error on space-separated list with commaDaniel Martí
2017-04-28cmd/go: reject buildmode=pie when -race is enabledAlberto Donizetti
2017-04-25cmd/go: fix TestCgoConsistentResults when using clang instead of gccBrad Fitzpatrick
2017-04-17cmd/go: don't generate DWARF in the compiler for plan9Josh Bleecher Snyder
2017-04-17cmd/go: disable compiler DWARF generation on some platformsJosh Bleecher Snyder
2017-04-17cmd/go: don't generate DWARF in the compiler if the linker will discard itJosh Bleecher Snyder
2017-04-12cmd/go: generate correct vendor paths with -compiler gccgo optionLynn Boger
2017-04-12cmd/go: add better error message when gccgo is missingAlexander Menzhinsky
2017-03-29cmd/go: build test binaries with -s in addition to -wRuss Cox
2017-03-20cmd/go, cmd/compile: always optimize when building runtimeJosh Bleecher Snyder
2017-03-11cmd/go: if we get a C compiler dwarf2 warning, try without -gIan Lance Taylor
2017-02-25cmd/go: implement -buildmode=plugin for s390xBill O'Farrell
2017-02-13cmd/go: add "syscall" to the set of packages that run extFiles++Sameer Ajmani
2017-02-13cmd/go: respect group sticky bit on install.Chris Manghane
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2017-02-08cmd/go: clarify that tag lists are space-separatedAlberto Donizetti
2017-02-03cmd/go: address review commentsRuss Cox
2017-02-03cmd/go: split out cmd/go/internal/testRuss Cox
2017-02-03cmd/go: split out cmd/go/internal/workRuss Cox