aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-07[release-branch.go1.20] go1.20.2go1.20.2Gopher Robot
2023-03-01[release-branch.go1.20] cmd/compile: relax overly strict assertionMatthew Dempsky
2023-03-01[release-branch.go1.20] crypto/x509: fix broken testsRoland Shoemaker
2023-03-01[release-branch.go1.20] crypto/x509: fix system root tests + darwin intermedi...Roland Shoemaker
2023-03-01[release-branch.go1.20] syscall: fix invalid unsafe.Pointer conversion on Win...Cuong Manh Le
2023-03-01[release-branch.go1.20] net: delete TestTCPSelfConnectBryan C. Mills
2023-03-01[release-branch.go1.20] crypto/x509: fix ParsePKCS8PrivateKey commentRoland Shoemaker
2023-02-28[release-branch.go1.20] syscall: Faccessat: check for CAP_DAC_OVERRIDE on LinuxKir Kolyshkin
2023-02-28[release-branch.go1.20] crypto/internal/bigmod: flag amd64 assembly as noescapeFilippo Valsorda
2023-02-28[release-branch.go1.20] crypto/ecdh: explicitly reject mismatched curves in ECDHRoland Shoemaker
2023-02-28[release-branch.go1.20] cmd/compile/internal/noder: correct positions for syn...Matthew Dempsky
2023-02-27[release-branch.go1.20] cmd/link: better fix for arm32 trampgen problem with ...Than McIntosh
2023-02-27[release-branch.go1.20] crypto/internal/nistec: reduce P-256 scalarFilippo Valsorda
2023-02-22[release-branch.go1.20] cmd/internal/cov: fix misuse of bufio.Reader.Read in ...Than McIntosh
2023-02-22[release-branch.go1.20] Revert "internal/poll: drop redundant ENOSYS in CopyF...Ian Lance Taylor
2023-02-15[release-branch.go1.20] runtime: check for overflow in sweep assistMichael Anthony Knyszek
2023-02-15[release-branch.go1.20] cmd/compile: fix wrong escape analysis for go/defer g...Cuong Manh Le
2023-02-15[release-branch.go1.20] cmd/compile: disable inline static init optimizationCuong Manh Le
2023-02-15[release-branch.go1.20] runtime: fix signature for linked functionsAdin Scannell
2023-02-14[release-branch.go1.20] all: update vendored golang.org/x/netMichael Pratt
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