aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-01[release-branch.go1.17] go1.17.13go1.17.13release-branch.go1.17Gopher Robot
2022-07-29[release-branch.go1.17] math/big: check buffer lengths in GobDecodeRoland Shoemaker
2022-07-26[release-branch.go1.17] cmd/compile: do not use special literal assignment if...Cherry Mui
2022-07-25[release-branch.go1.17] cmd/compile: fix prove pass when upper condition is <...Keith Randall
2022-07-25[release-branch.go1.17] runtime: clear timerModifiedEarliest when last timer ...Michael Pratt
2022-07-22[release-branch.go1.17] runtime: use saved LR when unwinding through morestackCherry Mui
2022-07-12[release-branch.go1.17] go1.17.12go1.17.12Gopher Robot
2022-07-12[release-branch.go1.17] encoding/gob: add a depth limit for ignored fieldsRoland Shoemaker
2022-07-12[release-branch.go1.17] path/filepath: fix stack exhaustion in GlobJulie Qiu
2022-07-12[release-branch.go1.17] io/fs: fix stack exhaustion in GlobJulie Qiu
2022-07-12[release-branch.go1.17] compress/gzip: fix stack exhaustion bug in Reader.ReadTatiana Bradley
2022-07-12[release-branch.go1.17] go/parser: limit recursion depthRoland Shoemaker
2022-07-12[release-branch.go1.17] encoding/xml: limit depth of nesting in unmarshalRoland Shoemaker
2022-07-12[release-branch.go1.17] encoding/xml: use iterative Skip, rather than recursiveRoland Shoemaker
2022-07-12[release-branch.go1.17] net/http: preserve nil values in Header.CloneDamien Neil
2022-07-12[release-branch.go1.17] net/http: don't strip whitespace from Transfer-Encodi...Damien Neil
2022-07-06[release-branch.go1.17] runtime: add race annotations to cbs.lockMichael Pratt
2022-07-06[release-branch.go1.17] runtime: add race annotations to metricsSemaMichael Pratt
2022-07-06[release-branch.go1.17] cmd/compile: allow 128-bit values to be spilledKeith Randall
2022-07-06[release-branch.go1.17] runtime: store consistent total allocation stats as u...Michael Anthony Knyszek
2022-07-06[release-branch.go1.17] cmd/go: pass --no-decorate when listing git tags for ...hidu
2022-06-29[release-branch.go1.17] cmd/dist: test cgo internal linking on darwin-arm64Cherry Mui
2022-06-29[release-branch.go1.17] cmd/dist: skip internal linking tests on arm64Benny Siegert
2022-06-01[release-branch.go1.17] go1.17.11go1.17.11Dmitri Shuralyov
2022-05-31[release-branch.go1.17] path/filepath: do not remove prefix "." when followin...Yasuhiro Matsumoto
2022-05-30[release-branch.go1.17] misc/cgo/testsanitizers: buffer the signal channel in...Bryan C. Mills
2022-05-27[release-branch.go1.17] crypto/tls: avoid extra allocations in steady-state H...David Taylor
2022-05-27[release-branch.go1.17] crypto/tls: randomly generate ticket_age_addTatiana Bradley
2022-05-27[release-branch.go1.17] os/exec: return clear error for missing cmd.PathRuss Cox
2022-05-25[release-branch.go1.17] crypto/rand: properly handle large Read on windowsRoland Shoemaker
2022-05-25[release-branch.go1.17] misc/cgo/testsanitizers: use buffered channel in tsan...Cherry Mui
2022-05-25[release-branch.go1.17] runtime: skip TestGdbBacktrace flakes matching a know...Bryan C. Mills
2022-05-23[release-branch.go1.17] cmd/dist: consistently set PWD when executing a comma...Bryan C. Mills
2022-05-18[release-branch.go1.17] runtime: mark TestGcSys as flakyMatthew Dempsky
2022-05-10[release-branch.go1.17] go1.17.10go1.17.10Heschi Kreinick
2022-05-10[release-branch.go1.17] cmd/objdump: skip TestDisasm* on darwin-arm64Heschi Kreinick
2022-05-09[release-branch.go1.17] net: skip TestDialCancel on darwin-arm64Heschi Kreinick
2022-05-09[release-branch.go1.17] cmd/compile: drop column info when line number saturatesKeith Randall
2022-05-09[release-branch.go1.17] syscall: check correct group in FaccessatDamien Neil
2022-05-09[release-branch.go1.17] net/http/httptest: fix race in Server.CloseMaisem Ali
2022-05-06[release-branch.go1.17] runtime: don't block preemption signal in new M's or ...Ian Lance Taylor
2022-05-04[release-branch.go1.17] syscall: relax output check in TestGroupCleanupUserNa...Bryan C. Mills
2022-05-04[release-branch.go1.17] crypto/x509: properly handle issuerUniqueID and subje...Roland Shoemaker
2022-05-02[release-branch.go1.17] sync: remove TestWaitGroupMisuse2 and TestWaitGroupMi...Damien Neil
2022-04-12[release-branch.go1.17] go1.17.9go1.17.9Dmitri Shuralyov
2022-04-12[release-branch.go1.17] encoding/pem: fix stack overflow in DecodeJulie Qiu
2022-04-06[release-branch.go1.17] crypto/elliptic: tolerate zero-padded scalars in gene...Filippo Valsorda
2022-04-04[release-branch.go1.17] cmd/link: mark unexported methods for pluginsCherry Mui
2022-03-28[release-branch.go1.17] runtime: fix net poll racesRuss Cox
2022-03-28[release-branch.go1.17] runtime: call testenv.MustHaveCGO in a couple of testsIan Lance Taylor