aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-29[release-branch.go1.18] cmd/compile: handle partially overlapping assignmentsKeith Randall
2022-08-29[release-branch.go1.18] cmd/link: fix trampolines breaking DWARF line infoJeremy Quirke
2022-08-29[release-branch.go1.18] misc/cgo/testcarchive: permit SIGQUIT for TestSignalF...Ian Lance Taylor
2022-08-26[release-branch.go1.18] net: fix WriteMsgUDPAddrPort addr handlingdatabase64128
2022-08-19[release-branch.go1.18] all: upgrade github.com/google/pprof to v0.0.0-202207...Michael Pratt
2022-08-08[release-branch.go1.18] cmd/compile: fix boolean comparison on RISCV64Cherry Mui
2022-08-08[release-branch.go1.18] cmd/compile: fix boolean comparison on PPC64Cherry Mui
2022-08-08[release-branch.go1.18] cmd/compile: more fix on boolean ops on ARM64Cherry Mui
2022-08-08[release-branch.go1.18] cmd/compile: fix If lowering on ARM64Cherry Mui
2022-08-03[release-branch.go1.18] encoding/xml: skip TestCVE202230633 for short testsRoland Shoemaker
2022-08-01[release-branch.go1.18] go1.18.5go1.18.5Gopher Robot
2022-07-29[release-branch.go1.18] math/big: check buffer lengths in GobDecodeRoland Shoemaker
2022-07-27[release-branch.go1.18] cmd/go: avoid re-enqueuing workspace dependencies wit...Bryan C. Mills
2022-07-27[release-branch.go1.18] cmd/compile: revert "fix missing dict pass for type a...Matthew Dempsky
2022-07-27[release-branch.go1.18] cmd/compile: revert "backport fix for #51840"Matthew Dempsky
2022-07-26[release-branch.go1.18] cmd/compile: do not use special literal assignment if...Cherry Mui
2022-07-25[release-branch.go1.18] testing: include ERROR_SHARING_VIOLATION in Windows c...Bryan C. Mills
2022-07-25[release-branch.go1.18] cmd/go: omit build metadata that may contain system p...Bryan C. Mills
2022-07-25[release-branch.go1.18] runtime: clear timerModifiedEarliest when last timer ...Michael Pratt
2022-07-22[release-branch.go1.18] runtime: use saved LR when unwinding through morestackCherry Mui
2022-07-12[release-branch.go1.18] go1.18.4go1.18.4Gopher Robot
2022-07-12[release-branch.go1.18] encoding/gob: add a depth limit for ignored fieldsRoland Shoemaker
2022-07-12[release-branch.go1.18] path/filepath: fix stack exhaustion in GlobJulie Qiu
2022-07-12[release-branch.go1.18] io/fs: fix stack exhaustion in GlobJulie Qiu
2022-07-12[release-branch.go1.18] compress/gzip: fix stack exhaustion bug in Reader.ReadTatiana Bradley
2022-07-12[release-branch.go1.18] go/parser: limit recursion depthRoland Shoemaker
2022-07-12[release-branch.go1.18] encoding/xml: limit depth of nesting in unmarshalRoland Shoemaker
2022-07-12[release-branch.go1.18] encoding/xml: use iterative Skip, rather than recursiveRoland Shoemaker
2022-07-12[release-branch.go1.18] net/http: preserve nil values in Header.CloneDamien Neil
2022-07-12[release-branch.go1.18] net/http: don't strip whitespace from Transfer-Encodi...Damien Neil
2022-07-07[release-branch.go1.18] cmd/compile: only check implicit dots for method call...Cuong Manh Le
2022-07-06[release-branch.go1.18] cmd/link: use TOC-relative trampolines on PPC64 when ...Paul E. Murphy
2022-07-06[release-branch.go1.18] cmd/link: preserve symbol attributes when cloning to ...Cherry Mui
2022-07-06[release-branch.go1.18] runtime: add race annotations to cbs.lockMichael Pratt
2022-07-06[release-branch.go1.18] cmd/compile: fix prove pass when upper condition is <...Keith Randall
2022-07-06[release-branch.go1.18] runtime: add race annotations to metricsSemaMichael Pratt
2022-07-06[release-branch.go1.18] cmd/go: pass --no-decorate when listing git tags for ...hidu
2022-07-06[release-branch.go1.18] cmd/compile: fix generic inter-inter comparisons from...Cuong Manh Le
2022-07-06[release-branch.go1.18] cmd/compile: allow 128-bit values to be spilledKeith Randall
2022-07-06[release-branch.go1.18] cmd/compile: fix missing dict pass for type assertionsCuong Manh Le
2022-07-06[release-branch.go1.18] cmd/compile: fix wrong unsafe.Offsetof evaluation ins...Cuong Manh Le
2022-07-06[release-branch.go1.18] runtime: store consistent total allocation stats as u...Michael Anthony Knyszek
2022-06-01[release-branch.go1.18] go1.18.3go1.18.3Dmitri Shuralyov
2022-05-31[release-branch.go1.18] path/filepath: do not remove prefix "." when followin...Yasuhiro Matsumoto
2022-05-30[release-branch.go1.18] misc/cgo/testsanitizers: buffer the signal channel in...Bryan C. Mills
2022-05-27[release-branch.go1.18] crypto/tls: avoid extra allocations in steady-state H...David Taylor
2022-05-27[release-branch.go1.18 crypto/tls: randomly generate ticket_age_addTatiana Bradley
2022-05-27[release-branch.go1.18] os/exec: return clear error for missing cmd.PathRuss Cox
2022-05-26[release-branch.go1.18] text/template/parse: allow space after continue or breakRob Pike
2022-05-25[release-branch.go1.18] cmd/compile: backport fix for #51840Matthew Dempsky