summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [release-branch.go1.19] misc/cgo/testcshared: handle unsuffixed dlltool pathThan McIntosh2023-01-091-22/+38
* [release-branch.go1.19] runtime: revert "call __fork instead of fork on darwin"Russ Cox2023-01-097-81/+17
* [release-branch.go1.19] crypto/x509: return typed verification errors on macOSRoland Shoemaker2023-01-065-12/+40
* [release-branch.go1.19] crypto/x509: reallow duplicate attributes in CSRsRob Stradling2023-01-042-9/+25
* [release-branch.go1.19] cmd/compile: sign-extend the 2nd argument of the Lowe...David Chase2022-12-287-9/+101
* [release-branch.go1.19] cmd/link: recognize the new R_LARCH_32_PCREL type on ...Cherry Mui2022-12-281-1/+2
* [release-branch.go1.19] cmd/compile: fix broken IR for iface -> efaceCuong Manh Le2022-12-282-3/+42
* [release-branch.go1.19] runtime: call __fork instead of fork on darwinRuss Cox2022-12-227-17/+81
* [release-branch.go1.19] syscall, internal/poll: fall back to accept on linux-armIan Lance Taylor2022-12-216-17/+123
* [release-branch.go1.19] cmd/compile: fix conditional move rule on PPC64Keith Randall2022-12-193-13/+20
* [release-branch.go1.19] cmd/compile: fix conditional select ruleKeith Randall2022-12-193-5/+45
* [release-branch.go1.19] all: upgrade golang.org/x/net to v0.0.0-2022121416381...Damien Neil2022-12-194-10/+5
* [release-branch.go1.19] os: skip size test in TestLstat if the file is a symlinkIan Lance Taylor2022-12-141-3/+5
* [release-branch.go1.19] cmd/compile: fix missing typecheck for static initial...Cuong Manh Le2022-12-092-0/+46
* [release-branch.go1.19] cmd/link/internal/ppc64: fix trampoline reuse distanc...Paul E. Murphy2022-12-092-2/+103
* [release-branch.go1.19] cmd/go: remove TestScript/version_buildvcs_git_gpgBryan C. Mills2022-12-091-105/+0
* [release-branch.go1.19] sync/atomic: allow linked list of atomic pointers againRuss Cox2022-12-092-2/+9
* [release-branch.go1.19] net: reenable SRV tests with _ldap._tcp.google.comDamien Neil2022-12-091-16/+8
* [release-branch.go1.19] cmd/go: skip TestScript/mod_replace_gopkginBryan C. Mills2022-12-091-0/+3
* [release-branch.go1.19] cmd/compile: turn off jump tables when spectre retpol...Keith Randall2022-12-092-1/+29
* [release-branch.go1.19] go1.19.4go1.19.4Gopher Robot2022-12-061-1/+1
* [release-branch.go1.19] net/http: update bundled golang.org/x/net/http2Damien Neil2022-12-062-7/+13
* [release-branch.go1.19] os, net/http: avoid escapes from os.DirFS and http.Di...Damien Neil2022-12-069-9/+328
* [release-branch.go1.19] testing: skip flaky TestRaiseException on windows-amd...Than McIntosh2022-11-301-1/+1
* [release-branch.go1.19] runtime: make GC see object as allocated after it is ...Cherry Mui2022-11-254-1/+22
* [release-branch.go1.19] crypto/x509: allow BoringCrypto to use 4096-bit keysRuss Cox2022-11-134-52/+73
* [release-branch.go1.19] net: disable TestLookupDotsWithRemoteSource and TestL...Michael Anthony Knyszek2022-11-111-0/+8