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-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
2022-06-01
[release-branch.go1.18] go1.18.3
go1.18.3
Dmitri Shuralyov
2022-05-31
[release-branch.go1.18] path/filepath: do not remove prefix "." when followin...
Yasuhiro Matsumoto
2022-05-30
[release-branch.go1.18] misc/cgo/testsanitizers: buffer the signal channel in...
Bryan C. Mills
2022-05-27
[release-branch.go1.18] crypto/tls: avoid extra allocations in steady-state H...
David Taylor
2022-05-27
[release-branch.go1.18 crypto/tls: randomly generate ticket_age_add
Tatiana Bradley
2022-05-27
[release-branch.go1.18] os/exec: return clear error for missing cmd.Path
Russ Cox
2022-05-26
[release-branch.go1.18] text/template/parse: allow space after continue or break
Rob Pike
2022-05-25
[release-branch.go1.18] cmd/compile: backport fix for #51840
Matthew Dempsky
2022-05-25
[release-branch.go1.18] cmd/compile: allow exporting `.rcvr` ident
Wayne Zuo
2022-05-25
[release-branch.go1.18] [release-branch.go1.18 crypto/rand: properly handle l...
Roland Shoemaker
2022-05-25
[release-branch.go1.18] misc/cgo/testsanitizers: use buffered channel in tsan...
Cherry Mui
2022-05-17
cmd/compile: be sure to export types mentioned in f.i.g. method signature
David Chase
2022-05-10
[release-branch.go1.18] go1.18.2
go1.18.2
Heschi Kreinick
2022-05-10
[release-branch.go1.18] go/types, types2: use a type lookup by identity in me...
Robert Findley
2022-05-09
[release-branch.go1.18] net: skip TestDialCancel on darwin-arm64
Heschi Kreinick
2022-05-09
[release-branch.go1.18] net/http/httptest: fix race in Server.Close
Maisem Ali
2022-05-09
[release-branch.go1.18] go/types: clarify that contexts do not guarantee dedu...
Robert Findley
2022-05-09
[release-branch.go1.18] cmd/compile: always write fun[0] in incomplete itab
Keith Randall
2022-05-09
[release-branch.go1.18] runtime: align m.procid to 8 bytes on 32-bit systems
Michael Pratt
2022-05-09
[release-branch.go1.18] cmd/compile: disable rewrite loop detector for deadco...
Keith Randall
2022-05-09
[release-branch.go1.18] reflect: ensure map keys match key type in MapIndex a...
Dan Kortschak
2022-05-09
[release-branch.go1.18] syscall: check correct group in Faccessat
Damien Neil
2022-05-09
[release-branch.go1.18] cmd/go: write changes to go.mod and go.sum after load...
Bryan C. Mills
2022-05-09
[release-branch.go1.18] go/types,types2: delay the check for conflicting stru...
Robert Findley
2022-05-09
[release-branch.go1.18] cmd/compile: set correct package for vars/params/resu...
Cuong Manh Le
2022-05-09
[release-branch.go1.18] sync/atomic: use consistent first-store-in-progress m...
Keith Randall
2022-05-09
[release-branch.go1.18] cmd/compile: use dictionary to convert type to shaped...
Keith Randall
2022-05-09
[release-branch.go1.18] runtime: support for debugger function calls on linux...
eric fang
[next]