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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-12-06
[release-branch.go1.18] net/http: update bundled golang.org/x/net/http2
Damien Neil
2022-12-06
[release-branch.go1.18] os, net/http: avoid escapes from os.DirFS and http.Di...
Damien Neil
2022-12-01
[release-branch.go1.18] cmd/cgo: recognize clang 14 DWARF type names
Dmitri Goutnik
2022-11-25
[release-branch.go1.18] runtime: make GC see object as allocated after it is ...
Cherry Mui
2022-11-11
[release-branch.go1.18] net: disable TestLookupDotsWithRemoteSource and TestL...
Michael Anthony Knyszek
2022-11-09
[release-branch.go1.18] runtime: don't jump stack if at entry of systemstack
Cherry Mui
2022-11-09
[release-branch.go1.18] cmd/compile: allow ineffectual //go:linkname in -lang...
Matthew Dempsky
2022-11-09
[release-branch.go1.18] os/exec: allow NUL in environment variables on Plan 9
Matthew Dempsky
2022-11-08
[release-branch.go1.18] cmd/compile: copy blank parameter node when substitut...
Cherry Mui
2022-11-08
[release-branch.go1.18] runtime: fix usleep on linux/PPC64
Paul E. Murphy
2022-11-08
[release-branch.go1.18] crypto/x509: respect GODEBUG changes for allowing SHA...
Russ Cox
2022-11-01
[release-branch.go1.18] syscall, os/exec: reject environment variables contai...
Damien Neil
2022-10-24
[release-branch.go1.18] runtime: always keep global reference to mp until mex...
Michael Pratt
2022-10-20
[release-branch.go1.18] cmd/go/internal/modload: update TestQueryImport to pa...
Bryan C. Mills
2022-10-04
[release-branch.go1.18] regexp: limit size of parsed regexps
Russ Cox
2022-10-04
[release-branch.go1.18] archive/tar: limit size of headers
Damien Neil
2022-09-28
[release-branch.go1.18] net/http/httputil: avoid query parameter smuggling
Damien Neil
2022-09-21
[release-branch.go1.18] cmd/link: suppress -no_pie deprecation warning on darwin
Cherry Mui
2022-09-21
[release-branch.go1.18] cmd/link: stop passing -pagezero_size to darwin linker
Cherry Mui
2022-09-21
[release-branch.go1.18] go/types, types2: allow (string...) signature with Ne...
Robert Griesemer
2022-09-21
[release-branch.go1.18] cmd/compile: avoid using destination pointer base typ...
Keith Randall
2022-09-19
[release-branch.go1.18] cmd/compile/internal/inline: fix latent CalleeEffects...
Matthew Dempsky
2022-09-09
[release-branch.go1.18] all: upgrade golang.org/x/net to v0.0.0-2022090701372...
Damien Neil
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-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] encoding/gob: add a depth limit for ignored fields
Roland Shoemaker
[next]