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-11-07
[release-branch.go1.20] go1.20.11
go1.20.11
Gopher Robot
2023-11-07
[release-branch.go1.20] path/filepath: fix various issues in parsing Windows ...
Damien Neil
2023-10-30
[release-branch.go1.20] net/http: pull http2 underflow fix from x/net/http2
Mauri de Souza Meneguzzo
2023-10-12
[release-branch.go1.20] cmd/link: split text sections for arm 32-bit
Than McIntosh
2023-10-10
[release-branch.go1.20] all: tidy dependency versioning after release
Dmitri Shuralyov
2023-10-10
[release-branch.go1.20] go1.20.10
go1.20.10
Gopher Robot
2023-10-10
[release-branch.go1.20] net/http: regenerate h2_bundle.go
Damien Neil
2023-10-05
[release-branch.go1.20] go1.20.9
go1.20.9
Gopher Robot
2023-10-05
[release-branch.go1.20] cmd/compile: use absolute file name in isCgo check
Ian Lance Taylor
2023-09-21
[release-branch.go1.20] cmd/link: suppress -bind_at_load deprecation warning ...
Cherry Mui
2023-09-21
[release-branch.go1.20] cmd/link: disable DWARF by default in c-shared mode o...
Cherry Mui
2023-09-21
[release-branch.go1.20] cmd/link: force old Apple linker in plugin mode
Cherry Mui
2023-09-06
[release-branch.go1.20] go1.20.8
go1.20.8
Gopher Robot
2023-09-06
[release-branch.go1.20] html/template: properly handle special tags within th...
Roland Shoemaker
2023-09-06
[release-branch.go1.20] html/template: support HTML-like comments in script c...
Roland Shoemaker
2023-08-24
[release-branch.go1.20] cmd/compile: in expandCalls, move all arg marshalling...
David Chase
2023-08-23
[release-branch.go1.20] path/filepath: don't drop .. elements when cleaning i...
Damien Neil
2023-08-17
[release-branch.go1.20] runtime: profiling on Darwin cannot use blocking reads
David Chase
2023-08-17
[release-branch.go1.20] go/types, types2: don't panic during interface comple...
Robert Findley
2023-08-17
[release-branch.go1.20] cmd/api: rename api.go to main_test.go
Russ Cox
2023-08-16
[release-branch.go1.20] crypto/tls: add GODEBUG to control max RSA key size
Roland Shoemaker
2023-08-14
[release-branch.go1.20] cmd/go: do not index std as a module in modcache
Russ Cox
2023-08-14
[release-branch.go1.20] net/http: permit requests with invalid Host headers
Damien Neil
2023-08-11
[release-branch.go1.20] cmd/go: refuse to build Go 1.22 code
Russ Cox
2023-08-01
[release-branch.go1.20] go1.20.7
go1.20.7
Gopher Robot
2023-08-01
[release-branch.go1.20] crypto/tls: restrict RSA keys in certificates to <= 8...
Roland Shoemaker
2023-07-26
[release-branch.go1.20] cmd/asm, cmd/internal/obj: generate proper atomic ops...
Meng Zhuo
2023-07-19
[release-branch.go1.20] net: tolerate permission errors in interface tests
Heschi Kreinick
2023-07-19
[release-branch.go1.20] cmd/compile: on PPC64, fix sign/zero extension when m...
Paul E. Murphy
2023-07-11
[release-branch.go1.20] go1.20.6
go1.20.6
Gopher Robot
2023-07-06
[release-branch.go1.20] net/http: validate Host header before sending
Damien Neil
2023-06-29
[release-branch.go1.20] runtime: set raceignore to zero when starting a new g...
Jelle van den Hooff
2023-06-28
[release-branch.go1.20] runtime: allow for 5 more threads in TestWindowsStack...
Alex Brainman
2023-06-24
[release-branch.go1.20] cmd/go: skip TestScript/gccgo_link_ldflags on aix/ppc64
Cuong Manh Le
2023-06-22
[release-branch.go1.20] crypto/x509: tolerate multiple matching chains in tes...
Roland Shoemaker
2023-06-22
[release-branch.go1.20] cmd/go/internal/test: don't wait for previous test ac...
Bryan C. Mills
2023-06-22
[release-branch.go1.20] runtime: resolve checkdead panic by refining `startm`...
Lucien Coffe
2023-06-22
[release-branch.go1.20] runtime: fallback to TEB arbitrary pointer when TLS s...
qmuntal
2023-06-22
[release-branch.go1.20] runtime: use 1-byte load for address checking in race...
Cherry Mui
2023-06-21
[release-branch.go1.20] net/mail: permit more characters in mail headers
Ian Lance Taylor
2023-06-21
[release-branch.go1.20] all: make safe for new vet analyzer
Heschi Kreinick
2023-06-21
[release-branch.go1.20] cmd/go: fix tests for new builder environment
Heschi Kreinick
2023-06-21
[release-branch.go1.20] text/template: set variables correctly in range assig...
Ian Lance Taylor
2023-06-20
[release-branch.go1.20] go/printer: error out of Fprint when it would write a...
Bryan C. Mills
2023-06-20
[release-branch.go1.20] cmd/cover: error out if a requested source file conta...
Bryan C. Mills
2023-06-20
[release-branch.go1.20] cmd/cgo: error out if the source path used in line di...
Bryan C. Mills
2023-06-20
[release-branch.go1.20] cmd/go: fix TestScript/build_cwd_newline with CGO_ENA...
Bryan C. Mills
2023-06-19
[release-branch.go1.20] cmd/compile: do not report division by error during t...
Cuong Manh Le
2023-06-19
[release-branch.go1.20] cmd/go: retain extra roots to disambiguate imports in...
Bryan C. Mills
2023-06-19
[release-branch.go1.20] crypto/ecdsa: properly truncate P-521 hashes
Filippo Valsorda
[next]