summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.11] runtime: mark sigInitIgnored nosplitgo1.11Ian Lance Taylor2018-08-241-2/+4
* [release-branch.go1.11] go1.11Andrew Bonventre2018-08-241-1/+1
* [release-branch.go1.11] doc: document Go 1.10.4Andrew Bonventre2018-08-241-0/+8
* [release-branch.go1.11] doc/go1.11: add link to new WebAssembly wiki pageDmitri Shuralyov2018-08-231-1/+6
* [release-branch.go1.11] doc/go1.11: remove draft statusAndrew Bonventre2018-08-231-9/+2
* [release-branch.go1.11] go1.11rc2go1.11rc2Andrew Bonventre2018-08-221-1/+1
* [release-branch.go1.11] internal/poll, net: fix sendfile on Windows, add testBrad Fitzpatrick2018-08-222-2/+63
* [release-branch.go1.11] crypto/tls: make ConnectionState.ExportKeyingMaterial...Filippo Valsorda2018-08-2213-24/+432
* [release-branch.go1.11] cmd/go: fix list -compiled of package with only testsRuss Cox2018-08-222-1/+19
* [release-branch.go1.11] cmd/go: fix 'go help go.mod' exampleRuss Cox2018-08-222-9/+35
* [release-branch.go1.11] cmd/go: add go.sum entries to go mod download -json o...Russ Cox2018-08-224-17/+51
* [release-branch.go1.11] cmd/go: fix modload response for std-vendored packagesRuss Cox2018-08-223-10/+41
* [release-branch.go1.11] cmd/go: fix modload infinite directory loopDaniel Martí2018-08-212-2/+9
* [release-branch.go1.11] Merge branch 'master' into release-branch.go1.11Brad Fitzpatrick2018-08-2052-698/+1088
|\
| * cmd/go: add missing newlines in printf formatsDaniel Martí2018-08-201-4/+4
| * doc/go1.11: Delve 1.1.0 added support for method callsAustin Clements2018-08-201-2/+1
| * cmd/go: fix module get -insecureRuss Cox2018-08-182-15/+42
| * cmd/go/internal/modconv: fix TestConvertLegacyConfig expectationsRuss Cox2018-08-181-22/+30
| * cmd/go: fix go mod tidy crash on empty moduleRuss Cox2018-08-182-1/+9
| * cmd/go: allow 'go run x.go' to use nearby internal imports in module modeRuss Cox2018-08-185-26/+114
| * cmd/go: fix and reenable TestAccidentalGitCheckoutRuss Cox2018-08-181-3/+7
| * cmd/go: update TestGoGetUpdateWithWildcard expected behaviorRuss Cox2018-08-181-2/+3
| * cmd/go: treat VCS errors as hard errors in module searchRuss Cox2018-08-185-0/+38
| * cmd/go: remove go mod fix, add go help go.modRuss Cox2018-08-186-141/+163
| * cmd/go/internal/modfetch: correct TestCodeRepo expectationRuss Cox2018-08-171-4/+3
| * os: handle TMPDIR in TempDir on Plan 9David du Colombier2018-08-171-1/+6
| * cmd/go: do not turn list ./nonexist into a network lookupRuss Cox2018-08-173-1/+30
| * cmd/go: report which patterns match each package in listRuss Cox2018-08-174-66/+56
| * cmd/go: fix -gcflags, -ldflags not applying to current directoryRuss Cox2018-08-176-117/+128
| * cmd/go: distinguish patterns from the results of matching themRuss Cox2018-08-177-204/+219
| * doc: describe golang.org/x/go/packages in go1.11 release notesAlan Donovan2018-08-171-2/+13
| * go/doc: allow interior dot in heading, as in "go.mod"Russ Cox2018-08-171-1/+13
| * doc/code: drop mentions of GOPATH/pkg directoryRuss Cox2018-08-171-45/+6
| * cmd/vet: don't suggest ... if it breaks a programDaniel Martí2018-08-172-0/+18
| * cmd/compile: make duplicate anonymous interface output deterministicDan Johnson2018-08-171-9/+14
| * cmd/go: document import "C" check from CL 129062Russ Cox2018-08-171-1/+8
| * cmd/go: ignore import "C" files in module loader in non-cgo modeRuss Cox2018-08-172-0/+11
| * cmd/go: ignore /tmp/go.modRuss Cox2018-08-172-2/+23
| * cmd/go: disable TestAccidentalGitCheckout for nowBrad Fitzpatrick2018-08-161-0/+1
| * runtime: load errno as signed 32-bitKeith Randall2018-08-162-4/+4
| * cmd/go: fix typos in go help mod subpagesAlberto Donizetti2018-08-163-5/+6
| * go/printer: consider empty lines in table layout computationRobert Griesemer2018-08-143-16/+116
| * runtime: go fmt runtime2.goMartin Möhrmann2018-08-141-5/+5
| * go/printer: revert "make empty lines break table alignment"Robert Griesemer2018-08-143-31/+4
| * cmd/compile/internal/gc: add nil check for closure call on wasmRichard Musiol2018-08-142-0/+25
* | [release-branch.go1.11] go1.11rc1go1.11rc1Filippo Valsorda2018-08-131-0/+1
|/
* net/http: support configuring fetch optionsJohan Brandhorst2018-08-131-7/+31
* net/http: update request cancelation docsBrad Fitzpatrick2018-08-132-5/+7
* doc: update the primary security coordinator to filippo@Filippo Valsorda2018-08-131-1/+1
* A+C: second and final round of updates for Go 1.11Filippo Valsorda2018-08-122-11/+69