aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-01[release-branch.go1.20] go1.20go1.20Gopher Robot
2023-01-26[release-branch.go1.20] internal/coverage/decodemeta: fix coding error in fun...Than McIntosh
2023-01-26[release-branch.go1.20] runtime/coverage: avoid non-test coverage profiles in...Than McIntosh
2023-01-25[release-branch.go1.20] sync: document memory model for Swap/CompareAnd{Swap,...Changkun Ou
2023-01-25[release-branch.go1.20] Revert "cmd/compile: teach prove about bitwise OR ope...Keith Randall
2023-01-18[release-branch.go1.20] time: revert strict parsing of RFC 3339Joe Tsai
2023-01-18[release-branch.go1.20] cmd: update x/tools to latest internal Go 1.20 branchRuss Cox
2023-01-18[release-branch.go1.20] cmd/compile: fix unsafe.{SliceData,StringData} escape...Cuong Manh Le
2023-01-17[release-branch.go1.20] cmd/compile: fix static init inlining for hidden node...Matthew Dempsky
2023-01-17[release-branch.go1.20] all: merge master (9088c69) into release-branch.go1.20Cherry Mui
2023-01-17cmd/compile: ensure temp register mask isn't emptyKeith Randall
2023-01-17os: document that Rename is not atomic on non-Unix platformsAlan Donovan
2023-01-17doc/go1.20: update cryptography release notesFilippo Valsorda
2023-01-17strings: remove redundant symbolsfangguizhen
2023-01-17cmd/go: include coverage build flags for "go list"Than McIntosh
2023-01-17crypto/ed25519: improve Ed25519ctx docs and add exampleFilippo Valsorda
2023-01-17crypto/x509: clarify that CheckSignatureFrom and CheckSignature are low-level...Filippo Valsorda
2023-01-17cmd/go: document GODEBUG=installgoroot=allRuss Cox
2023-01-17doc/go1.20: remove mention of arena goexperimentRuss Cox
2023-01-17archive/tar, archive/zip: document ErrInsecurePath and GODEBUG settingRuss Cox
2023-01-16runtime: fix performance regression in morestack_noctxt on ppc64Archana R
2023-01-13Revert "internal/fsys: follow root symlink in fsys.Walk"Bryan Mills
2023-01-13doc/go1.20: mention build speed improvementsAustin Clements
2023-01-13cmd/cover: remove go.mod from testdata subdirThan McIntosh
2023-01-12[release-branch.go1.20] go1.20rc3go1.20rc3Gopher Robot
2023-01-11[release-branch.go1.20] all: merge master (245e95d) into release-branch.go1.20Carlos Amedee
2023-01-11go/types, types2: don't look up fields or methods when expecting a typeRobert Findley
2023-01-11runtime: fix incorrect commentzhengchaopu
2023-01-11cmd/compile: better error message for when a type is in a constraint but not ...Robert Griesemer
2023-01-10cmd/link, runtime: Apple libc atfork workaround take 3Russ Cox
2023-01-10runtime: revert use of __fork to work around Apple atfork bugsRuss Cox
2023-01-10os/exec: avoid leaking an exec.Cmd in TestWaitInterruptBryan C. Mills
2023-01-09cmd/compile: prevent IsNewObject from taking quadratic timeKeith Randall
2023-01-09cmd/compile/internal/pgo: add hint to missing start_line errorMichael Pratt
2023-01-09runtime: skip TestCgoPprofCallback in short mode, don't run in parallelIan Lance Taylor
2023-01-09runtime/pprof: document possibility of empty stacksAustin Clements
2023-01-09runtime/pprof: improve output of TestLabelSystemstackAustin Clements
2023-01-09sync/atomic: fix the note of atomic.Storecsuzhang
2023-01-09all: fix typos in go file commentsMarcel Meyer
2023-01-06syscall: skip TestUseCgroupFD if cgroupfs not mountedShengjing Zhu
2023-01-06net: fix typo in hosts.goIkko Eltociear Ashimine
2023-01-06cmd/compile: describe how Go maps to wasm implementationKeith Randall
2023-01-05crypto/tls: fix typo in cacheEntry godocTobias Klauser
2023-01-05cmd/cover: fix problems with "go test -covermode=atomic sync/atomic"Than McIntosh
2023-01-04doc/go1.20: fix links to new strings functionsPiers
2023-01-04crypto/internal/boring: add dev.boringcrypto README.md textRuss Cox
2023-01-04cmd/compile: use "satisfies" (not "implements") for constraint errorsRobert Griesemer
2023-01-04cmd/gofmt: fix a typo in a commentRoland Illig
2023-01-04[release-branch.go1.20] go1.20rc2go1.20rc2Gopher Robot
2023-01-03README.vendor: minor updatesIan Lance Taylor