aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2016-12-01api: promote next.txt to go1.8.txt, update go toolgo1.8beta1Chris Broadfoot
2016-12-01cmd/cgo: fix cgo checking when fetching errno valueIan Lance Taylor
2016-11-30cmd/go: document GOPATH default exceptionRuss Cox
2016-11-30doc, cmd/go: adjust documentation for default GOPATHRuss Cox
2016-11-30cmd/compile: generate code that type checks when inlining variadic functionsDavid Lazar
2016-11-30cmd/compile/internal/gc: document variables and functionsKevin Burke
2016-11-29cmd/compile/internal/syntax: remove unused node fieldRobert Griesemer
2016-11-29cmd/go: report position info in package errorsDhananjay Nakrani
2016-11-29cmd/compile: don't panic on syntax error in select statementRobert Griesemer
2016-11-29cmd/link: handle STT_COMMON symbolsIan Lance Taylor
2016-11-28cmd/asm: fix parsing of the s390x instructions VSTE{G,F,H,B}Michael Munday
2016-11-23cmd/gofmt: don't call Chmod on windowsBrad Fitzpatrick
2016-11-22cmd/go: print CC environment variables on Plan 9David du Colombier
2016-11-22cmd/go: don't clobber `go env GOGCCFLAGS`Ian Lance Taylor
2016-11-22cmd/compile, cmd/link: weak relocation for ptrToDavid Crawshaw
2016-11-22cmd/dist: skip plugin tests on noopt builder for nowBrad Fitzpatrick
2016-11-21cmd/go: skip slow tests on mips when run under buildersBrad Fitzpatrick
2016-11-21cmd/go: don't check standard packages when using gccgoIan Lance Taylor
2016-11-18cmd/cover: handle multiple samples from the same locationKeith Randall
2016-11-18cmd/trace: fix goroutine viewAustin Clements
2016-11-18cmd/compile: in cse, allow for new ssa valuesPhilip Hofer
2016-11-18cmd/compile: make a copy of Phi input if it is still liveCherry Zhang
2016-11-17cmd/cgo: ignore top-level qualifiers in function args/resultsIan Lance Taylor
2016-11-17cmd/asm/internal/asm: fix copy/paste errors in commentMichael Munday
2016-11-17cmd/compile, reflect: use field pkgPath if neededIan Lance Taylor
2016-11-17cmd/cover: don't ignore os.Create errorDaniel Martí
2016-11-16cmd/compile: ensure necessary types appear in .debug_infoDavid Chase
2016-11-16cmd/internal/obj/arm64: fix branch too far for CBZ (and like)Cherry Zhang
2016-11-16all: call flag.Parse from TestMain only if usedDaniel Martí
2016-11-16cmd/link: handle R_GOTPCREL separately on darwinDavid Crawshaw
2016-11-16cmd/compile: remove some unused codeDaniel Martí
2016-11-16os/exec: add closeOnce.WriteString methodIan Lance Taylor
2016-11-15cmd/cgo: add missing period in commentIan Lance Taylor
2016-11-15cmd/cgo: run cgo pointer checks for pointer to unionIan Lance Taylor
2016-11-15cmd/go: use build ID as plugin symbol prefixDavid Crawshaw
2016-11-15cmd/link, runtime, plugin: versioningDavid Crawshaw
2016-11-14cmd/go/testdata/src: gofmtJosh Bleecher Snyder
2016-11-13Revert "cmd/vet: ignore printf failures in cmd"Josh Bleecher Snyder
2016-11-13cmd/vet: ignore unrecognized verbs for fmt.FormatterDhananjay Nakrani
2016-11-12cmd/pprof: add options to skip tls verificationPatrick Lee
2016-11-12cmd/dist: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-12cmd/internal/browser: add chromium to the list of browsersDaniel Martí
2016-11-11cmd/go: skip TestCgoPkgConfig if pkg-config is too oldQuentin Smith
2016-11-11cmd/gofmt, crypto/tls: fix typosKevin Burke
2016-11-11cmd/vet/all: add bitwidths for mips and mipsleJosh Bleecher Snyder
2016-11-11all: fix vet nitsJosh Bleecher Snyder
2016-11-11cmd/pprof: don't print binary outputs in interactive modeHiroshi Ioka
2016-11-11cmd/link: for -buildmode=exe pass -no-pie to external linkerIan Lance Taylor
2016-11-11cmd/cgo: don't ignore qualifiers, don't cast to void*Ian Lance Taylor
2016-11-11go/build: implement default GOPATHFrancesc Campoy