index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-03-07
[release-branch.go1.20] go1.20.2
go1.20.2
Gopher Robot
2023-03-01
[release-branch.go1.20] cmd/compile: relax overly strict assertion
Matthew Dempsky
2023-03-01
[release-branch.go1.20] crypto/x509: fix broken tests
Roland 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 TestTCPSelfConnect
Bryan C. Mills
2023-03-01
[release-branch.go1.20] crypto/x509: fix ParsePKCS8PrivateKey comment
Roland Shoemaker
2023-02-28
[release-branch.go1.20] syscall: Faccessat: check for CAP_DAC_OVERRIDE on Linux
Kir Kolyshkin
2023-02-28
[release-branch.go1.20] crypto/internal/bigmod: flag amd64 assembly as noescape
Filippo Valsorda
2023-02-28
[release-branch.go1.20] crypto/ecdh: explicitly reject mismatched curves in ECDH
Roland 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 scalar
Filippo 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 assist
Michael 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 optimization
Cuong Manh Le
2023-02-15
[release-branch.go1.20] runtime: fix signature for linked functions
Adin Scannell
2023-02-14
[release-branch.go1.20] all: update vendored golang.org/x/net
Michael Pratt
2023-02-14
[release-branch.go1.20] go1.20.1
go1.20.1
Gopher Robot
2023-02-14
[release-branch.go1.20] net/http: update bundled golang.org/x/net/http2
Roland Shoemaker
2023-02-14
[release-branch.go1.20] crypto/tls: replace all usages of BytesOrPanic
Roland 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 scripts
Bryan C. Mills
2023-02-10
[release-branch.go1.20] cmd/go/internal/test: refresh flagdefs.go and fix test
Bryan 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 ios
Russ Cox
2023-02-10
[release-branch.go1.20] cmd/link: keep go.buildinfo even with --gc-sections
Russ Cox
2023-02-09
[release-branch.go1.20] time: update windows zoneinfo_abbrs
qmuntal
2023-02-09
[release-branch.go1.20] cmd/compile/internal/noder: stop creating TUNION types
Matthew 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.20
go1.20
Gopher 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 3339
Joe Tsai
2023-01-18
[release-branch.go1.20] cmd: update x/tools to latest internal Go 1.20 branch
Russ 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.20
Cherry Mui
2023-01-17
cmd/compile: ensure temp register mask isn't empty
Keith Randall
2023-01-17
os: document that Rename is not atomic on non-Unix platforms
Alan Donovan
2023-01-17
doc/go1.20: update cryptography release notes
Filippo Valsorda
2023-01-17
strings: remove redundant symbols
fangguizhen
2023-01-17
cmd/go: include coverage build flags for "go list"
Than McIntosh
[next]