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-01-10
[release-branch.go1.19] go1.19.5
go1.19.5
Gopher Robot
2023-01-09
[release-branch.go1.19] misc/cgo/testcshared: handle unsuffixed dlltool path
Than McIntosh
2023-01-09
[release-branch.go1.19] runtime: revert "call __fork instead of fork on darwin"
Russ Cox
2023-01-06
[release-branch.go1.19] crypto/x509: return typed verification errors on macOS
Roland Shoemaker
2023-01-04
[release-branch.go1.19] crypto/x509: reallow duplicate attributes in CSRs
Rob Stradling
2022-12-28
[release-branch.go1.19] cmd/compile: sign-extend the 2nd argument of the Lowe...
David Chase
2022-12-28
[release-branch.go1.19] cmd/link: recognize the new R_LARCH_32_PCREL type on ...
Cherry Mui
2022-12-28
[release-branch.go1.19] cmd/compile: fix broken IR for iface -> eface
Cuong Manh Le
2022-12-22
[release-branch.go1.19] runtime: call __fork instead of fork on darwin
Russ Cox
2022-12-21
[release-branch.go1.19] syscall, internal/poll: fall back to accept on linux-arm
Ian Lance Taylor
2022-12-19
[release-branch.go1.19] cmd/compile: fix conditional move rule on PPC64
Keith Randall
2022-12-19
[release-branch.go1.19] cmd/compile: fix conditional select rule
Keith Randall
2022-12-19
[release-branch.go1.19] all: upgrade golang.org/x/net to v0.0.0-2022121416381...
Damien Neil
2022-12-14
[release-branch.go1.19] os: skip size test in TestLstat if the file is a symlink
Ian Lance Taylor
2022-12-09
[release-branch.go1.19] cmd/compile: fix missing typecheck for static initial...
Cuong Manh Le
2022-12-09
[release-branch.go1.19] cmd/link/internal/ppc64: fix trampoline reuse distanc...
Paul E. Murphy
2022-12-09
[release-branch.go1.19] cmd/go: remove TestScript/version_buildvcs_git_gpg
Bryan C. Mills
2022-12-09
[release-branch.go1.19] sync/atomic: allow linked list of atomic pointers again
Russ Cox
2022-12-09
[release-branch.go1.19] net: reenable SRV tests with _ldap._tcp.google.com
Damien Neil
2022-12-09
[release-branch.go1.19] cmd/go: skip TestScript/mod_replace_gopkgin
Bryan C. Mills
2022-12-09
[release-branch.go1.19] cmd/compile: turn off jump tables when spectre retpol...
Keith Randall
2022-12-06
[release-branch.go1.19] go1.19.4
go1.19.4
Gopher Robot
2022-12-06
[release-branch.go1.19] net/http: update bundled golang.org/x/net/http2
Damien Neil
2022-12-06
[release-branch.go1.19] os, net/http: avoid escapes from os.DirFS and http.Di...
Damien Neil
2022-11-30
[release-branch.go1.19] testing: skip flaky TestRaiseException on windows-amd...
Than McIntosh
2022-11-25
[release-branch.go1.19] runtime: make GC see object as allocated after it is ...
Cherry Mui
2022-11-13
[release-branch.go1.19] crypto/x509: allow BoringCrypto to use 4096-bit keys
Russ Cox
2022-11-11
[release-branch.go1.19] net: disable TestLookupDotsWithRemoteSource and TestL...
Michael Anthony Knyszek
2022-11-11
[release-branch.go1.19] sync/atomic: disallow type conversions of atomic.Poin...
Mateusz Poliwczak
2022-11-09
[release-branch.go1.19] runtime: don't jump stack if at entry of systemstack
Cherry Mui
2022-11-09
[release-branch.go1.19] cmd/compile: allow ineffectual //go:linkname in -lang...
Matthew Dempsky
2022-11-09
[release-branch.go1.19] os/exec: allow NUL in environment variables on Plan 9
Matthew Dempsky
2022-11-08
[release-branch.go1.19] cmd/compile: copy blank parameter node when substitut...
Cherry Mui
2022-11-08
[release-branch.go1.19] runtime: fix usleep on linux/PPC64
Paul E. Murphy
2022-11-08
[release-branch.go1.19] crypto/x509: respect GODEBUG changes for allowing SHA...
Russ Cox
2022-11-01
[release-branch.go1.19] go1.19.3
go1.19.3
Gopher Robot
2022-11-01
[release-branch.go1.19] syscall, os/exec: reject environment variables contai...
Damien Neil
2022-10-24
[release-branch.go1.19] cmd/compile: fix missing walk pass for static initial...
Cuong Manh Le
2022-10-24
[release-branch.go1.19] all: prevent fakePC overflow on 386 in libfuzzer mode
Cuong Manh Le
2022-10-24
[release-branch.go1.19] runtime: always keep global reference to mp until mex...
Michael Pratt
2022-10-20
[release-branch.go1.19] cmd/go/internal/modload: update TestQueryImport to pa...
Bryan C. Mills
2022-10-04
[release-branch.go1.19] go1.19.2
go1.19.2
Gopher Robot
2022-10-04
[release-branch.go1.19] regexp: limit size of parsed regexps
Russ Cox
2022-10-04
[release-branch.go1.19] archive/tar: limit size of headers
Damien Neil
2022-09-28
[release-branch.go1.19] net/http/httputil: avoid query parameter smuggling
Damien Neil
2022-09-21
[release-branch.go1.19] cmd/compile/internal/typebits: relax alignment check
Cuong Manh Le
2022-09-21
[release-branch.go1.19] cmd/compile: skip emitting dictionaries with missing ...
Matthew Dempsky
2022-09-21
[release-branch.go1.19] cmd/link: suppress -no_pie deprecation warning on darwin
Cherry Mui
2022-09-21
[release-branch.go1.19] cmd/link: stop passing -pagezero_size to darwin linker
Cherry Mui
2022-09-21
[release-branch.go1.19] go/types, types2: allow (string...) signature with Ne...
Robert Griesemer
[next]