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
2022-09-06
[release-branch.go1.18] go1.18.6
go1.18.6
Gopher Robot
2022-09-06
[release-branch.go1.18] net/http: update bundled golang.org/x/net/http2
Damien Neil
2022-08-31
[release-branch.go1.18] runtime: mark morestack_noctxt SPWRITE on LR architec...
Cherry Mui
2022-08-31
[release-branch.go1.18] runtime: fix ppc64 startup on newer linux kernels
Paul E. Murphy
2022-08-31
[release-branch.go1.18] cmd/compile: only inline method wrapper if method don...
Cuong Manh Le
2022-08-29
[release-branch.go1.18] crypto/tls: support ECDHE when ec_point_formats is mi...
Filippo Valsorda
2022-08-29
[release-branch.go1.18] cmd/go/internal/imports: include ToolTags in the Tags...
Zeke Lu
2022-08-29
[release-branch.go1.18] cmd/go: avoid registering AtExit handlers in tests
Bryan C. Mills
2022-08-29
[release-branch.go1.18] cmd/compile: handle partially overlapping assignments
Keith Randall
2022-08-29
[release-branch.go1.18] cmd/link: fix trampolines breaking DWARF line info
Jeremy Quirke
2022-08-29
[release-branch.go1.18] misc/cgo/testcarchive: permit SIGQUIT for TestSignalF...
Ian Lance Taylor
2022-08-26
[release-branch.go1.18] net: fix WriteMsgUDPAddrPort addr handling
database64128
2022-08-19
[release-branch.go1.18] all: upgrade github.com/google/pprof to v0.0.0-202207...
Michael Pratt
2022-08-08
[release-branch.go1.18] cmd/compile: fix boolean comparison on RISCV64
Cherry Mui
2022-08-08
[release-branch.go1.18] cmd/compile: fix boolean comparison on PPC64
Cherry Mui
2022-08-08
[release-branch.go1.18] cmd/compile: more fix on boolean ops on ARM64
Cherry Mui
2022-08-08
[release-branch.go1.18] cmd/compile: fix If lowering on ARM64
Cherry Mui
2022-08-03
[release-branch.go1.18] encoding/xml: skip TestCVE202230633 for short tests
Roland Shoemaker
2022-08-01
[release-branch.go1.18] go1.18.5
go1.18.5
Gopher Robot
2022-07-29
[release-branch.go1.18] math/big: check buffer lengths in GobDecode
Roland Shoemaker
2022-07-27
[release-branch.go1.18] cmd/go: avoid re-enqueuing workspace dependencies wit...
Bryan C. Mills
2022-07-27
[release-branch.go1.18] cmd/compile: revert "fix missing dict pass for type a...
Matthew Dempsky
2022-07-27
[release-branch.go1.18] cmd/compile: revert "backport fix for #51840"
Matthew Dempsky
2022-07-26
[release-branch.go1.18] cmd/compile: do not use special literal assignment if...
Cherry Mui
2022-07-25
[release-branch.go1.18] testing: include ERROR_SHARING_VIOLATION in Windows c...
Bryan C. Mills
2022-07-25
[release-branch.go1.18] cmd/go: omit build metadata that may contain system p...
Bryan C. Mills
2022-07-25
[release-branch.go1.18] runtime: clear timerModifiedEarliest when last timer ...
Michael Pratt
2022-07-22
[release-branch.go1.18] runtime: use saved LR when unwinding through morestack
Cherry Mui
2022-07-12
[release-branch.go1.18] go1.18.4
go1.18.4
Gopher Robot
2022-07-12
[release-branch.go1.18] encoding/gob: add a depth limit for ignored fields
Roland Shoemaker
2022-07-12
[release-branch.go1.18] path/filepath: fix stack exhaustion in Glob
Julie Qiu
2022-07-12
[release-branch.go1.18] io/fs: fix stack exhaustion in Glob
Julie Qiu
2022-07-12
[release-branch.go1.18] compress/gzip: fix stack exhaustion bug in Reader.Read
Tatiana Bradley
2022-07-12
[release-branch.go1.18] go/parser: limit recursion depth
Roland Shoemaker
2022-07-12
[release-branch.go1.18] encoding/xml: limit depth of nesting in unmarshal
Roland Shoemaker
2022-07-12
[release-branch.go1.18] encoding/xml: use iterative Skip, rather than recursive
Roland Shoemaker
2022-07-12
[release-branch.go1.18] net/http: preserve nil values in Header.Clone
Damien Neil
2022-07-12
[release-branch.go1.18] net/http: don't strip whitespace from Transfer-Encodi...
Damien Neil
2022-07-07
[release-branch.go1.18] cmd/compile: only check implicit dots for method call...
Cuong Manh Le
2022-07-06
[release-branch.go1.18] cmd/link: use TOC-relative trampolines on PPC64 when ...
Paul E. Murphy
2022-07-06
[release-branch.go1.18] cmd/link: preserve symbol attributes when cloning to ...
Cherry Mui
2022-07-06
[release-branch.go1.18] runtime: add race annotations to cbs.lock
Michael Pratt
2022-07-06
[release-branch.go1.18] cmd/compile: fix prove pass when upper condition is <...
Keith Randall
2022-07-06
[release-branch.go1.18] runtime: add race annotations to metricsSema
Michael Pratt
2022-07-06
[release-branch.go1.18] cmd/go: pass --no-decorate when listing git tags for ...
hidu
2022-07-06
[release-branch.go1.18] cmd/compile: fix generic inter-inter comparisons from...
Cuong Manh Le
2022-07-06
[release-branch.go1.18] cmd/compile: allow 128-bit values to be spilled
Keith Randall
2022-07-06
[release-branch.go1.18] cmd/compile: fix missing dict pass for type assertions
Cuong Manh Le
2022-07-06
[release-branch.go1.18] cmd/compile: fix wrong unsafe.Offsetof evaluation ins...
Cuong Manh Le
2022-07-06
[release-branch.go1.18] runtime: store consistent total allocation stats as u...
Michael Anthony Knyszek
[next]