summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.20] go1.20.3go1.20.3Gopher Robot2023-04-041-1/+1
* [release-branch.go1.20] html/template: disallow actions in JS template literalsRoland Shoemaker2023-04-049-33/+117
* [release-branch.go1.20] go/scanner: reject large line and column numbers in /...Damien Neil2023-04-042-2/+21
* [release-branch.go1.20] mime/multipart: limit parsed mime message sizesDamien Neil2023-04-045-19/+123
* [release-branch.go1.20] net/textproto, mime/multipart: improve accounting of ...Damien Neil2023-04-043-35/+37
* [release-branch.go1.20] mime/multipart: avoid excessive copy buffer allocatio...Damien Neil2023-04-042-3/+61
* [release-branch.go1.20] net/textproto: avoid overpredicting the number of MIM...Damien Neil2023-04-042-4/+79
* [release-branch.go1.20] cmd/internal/obj/ppc64: fix incorrect base reg causin...Lynn Boger2023-03-291-4/+9
* [release-branch.go1.20] cmd/compile: don't assume pointer of a slice is non-nilKeith Randall2023-03-295-3/+37
* [release-branch.go1.20] cmd/compile: re-compile instantiated generic methods ...Cuong Manh Le2023-03-293-2/+26
* [release-branch.go1.20] time: fix timezone lookup logic for non-DST zonesGeon Kim2023-03-234-13/+24
* [release-branch.go1.20] cmd/link/internal/arm: fix off-by-1 in trampoline rea...Than McIntosh2023-03-221-1/+1
* [release-branch.go1.20] cmd/go,cmd/link: prefer external linking when strange...Than McIntosh2023-03-179-15/+331
* [release-branch.go1.20] cmd/link: use label symbols for Duff's devices on dar...Cherry Mui2023-03-151-30/+36
* [release-branch.go1.20] Revert "cmd/compile: enable address folding for globa...Cherry Mui2023-03-152-132/+209
* [release-branch.go1.20] cmd/go: avoid running slow tests on non-longtest buil...Bryan C. Mills2023-03-091-36/+40
* [release-branch.go1.20] internal/testpty: fix error handlingHeschi Kreinick2023-03-081-3/+3
* [release-branch.go1.20] go1.20.2go1.20.2Gopher Robot2023-03-071-1/+1
* [release-branch.go1.20] cmd/compile: relax overly strict assertionMatthew Dempsky2023-03-014-1/+48
* [release-branch.go1.20] crypto/x509: fix broken testsRoland Shoemaker2023-03-011-24/+34
* [release-branch.go1.20] crypto/x509: fix system root tests + darwin intermedi...Roland Shoemaker2023-03-013-259/+238
* [release-branch.go1.20] syscall: fix invalid unsafe.Pointer conversion on Win...Cuong Manh Le2023-03-011-10/+13
* [release-branch.go1.20] net: delete TestTCPSelfConnectBryan C. Mills2023-03-011-44/+0
* [release-branch.go1.20] crypto/x509: fix ParsePKCS8PrivateKey commentRoland Shoemaker2023-03-011-1/+1
* [release-branch.go1.20] syscall: Faccessat: check for CAP_DAC_OVERRIDE on LinuxKir Kolyshkin2023-02-281-0/+17
* [release-branch.go1.20] crypto/internal/bigmod: flag amd64 assembly as noescapeFilippo Valsorda2023-02-283-0/+29
* [release-branch.go1.20] crypto/ecdh: explicitly reject mismatched curves in ECDHRoland Shoemaker2023-02-282-1/+42
* [release-branch.go1.20] cmd/compile/internal/noder: correct positions for syn...Matthew Dempsky2023-02-282-18/+95
* [release-branch.go1.20] cmd/link: better fix for arm32 trampgen problem with ...Than McIntosh2023-02-271-3/+20
* [release-branch.go1.20] crypto/internal/nistec: reduce P-256 scalarFilippo Valsorda2023-02-273-0/+99
* [release-branch.go1.20] cmd/internal/cov: fix misuse of bufio.Reader.Read in ...Than McIntosh2023-02-224-1/+110
* [release-branch.go1.20] Revert "internal/poll: drop redundant ENOSYS in CopyF...Ian Lance Taylor2023-02-221-10/+14
* [release-branch.go1.20] runtime: check for overflow in sweep assistMichael Anthony Knyszek2023-02-151-3/+22
* [release-branch.go1.20] cmd/compile: fix wrong escape analysis for go/defer g...Cuong Manh Le2023-02-152-1/+47
* [release-branch.go1.20] cmd/compile: disable inline static init optimizationCuong Manh Le2023-02-154-4/+4
* [release-branch.go1.20] runtime: fix signature for linked functionsAdin Scannell2023-02-152-2/+2
* [release-branch.go1.20] all: update vendored golang.org/x/netMichael Pratt2023-02-144-6/+4
* [release-branch.go1.20] go1.20.1go1.20.1Gopher Robot2023-02-141-1/+1
* [release-branch.go1.20] net/http: update bundled golang.org/x/net/http2Roland Shoemaker2023-02-142-30/+51
* [release-branch.go1.20] crypto/tls: replace all usages of BytesOrPanicRoland Shoemaker2023-02-1413-503/+657
* [release-branch.go1.20] mime/multipart: limit memory/inode consumption of Rea...Damien Neil2023-02-146-38/+297
* [release-branch.go1.20] path/filepath: do not Clean("a/../c:/b") into c:\b on...Damien Neil2023-02-143-14/+23
* [release-branch.go1.20] cmd/compile/internal/pgo: fix hard-coded PGO sample d...Frederic Branczyk2023-02-102-1/+90
* [release-branch.go1.20] cmd/go/internal/script: retry ETXTBSY errors in scriptsBryan C. Mills2023-02-103-15/+58
* [release-branch.go1.20] cmd/go/internal/test: refresh flagdefs.go and fix testBryan C. Mills2023-02-103-1/+6
* [release-branch.go1.20] cmd/go: remove tests that assume lack of new versions...Bryan C. Mills2023-02-101-17/+0
* [release-branch.go1.20] runtime: skip darwin osinit_hack on iosRuss Cox2023-02-101-1/+3
* [release-branch.go1.20] cmd/link: keep go.buildinfo even with --gc-sectionsRuss Cox2023-02-102-1/+36
* [release-branch.go1.20] time: update windows zoneinfo_abbrsqmuntal2023-02-091-14/+16
* [release-branch.go1.20] cmd/compile/internal/noder: stop creating TUNION typesMatthew Dempsky2023-02-092-7/+29