summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.19] cmd/compile: fix bswap/load rewrite rulesrelease-branch.go1.19Keith Randall2023-05-112-48/+80
* [release-branch.go1.19] go1.19.9go1.19.9Gopher Robot2023-05-021-1/+1
* [release-branch.go1.19] html/template: emit filterFailsafe for empty unquoted...Roland Shoemaker2023-05-023-3/+20
* [release-branch.go1.19] html/template: handle all JS whitespace charactersRoland Shoemaker2023-05-022-5/+14
* [release-branch.go1.19] html/template: disallow angle brackets in CSS valuesRoland Shoemaker2023-05-022-1/+3
* [release-branch.go1.19] crypto/tls: fix PSK binder calculationTero Saarni2023-04-242-1/+22
* [release-branch.go1.19] cmd/compile: use correct type for byteswaps on multi-...Keith Randall2023-04-245-72/+154
* [release-branch.go1.19] syscall: restore original NOFILE rlimit in child processIan Lance Taylor2023-04-1465-89/+381
* [release-branch.go1.19] cmd/compile: fix ir.StaticValue for ORANGEJunwei Zuo2023-04-123-0/+38
* [release-branch.go1.19] html/template,mime/multipart: document new GODEBUG se...Michael Anthony Knyszek2023-04-052-0/+22
* [release-branch.go1.19] cmd/compile: defer transitive inlining until after AS...Michael Knyszek2023-04-052-30/+65
* [release-branch.go1.19] go1.19.8go1.19.8Gopher Robot2023-04-041-1/+1
* [release-branch.go1.19] html/template: disallow actions in JS template literalsRoland Shoemaker2023-04-049-33/+116
* [release-branch.go1.19] go/scanner: reject large line and column numbers in /...Damien Neil2023-04-042-2/+21
* [release-branch.go1.19] mime/multipart: limit parsed mime message sizesDamien Neil2023-04-045-17/+115
* [release-branch.go1.19] net/textproto, mime/multipart: improve accounting of ...Damien Neil2023-04-043-35/+37
* [release-branch.go1.19] mime/multipart: avoid excessive copy buffer allocatio...Damien Neil2023-04-042-3/+61
* [release-branch.go1.19] net/textproto: avoid overpredicting the number of MIM...Damien Neil2023-04-042-4/+79
* Revert "[release-branch.go1.19] cmd/compile: defer transitive inlining until ...Michael Knyszek2023-04-032-65/+30
* [release-branch.go1.19] cmd/compile: defer transitive inlining until after AS...Matthew Dempsky2023-04-032-30/+65
* [release-branch.go1.19] cmd/internal/obj/ppc64: fix incorrect base reg causin...Lynn Boger2023-03-291-4/+9
* [release-branch.go1.19] time: fix timezone lookup logic for non-DST zonesGeon Kim2023-03-234-13/+24
* [release-branch.go1.19] cmd/link/internal/arm: fix off-by-1 in trampoline rea...Than McIntosh2023-03-221-1/+1
* [release-branch.go1.19] cmd/go,cmd/link: prefer external linking when strange...Than McIntosh2023-03-178-15/+331
* [release-branch.go1.19] runtime/pprof: improve output of TestLabelSystemstackAustin Clements2023-03-151-20/+26
* [release-branch.go1.19] cmd/go: avoid running slow tests on non-longtest buil...Bryan C. Mills2023-03-091-36/+41
* [release-branch.go1.19] os/signal/internal/pty: fix error handlingHeschi Kreinick2023-03-081-3/+3
* [release-branch.go1.19] go1.19.7go1.19.7Gopher Robot2023-03-071-1/+1
* [release-branch.go1.19] crypto/x509: fix broken testsRoland Shoemaker2023-03-011-24/+34
* [release-branch.go1.19] crypto/x509: fix system root tests + darwin intermedi...Roland Shoemaker2023-03-013-259/+238
* [release-branch.go1.19] syscall: fix invalid unsafe.Pointer conversion on Win...Cuong Manh Le2023-03-011-10/+14
* [release-branch.go1.19] net: delete TestTCPSelfConnectBryan C. Mills2023-03-011-44/+0
* [release-branch.go1.19] cmd/link: better fix for arm32 trampgen problem with ...Than McIntosh2023-02-271-3/+20
* [release-branch.go1.19] crypto/internal/nistec: reduce P-256 scalarFilippo Valsorda2023-02-273-0/+99
* [release-branch.go1.19] runtime: check for overflow in sweep assistMichael Anthony Knyszek2023-02-151-3/+22
* [release-branch.go1.19] runtime: fix signature for linked functionsAdin Scannell2023-02-152-2/+2
* [release-branch.go1.19] all: update vendored golang.org/x/netMichael Pratt2023-02-144-6/+4
* [release-branch.go1.19] go1.19.6go1.19.6Gopher Robot2023-02-141-1/+1
* [release-branch.go1.19] net/http: update bundled golang.org/x/net/http2Roland Shoemaker2023-02-142-31/+50
* [release-branch.go1.19] crypto/tls: replace all usages of BytesOrPanicRoland Shoemaker2023-02-1413-503/+657
* [release-branch.go1.19] mime/multipart: limit memory/inode consumption of Rea...Damien Neil2023-02-146-38/+295
* [release-branch.go1.19] path/filepath: do not Clean("a/../c:/b") into c:\b on...Damien Neil2023-02-143-14/+22
* [release-branch.go1.19] cmd/link: keep go.buildinfo even with --gc-sectionsRuss Cox2023-02-102-1/+36
* [release-branch.go1.19] cmd/go: remove tests that assume lack of new versions...Bryan C. Mills2023-02-101-17/+0
* [release-branch.go1.19] cmd/go: skip test cases that depend on gopkg.inBryan C. Mills2023-02-092-1/+11
* [release-branch.go1.19] time: update windows zoneinfo_abbrsqmuntal2023-02-091-14/+16
* [release-branch.go1.19] net/http: accept HEAD requests with a bodyDamien Neil2023-01-304-23/+85
* [release-branch.go1.19] runtime: fix performance regression in morestack_noct...Archana R2023-01-181-1/+4
* [release-branch.go1.19] crypto/x509: reduce boring test key sizeRoland Shoemaker2023-01-171-1/+1
* [release-branch.go1.19] go1.19.5go1.19.5Gopher Robot2023-01-101-1/+1