aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-03[release-branch.go1.16] go1.16.15go1.16.15release-branch.go1.16Carlos Amedee
2022-03-03[release-branch.go1.16] cmd/go: avoid +incompatible major versions if a go.mo...Bryan C. Mills
2022-02-18[release-branch.go1.16] cmd/compile: correct type of pointer difference on RI...Cherry Mui
2022-02-18[release-branch.go1.16] runtime: simplify histogram buckets considerablyMichael Anthony Knyszek
2022-02-17[release-branch.go1.16] net: increase maximum accepted DNS packet to 1232 bytesIan Lance Taylor
2022-02-17[release-branch.go1.16] regexp/syntax: reject very deeply nested regexps in P...Russ Cox
2022-02-09[release-branch.go1.16] go1.16.14go1.16.14Cherry Mui
2022-02-07[release-branch.go1.16] runtime: set vdsoSP to caller's SP consistentlyCherry Mui
2022-02-07[release-branch.go1.16] cmd/link: force eager binding when using plugins on d...Cherry Mui
2022-02-07[release-branch.go1.16] crypto/elliptic: make IsOnCurve return false for inva...Filippo Valsorda
2022-02-07[release-branch.go1.16] cmd/go/internal/modfetch: do not short-circuit canoni...Bryan C. Mills
2022-02-07[release-branch.go1.16] cmd/compile: remove incorrect arm,arm64 CMP->CMN tran...David Chase
2022-02-07[release-branch.go1.16] cmd/compile: don't elide extension for LoadReg to FP ...Cherry Mui
2022-02-07[release-branch.go1.16] cmd/go: remove mercurial from bitbucket vcs optionsEthan Anderson
2022-02-03[release-branch.go1.16] debug/pe,debug/macho: add support for DWARF5 sectionsAlessandro Arzilli
2022-01-28[release-branch.go1.16] math/big: prevent overflow in (*Rat).SetStringKatie Hockman
2022-01-27[release-branch.go1.16] testing/race: fixing intermittent test failureDaniel S. Fava
2022-01-27[release-branch.go1.16] net/http/internal: use FIPS-compliant certificateDamien Neil
2022-01-26[release-branch.go1.16] testing: drop unusual characters from TempDir directo...Tobias Klauser
2022-01-06[release-branch.go1.16] go1.16.13go1.16.13Carlos Amedee
2022-01-06[release-branch.go1.16] net/http: update bundled golang.org/x/net/http2Carlos Amedee
2022-01-05[release-branch.go1.16] cmd/link: use SHT_INIT_ARRAY for .init_array sectionIan Lance Taylor
2021-12-22[release-branch.go1.16] runtime: set iOS addr space to 40 bits with increment...Michael Anthony Knyszek
2021-12-22[release-branch.go1.16] runtime/race: rebuild darwin syso to work around macO...Cherry Mui
2021-12-21[release-branch.go1.16] cmd/compile: avoid adding LECall to the entry block w...hanpro
2021-12-21[release-branch.go1.16] runtime/race: use race build tag on syso_test.goCherry Mui
2021-12-15[release-branch.go1.16] Reapply "cmd/link: support more load commands on Mach-O"Heschi Kreinick
2021-12-09[release-branch.go1.16] go1.16.12go1.16.12Alexander Rakoczy
2021-12-09[release-branch.go1.16] net/http: update bundled golang.org/x/net/http2Filippo Valsorda
2021-12-09[release-branch.go1.16] syscall: avoid writing to p when Pipe(p) failsRuss Cox
2021-12-09[release-branch.go1.16] syscall: fix ForkLock spurious close(0) on pipe failureRuss Cox
2021-12-09Revert "[release-branch.go1.16] cmd/link: support more load commands on Mach-O"Alex Rakoczy
2021-12-02[release-branch.go1.16] cmd/link: support more load commands on Mach-OCherry Zhang
2021-12-02[release-branch.go1.16] go1.16.11go1.16.11Heschi Kreinick
2021-12-02[release-branch.go1.16] cmd/compile: only update source type when processing ...Cuong Manh Le
2021-12-02[release-branch.go1.16] net/http: update bundled golang.org/x/net/http2Michael Anthony Knyszek
2021-12-01[release-branch.go1.16] net/http/httptest: wait for user ConnState hooksDamien Neil
2021-12-01[release-branch.go1.16] net/http: do not send Transfer-Encoding: identity in ...Damien Neil
2021-12-01[release-branch.go1.16] net/http: do not cancel request context on response b...Damien Neil
2021-12-01[release-branch.go1.16] runtime: keep //go:cgo_unsafe_args arguments alive to...Jason A. Donenfeld
2021-11-29[release-branch.go1.16] time: fix looking for zone offset when date is close ...zhouguangyuan
2021-11-22[release-branch.go1.16] cmd/go: forward the MallocNanoZone variable to script...Bryan C. Mills
2021-11-09[release-branch.go1.16] cmd/go: fix mod_get_directCuong Manh Le
2021-11-04[release-branch.go1.16] go1.16.10go1.16.10Than McIntosh
2021-11-03[release-branch.go1.16] archive/zip: don't panic on (*Reader).OpenJason7602
2021-11-01[release-branch.go1.16] net/http: update bundled golang.org/x/net/http2Dmitri Shuralyov
2021-10-29[release-branch.go1.16] debug/macho: fail on invalid dynamic symbol table com...Roland Shoemaker
2021-10-28[release-branch.go1.16] cmd/link: increase reserved space for passing env on ...Richard Musiol
2021-10-28[release-branch.go1.16] runtime: consistently access pollDesc r/w Gs with ato...Michael Pratt
2021-10-27[release-branch.go1.16] cmd/compile: ensure constant shift amounts are in ran...Keith Randall