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-04-04
[release-branch.go1.19] go1.19.8
go1.19.8
Gopher Robot
2023-04-04
[release-branch.go1.19] html/template: disallow actions in JS template literals
Roland Shoemaker
2023-04-04
[release-branch.go1.19] go/scanner: reject large line and column numbers in /...
Damien Neil
2023-04-04
[release-branch.go1.19] mime/multipart: limit parsed mime message sizes
Damien Neil
2023-04-04
[release-branch.go1.19] net/textproto, mime/multipart: improve accounting of ...
Damien Neil
2023-04-04
[release-branch.go1.19] mime/multipart: avoid excessive copy buffer allocatio...
Damien Neil
2023-04-04
[release-branch.go1.19] net/textproto: avoid overpredicting the number of MIM...
Damien Neil
2023-04-03
Revert "[release-branch.go1.19] cmd/compile: defer transitive inlining until ...
Michael Knyszek
2023-04-03
[release-branch.go1.19] cmd/compile: defer transitive inlining until after AS...
Matthew Dempsky
2023-03-29
[release-branch.go1.19] cmd/internal/obj/ppc64: fix incorrect base reg causin...
Lynn Boger
2023-03-23
[release-branch.go1.19] time: fix timezone lookup logic for non-DST zones
Geon Kim
2023-03-22
[release-branch.go1.19] cmd/link/internal/arm: fix off-by-1 in trampoline rea...
Than McIntosh
2023-03-17
[release-branch.go1.19] cmd/go,cmd/link: prefer external linking when strange...
Than McIntosh
2023-03-15
[release-branch.go1.19] runtime/pprof: improve output of TestLabelSystemstack
Austin Clements
2023-03-09
[release-branch.go1.19] cmd/go: avoid running slow tests on non-longtest buil...
Bryan C. Mills
2023-03-08
[release-branch.go1.19] os/signal/internal/pty: fix error handling
Heschi Kreinick
2023-03-07
[release-branch.go1.19] go1.19.7
go1.19.7
Gopher Robot
2023-03-01
[release-branch.go1.19] crypto/x509: fix broken tests
Roland Shoemaker
2023-03-01
[release-branch.go1.19] crypto/x509: fix system root tests + darwin intermedi...
Roland Shoemaker
2023-03-01
[release-branch.go1.19] syscall: fix invalid unsafe.Pointer conversion on Win...
Cuong Manh Le
2023-03-01
[release-branch.go1.19] net: delete TestTCPSelfConnect
Bryan C. Mills
2023-02-27
[release-branch.go1.19] cmd/link: better fix for arm32 trampgen problem with ...
Than McIntosh
2023-02-27
[release-branch.go1.19] crypto/internal/nistec: reduce P-256 scalar
Filippo Valsorda
2023-02-15
[release-branch.go1.19] runtime: check for overflow in sweep assist
Michael Anthony Knyszek
2023-02-15
[release-branch.go1.19] runtime: fix signature for linked functions
Adin Scannell
2023-02-14
[release-branch.go1.19] all: update vendored golang.org/x/net
Michael Pratt
2023-02-14
[release-branch.go1.19] go1.19.6
go1.19.6
Gopher Robot
2023-02-14
[release-branch.go1.19] net/http: update bundled golang.org/x/net/http2
Roland Shoemaker
2023-02-14
[release-branch.go1.19] crypto/tls: replace all usages of BytesOrPanic
Roland Shoemaker
2023-02-14
[release-branch.go1.19] mime/multipart: limit memory/inode consumption of Rea...
Damien Neil
2023-02-14
[release-branch.go1.19] path/filepath: do not Clean("a/../c:/b") into c:\b on...
Damien Neil
2023-02-10
[release-branch.go1.19] cmd/link: keep go.buildinfo even with --gc-sections
Russ Cox
2023-02-10
[release-branch.go1.19] cmd/go: remove tests that assume lack of new versions...
Bryan C. Mills
2023-02-09
[release-branch.go1.19] cmd/go: skip test cases that depend on gopkg.in
Bryan C. Mills
2023-02-09
[release-branch.go1.19] time: update windows zoneinfo_abbrs
qmuntal
2023-01-30
[release-branch.go1.19] net/http: accept HEAD requests with a body
Damien Neil
2023-01-18
[release-branch.go1.19] runtime: fix performance regression in morestack_noct...
Archana R
2023-01-17
[release-branch.go1.19] crypto/x509: reduce boring test key size
Roland Shoemaker
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
[next]