summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
| * crypto/ed25519: improve Ed25519ctx docs and add exampleFilippo Valsorda2023-01-172-15/+45
| * crypto/x509: clarify that CheckSignatureFrom and CheckSignature are low-level...Filippo Valsorda2023-01-171-4/+9
| * cmd/go: document GODEBUG=installgoroot=allRuss Cox2023-01-172-4/+16
| * doc/go1.20: remove mention of arena goexperimentRuss Cox2023-01-171-11/+1
| * archive/tar, archive/zip: document ErrInsecurePath and GODEBUG settingRuss Cox2023-01-172-1/+15
| * runtime: fix performance regression in morestack_noctxt on ppc64Archana R2023-01-161-1/+4
| * Revert "internal/fsys: follow root symlink in fsys.Walk"Bryan Mills2023-01-135-46/+70
| * doc/go1.20: mention build speed improvementsAustin Clements2023-01-131-2/+4
| * cmd/cover: remove go.mod from testdata subdirThan McIntosh2023-01-131-3/+0
* | [release-branch.go1.20] go1.20rc3go1.20rc3Gopher Robot2023-01-121-1/+1
* | [release-branch.go1.20] all: merge master (245e95d) into release-branch.go1.20Carlos Amedee2023-01-1173-277/+630
|\ \ | |/
| * go/types, types2: don't look up fields or methods when expecting a typeRobert Findley2023-01-1112-15/+77
| * runtime: fix incorrect commentzhengchaopu2023-01-111-2/+1
| * cmd/compile: better error message for when a type is in a constraint but not ...Robert Griesemer2023-01-116-14/+88
| * cmd/link, runtime: Apple libc atfork workaround take 3Russ Cox2023-01-105-2/+64
| * runtime: revert use of __fork to work around Apple atfork bugsRuss Cox2023-01-107-81/+17