summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.20] crypto/rsa: use BoringCrypto for 4096 bit keysrelease-branch.go1.20Filippo Valsorda2023-05-171-1/+2
* [release-branch.go1.20] cmd/compile: fix bswap/load rewrite rulesKeith Randall2023-05-112-48/+80
* [release-branch.go1.20] go1.20.4go1.20.4Gopher Robot2023-05-021-1/+1
* [release-branch.go1.20] html/template: emit filterFailsafe for empty unquoted...Roland Shoemaker2023-05-023-3/+20
* [release-branch.go1.20] html/template: handle all JS whitespace charactersRoland Shoemaker2023-05-022-5/+14
* [release-branch.go1.20] html/template: disallow angle brackets in CSS valuesRoland Shoemaker2023-05-022-1/+3
* [release-branch.go1.20] Revert "net/http: FileServer method check + minimal O...Damien Neil2023-04-252-56/+5
* cmd/compile/internal/importer,go/internal/gcimporter: use the 'go' command fr...Bryan C. Mills2023-04-242-2/+4
* [release-branch.go1.20] crypto/tls: fix PSK binder calculationTero Saarni2023-04-242-1/+22
* [release-branch.go1.20] cmd/compile: fix reproducible build of aliased generi...Matthew Dempsky2023-04-242-1/+41
* [release-branch.go1.20] cmd/compile: remove broken LEA "optimization"David Chase2023-04-242-401/+0
* [release-branch.go1.20] cmd/compile: use correct type for byteswaps on multi-...Keith Randall2023-04-245-72/+154
* [release-branch.go1.20] syscall: restore original NOFILE rlimit in child processIan Lance Taylor2023-04-1466-90/+380
* [release-branch.go1.20] cmd/compile: fix ir.StaticValue for ORANGEJunwei Zuo2023-04-123-0/+38
* [release-branch.go1.20] cmd/compile: don't set range expr key/value type if a...Cuong Manh Le2023-04-052-1/+27
* [release-branch.go1.20] crypto/subtle: don't cast to *uintptr when word size ...Keith Randall2023-04-052-1/+25
* [release-branch.go1.20] html/template,mime/multipart: document new GODEBUG se...Michael Anthony Knyszek2023-04-052-0/+22
* [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