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-07-19
cmd/go: fix TestScript/list_test_e on Windows
go1.11beta2
Bryan C. Mills
2018-07-19
api: add ErrorHandler function to httputil.ReverseProxy
Andrew Bonventre
2018-07-19
cmd/compile: run fmt test only in long mode
Keith Randall
2018-07-19
cmd/go/internal/list: do not examine TestmainGo if the test fails to load
Bryan C. Mills
2018-07-19
cmd/compile: don't run gc/ssa_test/TestGenFlowGraph in short mode
David Chase
2018-07-19
cmd/go: skip vet when package cannot be build under "go test/vet"
Yury Smolsky
2018-07-19
cmd/go: fix TestScript on Plan 9
David du Colombier
2018-07-19
syscall/js: show goroutine stack traces on deadlock
Richard Musiol
2018-07-19
cmd/go: warn about non-use of go.mod in legacy go get
Russ Cox
2018-07-19
cmd/go/internal/get: fix "mod over non-mod" preference for meta tags
Russ Cox
2018-07-19
crypto/elliptic: implement P256 for arm64
Vlad Krasnov
2018-07-19
net/http: update bundled http2
Brad Fitzpatrick
2018-07-19
cmd/go: generate alldocs.go
Russ Cox
2018-07-19
cmd/go/internal/par: actually make par.Work run things in parallel
Russ Cox
2018-07-19
cmd/go: scrub go.sum during go mod -sync
Russ Cox
2018-07-19
cmd/go: diagnose 'go mod' in GOPATH/src better
Russ Cox
2018-07-19
cmd/go: document $GOPROXY, other module adjustments
Russ Cox
2018-07-19
cmd/go/internal/modget: fix get pkg@none
Russ Cox
2018-07-19
cmd/go: convert final module tests to scripts
Russ Cox
2018-07-19
cmd/go/internal/modfetch: move to new pseudo-version design
Russ Cox
2018-07-19
cmd/go/internal/module: add new +incompatible version build annotation
Russ Cox
2018-07-19
cmd/go: preserve %SYSTEMROOT% in TestScript on Windows
Russ Cox
2018-07-19
runtime: don't create heap hints outside TSAN's supported heap
Austin Clements
2018-07-19
cmd/compile: add test for OPmodify ops clobbering flags
Keith Randall
2018-07-19
doc: remove paragraph about text/template/parse
Daniel MartÃ
2018-07-19
cmd/compile: avoid compressed dwarf when testing for gdb on OSX
David Chase
2018-07-19
cmd/go: skip TestScript/mod_* on Windows
Russ Cox
2018-07-19
cmd/go/internal/str: simplify HasPathPrefix by epsilon
Russ Cox
2018-07-19
cmd/go: convert still more module tests to scripts
Russ Cox
2018-07-19
cmd/go: convert even more module tests to scripts
Russ Cox
2018-07-19
cmd/go: convert more module tests to scripts
Russ Cox
2018-07-19
cmd/go: convert module tests to scripts
Russ Cox
2018-07-19
net/http: deflake TestClientTimeoutKillsConn_AfterHeaders
Brad Fitzpatrick
2018-07-19
doc: update the Origins section of the FAQ
Rob Pike
2018-07-18
doc: fill in final standard library TODOs in go1.11.html
Ian Lance Taylor
2018-07-18
doc: update go1.11 release notes
Brad Fitzpatrick
2018-07-18
doc: update go1.11 release notes
Andrew Bonventre
2018-07-18
doc: update go1.11 release notes
Andrew Bonventre
2018-07-18
doc/go1.11: add some links to text/scanner, remove parens
Brad Fitzpatrick
2018-07-18
doc/go1.11: update runtime/trace to use region instead of span
Hana (Hyang-Ah) Kim
2018-07-18
doc: add a couple of links to go1.11 release notes
Ian Lance Taylor
2018-07-18
cmd/compile: fix crash on invalid struct literal
Daniel MartÃ
2018-07-18
doc: update go1.11 release notes
Ian Lance Taylor
2018-07-18
doc/go1.11: shorten, tidy, and promote user annotation API
Austin Clements
2018-07-18
filepath: updates doc to give case where WalkFunc info arg may be nil
Jack
2018-07-18
doc/go1.11: mention major performance optimizations
Austin Clements
2018-07-18
doc: update go1.11.html removing TODO about TLS offsets
Andrew Bonventre
2018-07-18
doc: update go1.11.html with user annotation API additions
Andrew Bonventre
2018-07-18
doc: update go1.11 release notes
Andrew Bonventre
2018-07-18
doc/go1.11: remove unnecessary absolute link
Brad Fitzpatrick
[next]