aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-17os: handle TMPDIR in TempDir on Plan 9David du Colombier
2018-08-17cmd/go: do not turn list ./nonexist into a network lookupRuss Cox
2018-08-17cmd/go: report which patterns match each package in listRuss Cox
2018-08-17cmd/go: fix -gcflags, -ldflags not applying to current directoryRuss Cox
2018-08-17cmd/go: distinguish patterns from the results of matching themRuss Cox
2018-08-17doc: describe golang.org/x/go/packages in go1.11 release notesAlan Donovan
2018-08-17go/doc: allow interior dot in heading, as in "go.mod"Russ Cox
2018-08-17doc/code: drop mentions of GOPATH/pkg directoryRuss Cox
2018-08-17cmd/vet: don't suggest ... if it breaks a programDaniel Martí
2018-08-17cmd/compile: make duplicate anonymous interface output deterministicDan Johnson
2018-08-17cmd/go: document import "C" check from CL 129062Russ Cox
2018-08-17cmd/go: ignore import "C" files in module loader in non-cgo modeRuss Cox
2018-08-17cmd/go: ignore /tmp/go.modRuss Cox
2018-08-16cmd/go: disable TestAccidentalGitCheckout for nowBrad Fitzpatrick
2018-08-16runtime: load errno as signed 32-bitKeith Randall
2018-08-16cmd/go: fix typos in go help mod subpagesAlberto Donizetti
2018-08-14go/printer: consider empty lines in table layout computationRobert Griesemer
2018-08-14runtime: go fmt runtime2.goMartin Möhrmann
2018-08-14go/printer: revert "make empty lines break table alignment"Robert Griesemer
2018-08-14cmd/compile/internal/gc: add nil check for closure call on wasmRichard Musiol
2018-08-13[release-branch.go1.11] go1.11rc1go1.11rc1Filippo Valsorda
2018-08-13net/http: support configuring fetch optionsJohan Brandhorst
2018-08-13net/http: update request cancelation docsBrad Fitzpatrick
2018-08-13doc: update the primary security coordinator to filippo@Filippo Valsorda
2018-08-12A+C: second and final round of updates for Go 1.11Filippo Valsorda
2018-08-10cmd/go: don't let ... match GOROOT/src/cmd in module modeRuss Cox
2018-08-10cmd/go: report implicit cgo inputs in go list -compiledRuss Cox
2018-08-10cmd/go: fix module ... pattern to match standard libraryRuss Cox
2018-08-10cmd/go: do not try to understand git fetch --depth=1 errorsRuss Cox
2018-08-10cmd/go: display cached compiler output more oftenRuss Cox
2018-08-10cmd/go: fix spelling in proxy documentationTobias Klauser
2018-08-10cmd/go: fix handling of gopkg.in/macaroon-bakery.v2-unstableRuss Cox
2018-08-10cmd/go: fix install target name for versioned binariesRuss Cox
2018-08-10cmd/go: fix go.mod corruption using -mod=vendorRuss Cox
2018-08-10cmd/go: add go mod whyRuss Cox
2018-08-10cmd/go: fix module loader and test-only dependenciesRuss Cox
2018-08-10cmd/go: make 'go list -test' report the correct import pathSuzy Mueller
2018-08-10cmd/go: add go mod downloadRuss Cox
2018-08-09doc/go1.11: add note about vet checks for printf wrappersAndrew Bonventre
2018-08-09runtime: fix TestGdbPythonCgo failure with ld.goldDaniel Martí
2018-08-09cmd/compile: update delve's reference data for ssa/debug_testDavid Chase
2018-08-09cmd/go: include experiments in compiler tool IDIan Lance Taylor
2018-08-09cmd/go: skip TestScript/mod_patterns on nocgo buildersBryan C. Mills
2018-08-09cmd/go/internal/modload: emit correct module in duplication errorBryan C. Mills
2018-08-09cmd/go: test package patterns with multiple modulesBryan C. Mills
2018-08-09cmd/go/internal: factor out modload.QueryPackage and use in in modgetBryan C. Mills
2018-08-09cmd/go/internal/modload: report errors explicitly from LookupBryan C. Mills
2018-08-09go/types: fix errors in recording type informationRebecca Stambler
2018-08-09cmd/go: test that 'go get pkg@version' installs pkgBryan C. Mills
2018-08-09cmd/go: add test for 'go get' within a local moduleBryan C. Mills