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-03
net: skip flaky TestNotTemporaryRead on FreeBSD
go1.11beta3
Brad Fitzpatrick
2018-08-03
cmd/internal/obj/arm64: fix incorrect rejection of legal instructions
Ben Shi
2018-08-03
cmd/go/internal/load: trim the " (test)" suffix from ImportStack paths
Bryan C. Mills
2018-08-03
cmd/go: disable ccache when setting HOME to non-existent dir
Mark Pulford
2018-08-03
net: update docs for unimplemented methods and functions
Mikio Hara
2018-08-03
database/sql: fix driverStmt.Close() comment typo
Frédéric Guillot
2018-08-03
math: add tests for erf and erfc
Keith Randall
2018-08-03
cmd/go: revert "cmd/go: no longer eval symlinks in inDir"
Ian Lance Taylor
2018-08-03
math: ensure Erfc is not called with out-of-expected-range arguments on s390x
bill_ofarrell
2018-08-02
crypto/ecdsa: add a package level example
Phil Pearl
2018-08-02
cmd/go: no longer eval symlinks in inDir
Issac Trotts
2018-08-02
cmd/go: move mod_tidy.txt from testdata/mod to testdata/src
Bryan C. Mills
2018-08-02
doc/go1.11: remove go/scanner note
Ian Lance Taylor
2018-08-02
go/scanner: continue adding directory to file name
Ian Lance Taylor
2018-08-02
cmd/link/internal/wasm: add Go version as a custom wasm section
Richard Musiol
2018-08-02
encoding/xml: document HTMLAutoClose and HTMLEntity more
Brad Fitzpatrick
2018-08-02
encoding/xml: remove some primordial semicolons
Brad Fitzpatrick
2018-08-02
syscall: use deprecation convention in package comment, simplify
Brad Fitzpatrick
2018-08-02
os: add check for empty executable path on darwin
Roberto Clapis
2018-08-02
cmd/go: skip cgo test when cgo isn't available
Brad Fitzpatrick
2018-08-02
test/codegen: add more combined store tests for arm64
Ben Shi
2018-08-01
misc/cgo/testcshared: force descriptor 30 to be closed when execing test
Ian Lance Taylor
2018-08-01
syscall/js: move callback helper code to misc/wasm to avoid using eval()
Xudong Zheng
2018-08-01
cmd/cgo: don't give inconsistent typedef error for cgo-defined types
Ian Lance Taylor
2018-08-01
vendor: update golang.org/x/net/http2/hpack
Brad Fitzpatrick
2018-08-01
go/build: accept ! in cgo arguments
Ian Lance Taylor
2018-08-01
cmd/go: avoid panic on 'go mod' without arguments
as
2018-08-01
runtime: fix syscall error returns on mips/mips64/ppc64
David Wimmer
2018-08-01
cmd/cgo: stop expanding typedefs once we reach __builtin types
Keith Randall
2018-08-01
strconv: clarify "g" and "G" precision in the docs
Daniela Petruzalek
2018-08-01
cmd/doc: adapt directory search for modules
Russ Cox
2018-08-01
cmd/go: move module cache from $GOPATH/src/mod to $GOPATH/pkg/mod
Russ Cox
2018-08-01
cmd/go: add list -find to find packages but not resolve imports
Russ Cox
2018-08-01
cmd/go: allow list of absolute directory path
Russ Cox
2018-08-01
cmd/go: replace -getmode with -mod, $GOPROXY
Russ Cox
2018-08-01
cmd/go: add $GOFLAGS environment variable
Russ Cox
2018-08-01
cmd/go: change list -compiled to populate new CompiledGoFiles list
Russ Cox
2018-08-01
cmd/go: split go mod into multiple subcommands
Russ Cox
2018-08-01
cmd/go: add 'go version' statement in go.mod
Russ Cox
2018-07-31
html: lazily populate Unescape tables
Brad Fitzpatrick
2018-07-31
doc: fix link in contribute.html
Mohit kumar Bajoria
2018-07-31
cmd/cgo: add column number to line directives
Kir Kolyshkin
2018-07-31
cmd/cgo: make sure we FinishType everything
Keith Randall
2018-07-31
cmd/go/internal/modfetch/codehost: quote arguments to commands printed from -x
Bryan C. Mills
2018-07-31
doc/go1.11: mention ReverseProxy passing TE: trailers headers to backend
Brad Fitzpatrick
2018-07-31
net/http: revert CL 89275 (don't sniff Content-Type when nosniff set)
Brad Fitzpatrick
2018-07-31
syscall: remove support for O_NONBLOCK and O_SYNC on js/wasm
Richard Musiol
2018-07-31
doc/go1.11: add note to remove CLI support for godoc
Agniva De Sarker
2018-07-31
syscall/js: improve documentation about mappings to JavaScript values
Richard Musiol
2018-07-31
go/doc: do not treat methods as test functions
Roger Peppe
[next]