summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [release-branch.go1.20] cmd/compile: fix inline static init arguments substit...Cuong Manh Le2023-02-092-0/+26
* [release-branch.go1.20] cmd/compile: remove constant arithmetic overflows dur...Cuong Manh Le2023-02-092-34/+15
* [release-branch.go1.20] go1.20go1.20Gopher Robot2023-02-011-1/+1
* [release-branch.go1.20] internal/coverage/decodemeta: fix coding error in fun...Than McIntosh2023-01-263-3/+57
* [release-branch.go1.20] runtime/coverage: avoid non-test coverage profiles in...Than McIntosh2023-01-261-0/+9
* [release-branch.go1.20] sync: document memory model for Swap/CompareAnd{Swap,...Changkun Ou2023-01-251-3/+5
* [release-branch.go1.20] Revert "cmd/compile: teach prove about bitwise OR ope...Keith Randall2023-01-252-8/+0
* [release-branch.go1.20] time: revert strict parsing of RFC 3339Joe Tsai2023-01-183-10/+14
* [release-branch.go1.20] cmd: update x/tools to latest internal Go 1.20 branchRuss Cox2023-01-185-5/+10
* [release-branch.go1.20] cmd/compile: fix unsafe.{SliceData,StringData} escape...Cuong Manh Le2023-01-182-1/+81
* [release-branch.go1.20] cmd/compile: fix static init inlining for hidden node...Matthew Dempsky2023-01-178-15/+478
* [release-branch.go1.20] all: merge master (9088c69) into release-branch.go1.20Cherry Mui2023-01-1721-117/+274
|\
| * cmd/compile: ensure temp register mask isn't emptyKeith Randall2023-01-172-1/+34
| * os: document that Rename is not atomic on non-Unix platformsAlan Donovan2023-01-171-0/+1
| * doc/go1.20: update cryptography release notesFilippo Valsorda2023-01-171-28/+43
| * strings: remove redundant symbolsfangguizhen2023-01-171-1/+1
| * cmd/go: include coverage build flags for "go list"Than McIntosh2023-01-172-0/+31