summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.17] go1.17.13go1.17.13release-branch.go1.17Gopher Robot2022-08-011-1/+1
* [release-branch.go1.17] math/big: check buffer lengths in GobDecodeRoland Shoemaker2022-07-294-0/+37
* [release-branch.go1.17] cmd/compile: do not use special literal assignment if...Cherry Mui2022-07-262-1/+36
* [release-branch.go1.17] cmd/compile: fix prove pass when upper condition is <...Keith Randall2022-07-253-0/+57
* [release-branch.go1.17] runtime: clear timerModifiedEarliest when last timer ...Michael Pratt2022-07-251-2/+10
* [release-branch.go1.17] runtime: use saved LR when unwinding through morestackCherry Mui2022-07-221-2/+13
* [release-branch.go1.17] go1.17.12go1.17.12Gopher Robot2022-07-121-1/+1
* [release-branch.go1.17] encoding/gob: add a depth limit for ignored fieldsRoland Shoemaker2022-07-122-7/+36
* [release-branch.go1.17] path/filepath: fix stack exhaustion in GlobJulie Qiu2022-07-122-1/+21
* [release-branch.go1.17] io/fs: fix stack exhaustion in GlobJulie Qiu2022-07-122-2/+22
* [release-branch.go1.17] compress/gzip: fix stack exhaustion bug in Reader.ReadTatiana Bradley2022-07-122-31/+45
* [release-branch.go1.17] go/parser: limit recursion depthRoland Shoemaker2022-07-124-6/+236
* [release-branch.go1.17] encoding/xml: limit depth of nesting in unmarshalRoland Shoemaker2022-07-122-8/+33
* [release-branch.go1.17] encoding/xml: use iterative Skip, rather than recursiveRoland Shoemaker2022-07-122-7/+26
* [release-branch.go1.17] net/http: preserve nil values in Header.CloneDamien Neil2022-07-122-0/+11
* [release-branch.go1.17] net/http: don't strip whitespace from Transfer-Encodi...Damien Neil2022-07-122-1/+2
* [release-branch.go1.17] runtime: add race annotations to cbs.lockMichael Pratt2022-07-061-5/+23
* [release-branch.go1.17] runtime: add race annotations to metricsSemaMichael Pratt2022-07-062-10/+27
* [release-branch.go1.17] cmd/compile: allow 128-bit values to be spilledKeith Randall2022-07-065-0/+107
* [release-branch.go1.17] runtime: store consistent total allocation stats as u...Michael Anthony Knyszek2022-07-064-37/+39
* [release-branch.go1.17] cmd/go: pass --no-decorate when listing git tags for ...hidu2022-07-062-1/+29
* [release-branch.go1.17] cmd/dist: test cgo internal linking on darwin-arm64Cherry Mui2022-06-291-1/+1
* [release-branch.go1.17] cmd/dist: skip internal linking tests on arm64Benny Siegert2022-06-291-2/+2
* [release-branch.go1.17] go1.17.11go1.17.11Dmitri Shuralyov2022-06-011-1/+1
* [release-branch.go1.17] path/filepath: do not remove prefix "." when followin...Yasuhiro Matsumoto2022-05-313-1/+42
* [release-branch.go1.17] misc/cgo/testsanitizers: buffer the signal channel in...Bryan C. Mills2022-05-301-1/+1
* [release-branch.go1.17] crypto/tls: avoid extra allocations in steady-state H...David Taylor2022-05-271-0/+11
* [release-branch.go1.17] crypto/tls: randomly generate ticket_age_addTatiana Bradley2022-05-271-0/+14
* [release-branch.go1.17] os/exec: return clear error for missing cmd.PathRuss Cox2022-05-272-0/+11
* [release-branch.go1.17] crypto/rand: properly handle large Read on windowsRoland Shoemaker2022-05-256-43/+46
* [release-branch.go1.17] misc/cgo/testsanitizers: use buffered channel in tsan...Cherry Mui2022-05-251-1/+1
* [release-branch.go1.17] runtime: skip TestGdbBacktrace flakes matching a know...Bryan C. Mills2022-05-251-0/+3
* [release-branch.go1.17] cmd/dist: consistently set PWD when executing a comma...Bryan C. Mills2022-05-233-29/+80
* [release-branch.go1.17] runtime: mark TestGcSys as flakyMatthew Dempsky2022-05-181-0/+1
* [release-branch.go1.17] go1.17.10go1.17.10Heschi Kreinick2022-05-101-1/+1
* [release-branch.go1.17] cmd/objdump: skip TestDisasm* on darwin-arm64Heschi Kreinick2022-05-101-0/+3
* [release-branch.go1.17] net: skip TestDialCancel on darwin-arm64Heschi Kreinick2022-05-091-0/+6
* [release-branch.go1.17] cmd/compile: drop column info when line number saturatesKeith Randall2022-05-092-8/+11
* [release-branch.go1.17] syscall: check correct group in FaccessatDamien Neil2022-05-091-1/+1
* [release-branch.go1.17] net/http/httptest: fix race in Server.CloseMaisem Ali2022-05-092-18/+65
* [release-branch.go1.17] runtime: don't block preemption signal in new M's or ...Ian Lance Taylor2022-05-061-0/+4
* [release-branch.go1.17] syscall: relax output check in TestGroupCleanupUserNa...Bryan C. Mills2022-05-041-16/+9
* [release-branch.go1.17] crypto/x509: properly handle issuerUniqueID and subje...Roland Shoemaker2022-05-042-2/+50
* [release-branch.go1.17] sync: remove TestWaitGroupMisuse2 and TestWaitGroupMi...Damien Neil2022-05-021-126/+0
* [release-branch.go1.17] go1.17.9go1.17.9Dmitri Shuralyov2022-04-121-1/+1
* [release-branch.go1.17] encoding/pem: fix stack overflow in DecodeJulie Qiu2022-04-122-101/+101
* [release-branch.go1.17] crypto/elliptic: tolerate zero-padded scalars in gene...Filippo Valsorda2022-04-062-1/+15
* [release-branch.go1.17] cmd/link: mark unexported methods for pluginsCherry Mui2022-04-045-1/+67
* [release-branch.go1.17] runtime: fix net poll racesRuss Cox2022-03-286-43/+105
* [release-branch.go1.17] runtime: call testenv.MustHaveCGO in a couple of testsIan Lance Taylor2022-03-281-0/+2