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-01-11
doc, api: add type Srcset string change to go1.10 notes and API
go1.10beta2
Andrew Bonventre
2018-01-11
crypto/x509: parse multiple URLs in a single CRLDP.
Adam Langley
2018-01-11
net/http: avoid for-loop if possible
Kunpei Sakai
2018-01-11
cmd/compile/internal/syntax: don't record semi position if there's none
Robert Griesemer
2018-01-11
crypto: clarify that some files come from CRYPTOGAMS
Ian Lance Taylor
2018-01-11
net/http: redirect host-based patterns to trailing slash
Terin Stock
2018-01-10
net/http: fix "http2: no cached connection..." error with x/net/http2
Brad Fitzpatrick
2018-01-10
cmd/cgo: support niladic macros for gccgo
Ian Lance Taylor
2018-01-10
cmd/go: check for another GCC error message
Ian Lance Taylor
2018-01-10
cmd/go: limit test input file change detection to local GOROOT/GOPATH tree
Russ Cox
2018-01-10
go/importer,os/exec: use testenv.GoToolPath
Daniel MartÃ
2018-01-10
os/exec: skip TestContextCancel on the Windows XP builder
Brad Fitzpatrick
2018-01-10
doc/go1.10: document that Go 1.11 will remove Windows XP support
Russ Cox
2018-01-10
go/internal/gccgoimporter: parse optional escape info in export data
Robert Griesemer
2018-01-10
cmd/compile: workaround for inconsistent receiver param srcpos
Than McIntosh
2018-01-10
html/template: check for duplicates when inserting escapers
Samuel Tan
2018-01-10
doc/go1.10: fix typo of "preserves"
kim yongbin
2018-01-10
cmd/go: run the real test binary if the test link was cached
Ian Lance Taylor
2018-01-10
net/url: reject invalid userinfo values when parsing URLs
Brad Fitzpatrick
2018-01-10
all: use Fatalf instead of Fatal if format is given
Kunpei Sakai
2018-01-10
doc/go1.10: fix more TODOs
Russ Cox
2018-01-09
os: fix grammar nit
Russ Cox
2018-01-09
spec: use consistent quoting style in prose
Robert Griesemer
2018-01-09
cmd/compile: fix path for go tool in test
Keith Randall
2018-01-09
strings: prevent copyCheck from forcing Builder to escape and allocate
Brad Fitzpatrick
2018-01-09
reflect: fix doc nit
Russ Cox
2018-01-09
doc: remove interior <code> spaces in debugging, diagnostics docs
Russ Cox
2018-01-09
doc/debugging_with_gdb: soften text about disabling optimizations
Russ Cox
2018-01-09
doc: s/tool chain/toolchain/
Russ Cox
2018-01-09
cmd/go: adjust import config debugging flag
Russ Cox
2018-01-09
cmd/link: set runtime.GOROOT default during link
Russ Cox
2018-01-09
cmd/link: apply -X options after loading symbols
Russ Cox
2018-01-09
Revert "html/template: prevent aliasing of parse Trees via AddParseTree"
Samuel Tan
2018-01-09
cmd/test2json: emit Benchmark name output early
Russ Cox
2018-01-08
container/list: document nil values more
Brad Fitzpatrick
2018-01-06
A+C: update late Go 1.10 contributors
Brad Fitzpatrick
2018-01-06
crypto/x509: update iOS root certs.
Giovanni Bajo
2018-01-06
doc/go1.10: remove ReverseProxy TODO
Brad Fitzpatrick
2018-01-06
Revert "net/http/httputil: allow ReverseProxy to call ModifyResponse on faile...
Brad Fitzpatrick
2018-01-06
net/http: document cloning of Server.TLSConfig
Brad Fitzpatrick
2018-01-05
cmd/go: add support for build IDs with gccgo
Ian Lance Taylor
2018-01-05
cmd/test2json: fix processing of --- BENCH: output
Russ Cox
2018-01-05
doc/debugging_with_gdb: mention delve as an alternative.
Hana Kim
2018-01-05
go/constant: make string addition compute actual string lazily
Russ Cox
2018-01-05
cmd/go: skip long tests in -short mode
Russ Cox
2018-01-05
net/http: document internal error errServerClosedIdle more
Brad Fitzpatrick
2018-01-05
net/http: don't validate WriteHeader code if header's already been sent
Brad Fitzpatrick
2018-01-05
net/http: document CONNECT more
Brad Fitzpatrick
2018-01-05
net/http: soften wording around when the Transport reuses connections
Brad Fitzpatrick
2018-01-04
cmd/go: fix build failure in -x test
Russ Cox
[next]