summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
| * os/exec: avoid leaking an exec.Cmd in TestWaitInterruptBryan C. Mills2023-01-101-0/+1
| * cmd/compile: prevent IsNewObject from taking quadratic timeKeith Randall2023-01-091-14/+24
| * cmd/compile/internal/pgo: add hint to missing start_line errorMichael Pratt2023-01-091-1/+1
| * runtime: skip TestCgoPprofCallback in short mode, don't run in parallelIan Lance Taylor2023-01-091-1/+3
| * runtime/pprof: document possibility of empty stacksAustin Clements2023-01-091-0/+4
| * runtime/pprof: improve output of TestLabelSystemstackAustin Clements2023-01-091-20/+26
| * sync/atomic: fix the note of atomic.Storecsuzhang2023-01-091-1/+1
| * all: fix typos in go file commentsMarcel Meyer2023-01-094-4/+4
| * syscall: skip TestUseCgroupFD if cgroupfs not mountedShengjing Zhu2023-01-061-2/+3
| * net: fix typo in hosts.goIkko Eltociear Ashimine2023-01-061-1/+1
| * cmd/compile: describe how Go maps to wasm implementationKeith Randall2023-01-061-0/+113
| * crypto/tls: fix typo in cacheEntry godocTobias Klauser2023-01-051-1/+1
| * cmd/cover: fix problems with "go test -covermode=atomic sync/atomic"Than McIntosh2023-01-053-10/+64
| * doc/go1.20: fix links to new strings functionsPiers2023-01-041-4/+4
| * crypto/internal/boring: add dev.boringcrypto README.md textRuss Cox2023-01-041-1/+21
| * cmd/compile: use "satisfies" (not "implements") for constraint errorsRobert Griesemer2023-01-0424-101/+111
| * cmd/gofmt: fix a typo in a commentRoland Illig2023-01-041-1/+1
| * README.vendor: minor updatesIan Lance Taylor2023-01-031-8/+5
| * doc/go1.20: fix http.ResponseController exampleAlexander Yastrebov2023-01-031-1/+1