aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-06[release-branch.go1.19] go1.19.10go1.19.10Gopher Robot
2023-06-06[release-branch.go1.19] cmd/go: disallow package directories containing newlinesBryan C. Mills
2023-06-06[release-branch.go1.19] cmd/go: enforce flags with non-optional argumentsRoland Shoemaker
2023-06-06[release-branch.go1.19] cmd/go,cmd/cgo: in _cgo_flags use one line per flagIan Lance Taylor
2023-06-06[release-branch.go1.19] runtime: implement SUID/SGID protectionsRoland Shoemaker
2023-05-30[release-branch.go1.19] cmd/go/internal: update documentation of go test and ...Shogo Hida
2023-05-30[release-branch.go1.19] cmd/go: save checksums for go.mod files needed for go...Bryan C. Mills
2023-05-22[release-branch.go1.19] runtime: change fcntl to return two valuesIan Lance Taylor
2023-05-22[release-branch.go1.19] runtime: consistently define fcntlIan Lance Taylor
2023-05-11[release-branch.go1.19] cmd/compile: fix bswap/load rewrite rulesKeith Randall
2023-05-02[release-branch.go1.19] go1.19.9go1.19.9Gopher Robot
2023-05-02[release-branch.go1.19] html/template: emit filterFailsafe for empty unquoted...Roland Shoemaker
2023-05-02[release-branch.go1.19] html/template: handle all JS whitespace charactersRoland Shoemaker
2023-05-02[release-branch.go1.19] html/template: disallow angle brackets in CSS valuesRoland Shoemaker
2023-04-24[release-branch.go1.19] crypto/tls: fix PSK binder calculationTero Saarni
2023-04-24[release-branch.go1.19] cmd/compile: use correct type for byteswaps on multi-...Keith Randall
2023-04-14[release-branch.go1.19] syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2023-04-12[release-branch.go1.19] cmd/compile: fix ir.StaticValue for ORANGEJunwei Zuo
2023-04-05[release-branch.go1.19] html/template,mime/multipart: document new GODEBUG se...Michael Anthony Knyszek
2023-04-05[release-branch.go1.19] cmd/compile: defer transitive inlining until after AS...Michael Knyszek
2023-04-04[release-branch.go1.19] go1.19.8go1.19.8Gopher Robot
2023-04-04[release-branch.go1.19] html/template: disallow actions in JS template literalsRoland Shoemaker
2023-04-04[release-branch.go1.19] go/scanner: reject large line and column numbers in /...Damien Neil
2023-04-04[release-branch.go1.19] mime/multipart: limit parsed mime message sizesDamien Neil
2023-04-04[release-branch.go1.19] net/textproto, mime/multipart: improve accounting of ...Damien Neil
2023-04-04[release-branch.go1.19] mime/multipart: avoid excessive copy buffer allocatio...Damien Neil
2023-04-04[release-branch.go1.19] net/textproto: avoid overpredicting the number of MIM...Damien Neil
2023-04-03Revert "[release-branch.go1.19] cmd/compile: defer transitive inlining until ...Michael Knyszek
2023-04-03[release-branch.go1.19] cmd/compile: defer transitive inlining until after AS...Matthew Dempsky
2023-03-29[release-branch.go1.19] cmd/internal/obj/ppc64: fix incorrect base reg causin...Lynn Boger
2023-03-23[release-branch.go1.19] time: fix timezone lookup logic for non-DST zonesGeon Kim
2023-03-22[release-branch.go1.19] cmd/link/internal/arm: fix off-by-1 in trampoline rea...Than McIntosh
2023-03-17[release-branch.go1.19] cmd/go,cmd/link: prefer external linking when strange...Than McIntosh
2023-03-15[release-branch.go1.19] runtime/pprof: improve output of TestLabelSystemstackAustin Clements
2023-03-09[release-branch.go1.19] cmd/go: avoid running slow tests on non-longtest buil...Bryan C. Mills
2023-03-08[release-branch.go1.19] os/signal/internal/pty: fix error handlingHeschi Kreinick
2023-03-07[release-branch.go1.19] go1.19.7go1.19.7Gopher Robot
2023-03-01[release-branch.go1.19] crypto/x509: fix broken testsRoland Shoemaker
2023-03-01[release-branch.go1.19] crypto/x509: fix system root tests + darwin intermedi...Roland Shoemaker
2023-03-01[release-branch.go1.19] syscall: fix invalid unsafe.Pointer conversion on Win...Cuong Manh Le
2023-03-01[release-branch.go1.19] net: delete TestTCPSelfConnectBryan C. Mills
2023-02-27[release-branch.go1.19] cmd/link: better fix for arm32 trampgen problem with ...Than McIntosh
2023-02-27[release-branch.go1.19] crypto/internal/nistec: reduce P-256 scalarFilippo Valsorda
2023-02-15[release-branch.go1.19] runtime: check for overflow in sweep assistMichael Anthony Knyszek
2023-02-15[release-branch.go1.19] runtime: fix signature for linked functionsAdin Scannell
2023-02-14[release-branch.go1.19] all: update vendored golang.org/x/netMichael Pratt
2023-02-14[release-branch.go1.19] go1.19.6go1.19.6Gopher Robot
2023-02-14[release-branch.go1.19] net/http: update bundled golang.org/x/net/http2Roland Shoemaker
2023-02-14[release-branch.go1.19] crypto/tls: replace all usages of BytesOrPanicRoland Shoemaker
2023-02-14[release-branch.go1.19] mime/multipart: limit memory/inode consumption of Rea...Damien Neil