aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-14[release-branch.go1.20] go1.20.1go1.20.1Gopher Robot
2023-02-14[release-branch.go1.20] net/http: update bundled golang.org/x/net/http2Roland Shoemaker
2023-02-14[release-branch.go1.20] crypto/tls: replace all usages of BytesOrPanicRoland Shoemaker
2023-02-14[release-branch.go1.20] mime/multipart: limit memory/inode consumption of Rea...Damien Neil
2023-02-14[release-branch.go1.20] path/filepath: do not Clean("a/../c:/b") into c:\b on...Damien Neil
2023-02-10[release-branch.go1.20] cmd/compile/internal/pgo: fix hard-coded PGO sample d...Frederic Branczyk
2023-02-10[release-branch.go1.20] cmd/go/internal/script: retry ETXTBSY errors in scriptsBryan C. Mills
2023-02-10[release-branch.go1.20] cmd/go/internal/test: refresh flagdefs.go and fix testBryan C. Mills
2023-02-10[release-branch.go1.20] cmd/go: remove tests that assume lack of new versions...Bryan C. Mills
2023-02-10[release-branch.go1.20] runtime: skip darwin osinit_hack on iosRuss Cox
2023-02-10[release-branch.go1.20] cmd/link: keep go.buildinfo even with --gc-sectionsRuss Cox
2023-02-09[release-branch.go1.20] time: update windows zoneinfo_abbrsqmuntal
2023-02-09[release-branch.go1.20] cmd/compile/internal/noder: stop creating TUNION typesMatthew Dempsky
2023-02-09[release-branch.go1.20] cmd/compile: fix inline static init arguments substit...Cuong Manh Le
2023-02-09[release-branch.go1.20] cmd/compile: remove constant arithmetic overflows dur...Cuong Manh Le
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