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-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
2018-08-10
cmd/go: fix spelling in proxy documentation
Tobias Klauser
2018-08-10
cmd/go: fix handling of gopkg.in/macaroon-bakery.v2-unstable
Russ Cox
2018-08-10
cmd/go: fix install target name for versioned binaries
Russ Cox
2018-08-10
cmd/go: fix go.mod corruption using -mod=vendor
Russ Cox
2018-08-10
cmd/go: add go mod why
Russ Cox
2018-08-10
cmd/go: fix module loader and test-only dependencies
Russ Cox
2018-08-10
cmd/go: make 'go list -test' report the correct import path
Suzy Mueller
2018-08-10
cmd/go: add go mod download
Russ Cox
2018-08-09
doc/go1.11: add note about vet checks for printf wrappers
Andrew Bonventre
2018-08-09
runtime: fix TestGdbPythonCgo failure with ld.gold
Daniel Martí
2018-08-09
cmd/compile: update delve's reference data for ssa/debug_test
David Chase
2018-08-09
cmd/go: include experiments in compiler tool ID
Ian Lance Taylor
2018-08-09
cmd/go: skip TestScript/mod_patterns on nocgo builders
Bryan C. Mills
2018-08-09
cmd/go/internal/modload: emit correct module in duplication error
Bryan C. Mills
2018-08-09
cmd/go: test package patterns with multiple modules
Bryan C. Mills
2018-08-09
cmd/go/internal: factor out modload.QueryPackage and use in in modget
Bryan C. Mills
2018-08-09
cmd/go/internal/modload: report errors explicitly from Lookup
Bryan C. Mills
2018-08-09
go/types: fix errors in recording type information
Rebecca Stambler
2018-08-09
cmd/go: test that 'go get pkg@version' installs pkg
Bryan C. Mills
2018-08-09
cmd/go: add test for 'go get' within a local module
Bryan C. Mills
[prev]
[next]