index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-08-22
[release-branch.go1.11] go1.11rc2
go1.11rc2
Andrew Bonventre
2018-08-22
[release-branch.go1.11] internal/poll, net: fix sendfile on Windows, add test
Brad 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 tests
Russ Cox
2018-08-22
[release-branch.go1.11] cmd/go: fix 'go help go.mod' example
Russ 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 packages
Russ Cox
2018-08-21
[release-branch.go1.11] cmd/go: fix modload infinite directory loop
Daniel Martí
2018-08-20
[release-branch.go1.11] Merge branch 'master' into release-branch.go1.11
Brad Fitzpatrick
2018-08-20
cmd/go: add missing newlines in printf formats
Daniel Martí
2018-08-20
doc/go1.11: Delve 1.1.0 added support for method calls
Austin Clements
2018-08-18
cmd/go: fix module get -insecure
Russ Cox
2018-08-18
cmd/go/internal/modconv: fix TestConvertLegacyConfig expectations
Russ Cox
2018-08-18
cmd/go: fix go mod tidy crash on empty module
Russ Cox
2018-08-18
cmd/go: allow 'go run x.go' to use nearby internal imports in module mode
Russ Cox
2018-08-18
cmd/go: fix and reenable TestAccidentalGitCheckout
Russ Cox
2018-08-18
cmd/go: update TestGoGetUpdateWithWildcard expected behavior
Russ Cox
2018-08-18
cmd/go: treat VCS errors as hard errors in module search
Russ Cox
2018-08-18
cmd/go: remove go mod fix, add go help go.mod
Russ Cox
2018-08-17
cmd/go/internal/modfetch: correct TestCodeRepo expectation
Russ Cox
2018-08-17
os: handle TMPDIR in TempDir on Plan 9
David du Colombier
2018-08-17
cmd/go: do not turn list ./nonexist into a network lookup
Russ Cox
2018-08-17
cmd/go: report which patterns match each package in list
Russ Cox
2018-08-17
cmd/go: fix -gcflags, -ldflags not applying to current directory
Russ Cox
2018-08-17
cmd/go: distinguish patterns from the results of matching them
Russ Cox
2018-08-17
doc: describe golang.org/x/go/packages in go1.11 release notes
Alan Donovan
2018-08-17
go/doc: allow interior dot in heading, as in "go.mod"
Russ Cox
2018-08-17
doc/code: drop mentions of GOPATH/pkg directory
Russ Cox
2018-08-17
cmd/vet: don't suggest ... if it breaks a program
Daniel Martí
2018-08-17
cmd/compile: make duplicate anonymous interface output deterministic
Dan Johnson
2018-08-17
cmd/go: document import "C" check from CL 129062
Russ Cox
2018-08-17
cmd/go: ignore import "C" files in module loader in non-cgo mode
Russ Cox
2018-08-17
cmd/go: ignore /tmp/go.mod
Russ Cox
2018-08-16
cmd/go: disable TestAccidentalGitCheckout for now
Brad Fitzpatrick
2018-08-16
runtime: load errno as signed 32-bit
Keith Randall
2018-08-16
cmd/go: fix typos in go help mod subpages
Alberto Donizetti
2018-08-14
go/printer: consider empty lines in table layout computation
Robert Griesemer
2018-08-14
runtime: go fmt runtime2.go
Martin Möhrmann
2018-08-14
go/printer: revert "make empty lines break table alignment"
Robert Griesemer
2018-08-14
cmd/compile/internal/gc: add nil check for closure call on wasm
Richard Musiol
2018-08-13
[release-branch.go1.11] go1.11rc1
go1.11rc1
Filippo Valsorda
2018-08-13
net/http: support configuring fetch options
Johan Brandhorst
2018-08-13
net/http: update request cancelation docs
Brad Fitzpatrick
2018-08-13
doc: update the primary security coordinator to filippo@
Filippo Valsorda
2018-08-12
A+C: second and final round of updates for Go 1.11
Filippo Valsorda
2018-08-10
cmd/go: don't let ... match GOROOT/src/cmd in module mode
Russ Cox
2018-08-10
cmd/go: report implicit cgo inputs in go list -compiled
Russ Cox
2018-08-10
cmd/go: fix module ... pattern to match standard library
Russ Cox
2018-08-10
cmd/go: do not try to understand git fetch --depth=1 errors
Russ Cox
2018-08-10
cmd/go: display cached compiler output more often
Russ Cox
[next]