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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-08-21
Revert "encoding/json: avoid work when unquoting strings"
Filippo Valsorda
2019-08-21
cmd/go: accept GOSUMDB=sum.golang.google.cn
Russ Cox
2019-08-20
cmd/go: fix "go help build -o" docs
Filippo Valsorda
2019-08-18
encoding/json: fix format string in the Fuzz func
Dmitry Vyukov
2019-08-16
time: update TestSub to avoid future regressions
Joe Tsai
2019-08-16
cmd/gofmt: update TestRewrite to avoid future regressions
Joe Tsai
2019-08-16
Revert "time: optimize Sub"
Joe Tsai
2019-08-14
reflect: align first argument in callMethod
Cherry Zhang
2019-08-12
net/url: make Hostname and Port predictable for invalid Host values
Filippo Valsorda
2019-08-12
src/go.mod: sync golang.org/x/net with h2_bundle.go
Filippo Valsorda
2019-08-11
net: document that a keep-alive failure also returns a timeout
Ian Lance Taylor
2019-08-09
cmd/link: increase the function call limit in stkcheck
Ian Lance Taylor
2019-08-09
cmd/go: query each path only once in 'go get'
Bryan C. Mills
2019-08-08
cmd/go: improve 'go mod download' and 'go list -m' error messages
Jay Conrod
2019-08-08
Revert "go/ast: fix SortImports to handle block comments"
Joe Tsai
2019-08-08
path: fix mismatch between error message and corresponding test function
Derek Phan
2019-08-07
runtime/pprof: Mention goroutine label heritability
David Finkel
2019-08-06
cmd/go: improve error message for missing import starting with cmd/
Jay Conrod
2019-08-06
cmd/go: look for __go_buildinfo section when looking for Mach-O version
Jay Conrod
2019-08-06
net: fix the docs in IPNet.String
Bharath Thiruveedula
2019-08-06
errors: improve doc
Jonathan Amsterdam
2019-08-05
syscall: include complete prototype of system calls
Keith Randall
2019-08-05
cmd/go: adjust expected error message in TestScript/mod_invalid_version
Bryan C. Mills
2019-08-05
cmd/go: look for .go.buildinfo section when looking for ELF version
Mark Glines
2019-08-05
net/http: fix typo in Response.Body's doc
Shivani Singhal
2019-08-02
os: change Readdirnames doc to follow that of Readdir
Ian Lance Taylor
2019-08-02
os: don't consult Is methods on non-syscall error types
Damien Neil
2019-08-02
cmd/go: report loading errors from 'go mod tidy' and 'go mod vendor'
Bryan C. Mills
2019-08-02
cmd/compile: fix crash on write barrier insertion
Keith Randall
2019-08-02
all: remove os.ErrTimeout
Damien Neil
2019-08-01
os: enable the close-on-exec flag for openFdAt
Baokun Lee
2019-08-01
net/http: fix a typo in spelling of MultiPartForm
Darren McCleary
2019-08-01
all: remove os.ErrTemporary
Damien Neil
2019-08-01
cmd/compile: don't eliminate all registers when restricting to desired ones
Keith Randall
2019-07-31
cmd/go: only pass -fsplit-stack to gccgo if supported
Ian Lance Taylor
2019-07-31
encoding/json: clarify Marshal behavior for string keys of maps
Eli Bendersky
2019-07-31
net/http: return nil from Header.Clone if the receiver is nil
Andrew Bonventre
2019-07-30
net/http: improve Request.Form and Request.PostForm documentation
David Ndungu
2019-07-30
cmd/go/internal/cache: verify that timestamp is positive
Bryan C. Mills
2019-07-30
cmd/go/internal/cache: avoid ioutil.WriteFile for writing cache entries
Bryan C. Mills
2019-07-30
runtime: call sysHugePage less often
Michael Knyszek
2019-07-30
runtime: add physHugePageShift
Michael Anthony Knyszek
2019-07-30
strings: clarify usage of Title and ToTitle
Andrew Todd
2019-07-29
runtime: use uintptr instead of int32 for counting to next heap profile sample
Keith Randall
2019-07-29
crypto/x509: add Ed25519 to ExampleParsePKIXPublicKey
Filippo Valsorda
2019-07-28
all: change some function documentation to be more idiomatic
Dominik Honnef
2019-07-23
os: document File's concurrent operation resource limits
Emmanuel T Odeke
2019-07-23
cmd/go: keep "go help" in unknown topic suggestion
Jordi Martin
2019-07-23
cmd/go: mention GODEBUG in "go help environment"
Ian Lance Taylor
2019-07-22
Revert "cmd/go: move automatic testing.Init call into generated test code"
Bryan C. Mills
[next]