aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-05-25[release-branch.go1.18] cmd/compile: allow exporting `.rcvr` identWayne Zuo
2022-05-25[release-branch.go1.18] [release-branch.go1.18 crypto/rand: properly handle l...Roland Shoemaker
2022-05-25[release-branch.go1.18] misc/cgo/testsanitizers: use buffered channel in tsan...Cherry Mui
2022-05-17cmd/compile: be sure to export types mentioned in f.i.g. method signatureDavid Chase
2022-05-10[release-branch.go1.18] go1.18.2go1.18.2Heschi Kreinick
2022-05-10[release-branch.go1.18] go/types, types2: use a type lookup by identity in me...Robert Findley
2022-05-09[release-branch.go1.18] net: skip TestDialCancel on darwin-arm64Heschi Kreinick
2022-05-09[release-branch.go1.18] net/http/httptest: fix race in Server.CloseMaisem Ali
2022-05-09[release-branch.go1.18] go/types: clarify that contexts do not guarantee dedu...Robert Findley
2022-05-09[release-branch.go1.18] cmd/compile: always write fun[0] in incomplete itabKeith Randall
2022-05-09[release-branch.go1.18] runtime: align m.procid to 8 bytes on 32-bit systemsMichael Pratt
2022-05-09[release-branch.go1.18] cmd/compile: disable rewrite loop detector for deadco...Keith Randall
2022-05-09[release-branch.go1.18] reflect: ensure map keys match key type in MapIndex a...Dan Kortschak
2022-05-09[release-branch.go1.18] syscall: check correct group in FaccessatDamien Neil
2022-05-09[release-branch.go1.18] cmd/go: write changes to go.mod and go.sum after load...Bryan C. Mills
2022-05-09[release-branch.go1.18] go/types,types2: delay the check for conflicting stru...Robert Findley
2022-05-09[release-branch.go1.18] cmd/compile: set correct package for vars/params/resu...Cuong Manh Le
2022-05-09[release-branch.go1.18] sync/atomic: use consistent first-store-in-progress m...Keith Randall
2022-05-09[release-branch.go1.18] cmd/compile: use dictionary to convert type to shaped...Keith Randall
2022-05-09[release-branch.go1.18] runtime: support for debugger function calls on linux...eric fang