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
2020-08-06
[release-branch.go1.13-security] go1.13.15
go1.13.15
Alexander Rakoczy
2020-08-06
[release-branch.go1.13-security] encoding/binary: read at most MaxVarintLen64...
Katie Hockman
2020-07-16
[release-branch.go1.13] go1.13.14
go1.13.14
Andrew Bonventre
2020-07-16
[release-branch.go1.13] database/sql: backport 5 Tx rollback related CLs
Emmanuel T Odeke
2020-07-14
[release-branch.go1.13] all: merge release-branch.go1.13-security into releas...
Katie Hockman
2020-07-14
[release-branch.go1.13-security] go1.13.13
go1.13.13
Andrew Bonventre
2020-07-14
[release-branch.go1.13-security] crypto/x509: respect VerifyOptions.KeyUsages...
Filippo Valsorda
2020-07-13
[release-branch.go1.13-security] net/http: synchronize "100 Continue" write a...
Russ Cox
2020-07-13
[release-branch.go1.13] net/http: fix panic with If-None-Match value in http....
Marcus Weiner
2020-07-11
[release-branch.go1.13] reflect: zero stack slots before writing to them with...
Keith Randall
2020-07-10
[release-branch.go1.13] cmd/compile: remove check that Zero's arg has the cor...
Keith Randall
2020-06-29
[release-branch.go1.13] cmd/go: convert TestBuildIDContainsArchModeEnv to the...
Michael Matloob
2020-06-15
[release-branch.go1.13] cmd: update golang.org/x/tools to v0.0.0-202006151917...
Dmitri Shuralyov
2020-06-12
[release-branch.go1.13] net: add more timing slop for TestDialParallel on Win...
Ian Lance Taylor
2020-06-12
[release-branch.go1.13] cmd/compile/internal/ssa: skip TestNexting with old D...
Dmitri Shuralyov
2020-06-01
[release-branch.go1.13] go1.13.12
go1.13.12
Dmitri Shuralyov
2020-05-27
[release-branch.go1.13] math/big: make Rat.Denom side-effect free
Robert Griesemer
2020-05-27
[release-branch.go1.13] math/big: normalize unitialized denominators ASAP
Robert Griesemer
2020-05-27
[release-branch.go1.13] math/big: make Rat accessors safe for concurrent use
Robert Griesemer
2020-05-27
[release-branch.go1.13] runtime: disable preemption in startTemplateThread
Michael Pratt
2020-05-14
[release-branch.go1.13] go1.13.11
go1.13.11
Andrew Bonventre
2020-04-28
[release-branch.go1.13] cmd/compile: fix deallocation of live value copies in...
Michael Munday
2020-04-08
[release-branch.go1.13] go1.13.10
go1.13.10
Andrew Bonventre
2020-04-07
[release-branch.go1.13] runtime: fix rounding in materializeGCProg
Austin Clements
2020-04-07
[release-branch.go1.13] cmd/go: make module zip extraction more robust
Jay Conrod
2020-04-03
[release-branch.go1.13] runtime: fix wrong offset when calling ppc64x nanotim...
Carlos Eduardo Seo
2020-03-31
[release-branch.go1.13] cmd/go: fix and skip known Windows test failures
Dmitri Shuralyov
2020-03-31
[release-branch.go1.13] cmd/doc: skip failing TestDotSlashLookup on Windows
Dmitri Shuralyov
2020-03-31
[release-branch.go1.13] cmd/compile/internal/syntax: don't hardwire path sepa...
Robert Griesemer
2020-03-31
[release-branch.go1.13] os: use an actual RemoveAll failure in TestRemoveAllW...
Bryan C. Mills
2020-03-31
[release-branch.go1.13] net/http: deflake TestCancelRequestWithChannelBeforeD...
Constantin Konstantinidis
2020-03-29
[release-branch.go1.13] os/exec: use environment variables for user token whe...
Liam 'Auzzie' Haworth
2020-03-26
[release-branch.go1.13] cmd/go: do not append to the global cfg.OrigEnv slice
Bryan C. Mills
2020-03-25
[release-branch.go1.13] runtime: ignore error returned by PowerRegisterSuspen...
Alex Brainman
2020-03-19
[release-branch.go1.13] go1.13.9
go1.13.9
Carlos Amedee
2020-03-12
[release-branch.go1.13] internal/syscall/windows/registry: remove TestWalkFul...
Jason A. Donenfeld
2020-03-12
[release-branch.go1.13] cmd/go: include the go language version in cache keys
Bryan C. Mills
2020-03-02
[release-branch.go1.13] cmd/trace: update to use WebComponents V0 polyfill
Hana (Hyang-Ah) Kim
2020-02-26
[release-branch.go1.13] cmd/go: fix cgo test when min macOS version is set
Jay Conrod
2020-02-26
[release-branch.go1.13] cmd/go: add -d flag to mod_get_test
Jay Conrod
2020-02-26
[release-branch.go1.13] cmd/link: ensure cgo cflags do not leak into dwarf tests
Carlos Amedee
2020-02-26
[release-branch.go1.13] cmd/link: ensure cgo cflags do not leak into tvOS test
Carlos Amedee
2020-02-26
[release-branch.go1.13] crypto/cipher: require non-zero nonce size for AES-GCM
Katie Hockman
2020-02-12
[release-branch.go1.13] go1.13.8
go1.13.8
Alexander Rakoczy
2020-02-11
[release-branch.go1.13] net/http: only decrement connection count if we remov...
Michael Fraenkel
2020-02-05
[release-branch.go1.13] crypto/x509: fix godoc for MarshalPKCS8PrivateKey
Katie Hockman
2020-01-28
[release-branch.go1.13] all: merge release-branch.go1.13-security into releas...
Dmitri Shuralyov
2020-01-27
[release-branch.go1.13-security] go1.13.7
go1.13.7
Dmitri Shuralyov
2020-01-24
[release-branch.go1.13-security] src/go.mod: import x/crypto/cryptobyte secur...
Filippo Valsorda
2020-01-24
[release-branch.go1.13-security] crypto/x509: mitigate CVE-2020-0601 verifica...
Filippo Valsorda
[next]