summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal
Commit message (Expand)AuthorAgeFilesLines
* cmd/go, cmd/link: if -no-pie doesn't work, try -nopieIan Lance Taylor2017-07-201-9/+16
* cmd/go: update BuildContext.GOROOT and build.Tooldir with computed GOROOTIan Lance Taylor2017-07-142-13/+19
* cmd/go: fix docs for -timeoutRuss Cox2017-07-061-2/+1
* cmd/go: update helpdoc.go about '-buildmode'Dong-hee Na2017-06-271-3/+3
* cmd/go: be more precise when a directory cannot be builtRuss Cox2017-06-232-8/+36
* cmd/go: report possibly-relevant ignored symlinks during pattern matchRuss Cox2017-06-231-3/+17
* cmd/go: detect case-insensitive import path collisionRuss Cox2017-06-232-14/+15
* cmd/go: detect Go assembly before assembling with gccRuss Cox2017-06-231-0/+10
* cmd/go: require -buildmode=c-shared to take one main packageRuss Cox2017-06-231-1/+1
* cmd/go: read URL not Repository Root from svn infoRuss Cox2017-06-221-6/+11
* cmd/go: clarify test -run and -bench pattern matchingRuss Cox2017-06-161-9/+18
* cmd/go: improve documentation on defaults for getMarko Mudrinic2017-06-151-2/+2
* testing: clarify -timeout flagKale Blankenship2017-06-151-2/+3
* cmd/go: disable tool version check during bootstrapgo1.9beta1Brad Fitzpatrick2017-06-141-1/+1
* cmd/go: adjust regexp that cleans cgo-related errorsRobert Griesemer2017-06-131-1/+1
* cmd/go: initialize in get before loading packagesIan Lance Taylor2017-06-132-2/+5
* all: single space after periodBrad Fitzpatrick2017-06-0912-46/+46
* cmd/go: ignore dot and underscore files in fmt, fix, and get -fixBrad Fitzpatrick2017-06-084-3/+28
* cmd/compile: reject unknown //go: comments in std libraryKeith Randall2017-06-061-0/+3
* cmd/go: fix ugly "BUG" in go help message outputRuss Cox2017-06-051-3/+4
* cmd/go: include Fortran files in build ID computationRuss Cox2017-06-051-0/+1
* cmd/go: reject -buildmode=plugin if package is not mainAlexander Menzhinsky2017-06-051-9/+12
* cmd/go: include GOARM and GO386 in computed build IDBrad Fitzpatrick2017-05-233-2/+17
* cmd/go: warn on -race with -covermode=set.Dhananjay Nakrani2017-05-221-0/+4
* cmd/go: Document that -cover causes incorrect line numbersSteven Hartland2017-05-221-0/+3
* cmd/go: don't fail on missing runtime/internal/sys/zversion.goIan Lance Taylor2017-05-171-1/+4
* cmd/go: enable concurrent backend compilation by defaultJosh Bleecher Snyder2017-05-091-1/+1
* cmd/go: add support for concurrent backend compilationJosh Bleecher Snyder2017-05-091-0/+79
* cmd/go: put user flags after code generation flagIan Lance Taylor2017-05-091-3/+3
* cmd/go, cmd/compile: match tool versionsDavid Crawshaw2017-05-042-0/+22
* cmd/go: use os.Executable to find GOROOTDavid Crawshaw2017-05-041-1/+36
* cmd/go: error on space-separated list with commaDaniel Martí2017-04-281-0/+6
* cmd/go/internal/get: allow go get on github.com/ import paths with Unicode le...Dmitri Shuralyov2017-04-282-4/+12
* cmd/go: reject buildmode=pie when -race is enabledAlberto Donizetti2017-04-281-0/+3
* testing: add argument to list tests, benchmarks, and examplesBrandon Bennett2017-04-262-1/+10
* cmd/go: fix TestCgoConsistentResults when using clang instead of gccBrad Fitzpatrick2017-04-251-1/+4
* cmd/go/internal/get: remove unused pkgImportPathDamien Lespiau2017-04-241-9/+0
* cmd/go/internal/work: more TestRespectSetgidDir fixesMostyn Bramley-Moore2017-04-211-14/+16
* cmd/go/internal/work: fix TestRespectGroupSticky on FreeBSDMostyn Bramley-Moore2017-04-211-3/+8
* cmd/go/internal/work: clean up after TestRespectGroupStickyMostyn Bramley-Moore2017-04-171-7/+4
* cmd/go: don't generate DWARF in the compiler for plan9Josh Bleecher Snyder2017-04-171-1/+1
* cmd/go: disable compiler DWARF generation on some platformsJosh Bleecher Snyder2017-04-171-1/+2
* cmd/go: don't generate DWARF in the compiler if the linker will discard itJosh Bleecher Snyder2017-04-171-0/+3
* cmd/go: generate correct vendor paths with -compiler gccgo optionLynn Boger2017-04-121-0/+51
* cmd/go: add better error message when gccgo is missingAlexander Menzhinsky2017-04-121-1/+12
* cmd/go: allow full flag processing in go vetRob Pike2017-04-104-157/+279
* cmd/go: exclude vendored packages from ... matchesRuss Cox2017-03-293-7/+104
* cmd/go: make pattern matching tests less repetitiveRuss Cox2017-03-291-46/+89
* cmd/go: build test binaries with -s in addition to -wRuss Cox2017-03-294-5/+5
* cmd/go: add -json flag to go envhaya14busa2017-03-291-4/+42