aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-24[release-branch.go1.11] runtime: mark sigInitIgnored nosplitgo1.11Ian Lance Taylor
2018-08-24[release-branch.go1.11] go1.11Andrew Bonventre
2018-08-24[release-branch.go1.11] doc: document Go 1.10.4Andrew Bonventre
2018-08-23[release-branch.go1.11] doc/go1.11: add link to new WebAssembly wiki pageDmitri Shuralyov
2018-08-23[release-branch.go1.11] doc/go1.11: remove draft statusAndrew Bonventre
2018-08-22[release-branch.go1.11] go1.11rc2go1.11rc2Andrew Bonventre
2018-08-22[release-branch.go1.11] internal/poll, net: fix sendfile on Windows, add testBrad Fitzpatrick
2018-08-22[release-branch.go1.11] crypto/tls: make ConnectionState.ExportKeyingMaterial...Filippo Valsorda
2018-08-22[release-branch.go1.11] cmd/go: fix list -compiled of package with only testsRuss Cox
2018-08-22[release-branch.go1.11] cmd/go: fix 'go help go.mod' exampleRuss Cox
2018-08-22[release-branch.go1.11] cmd/go: add go.sum entries to go mod download -json o...Russ Cox
2018-08-22[release-branch.go1.11] cmd/go: fix modload response for std-vendored packagesRuss Cox
2018-08-21[release-branch.go1.11] cmd/go: fix modload infinite directory loopDaniel Martí
2018-08-20[release-branch.go1.11] Merge branch 'master' into release-branch.go1.11Brad Fitzpatrick
2018-08-20cmd/go: add missing newlines in printf formatsDaniel Martí
2018-08-20doc/go1.11: Delve 1.1.0 added support for method callsAustin Clements
2018-08-18cmd/go: fix module get -insecureRuss Cox
2018-08-18cmd/go/internal/modconv: fix TestConvertLegacyConfig expectationsRuss Cox
2018-08-18cmd/go: fix go mod tidy crash on empty moduleRuss Cox
2018-08-18cmd/go: allow 'go run x.go' to use nearby internal imports in module modeRuss Cox
2018-08-18cmd/go: fix and reenable TestAccidentalGitCheckoutRuss Cox
2018-08-18cmd/go: update TestGoGetUpdateWithWildcard expected behaviorRuss Cox
2018-08-18cmd/go: treat VCS errors as hard errors in module searchRuss Cox
2018-08-18cmd/go: remove go mod fix, add go help go.modRuss Cox
2018-08-17cmd/go/internal/modfetch: correct TestCodeRepo expectationRuss Cox
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