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-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
2023-06-13
[release-branch.go1.20] go/build: check for invalid import paths again
Michael Matloob
2023-06-13
[release-branch.go1.20] cmd/go: omit checksums for go.mod files needed for go...
Bryan C. Mills
2023-06-06
[release-branch.go1.20] cmd/cgo: correct _cgo_flags output
Ian Lance Taylor
2023-06-06
[release-branch.go1.20] go1.20.5
go1.20.5
Gopher Robot
2023-06-06
[release-branch.go1.20] cmd/go: disallow package directories containing newlines
Bryan C. Mills
2023-06-06
[release-branch.go1.20] cmd/go: enforce flags with non-optional arguments
Roland Shoemaker
2023-06-06
[release-branch.go1.20] cmd/go,cmd/cgo: in _cgo_flags use one line per flag
Ian Lance Taylor
2023-06-06
[release-branch.go1.20] runtime: implement SUID/SGID protections
Roland Shoemaker
2023-05-30
[release-branch.go1.20] net: skip TestFileFdBlocks if the "unix" network is n...
Bryan C. Mills
2023-05-30
[release-branch.go1.20] cmd/go/internal: update documentation of go test and ...
Shogo Hida
2023-05-30
[release-branch.go1.20] cmd/go: save checksums for go.mod files needed for go...
Bryan C. Mills
2023-05-23
[release-branch.go1.20] net, os: net.Conn.File.Fd should return a blocking de...
Ian Lance Taylor
2023-05-22
[release-branch.go1.20] runtime: change fcntl to return two values
Ian Lance Taylor
2023-05-22
[release-branch.go1.20] runtime: consistently define fcntl
Ian Lance Taylor
2023-05-18
[release-branch.go1.20] os: if descriptor is non-blocking, retain that in Fd ...
Ian Lance Taylor
2023-05-17
[release-branch.go1.20] crypto/rsa: use BoringCrypto for 4096 bit keys
Filippo Valsorda
2023-05-11
[release-branch.go1.20] cmd/compile: fix bswap/load rewrite rules
Keith Randall
2023-05-02
[release-branch.go1.20] go1.20.4
go1.20.4
Gopher Robot
2023-05-02
[release-branch.go1.20] html/template: emit filterFailsafe for empty unquoted...
Roland Shoemaker
2023-05-02
[release-branch.go1.20] html/template: handle all JS whitespace characters
Roland Shoemaker
2023-05-02
[release-branch.go1.20] html/template: disallow angle brackets in CSS values
Roland Shoemaker
2023-04-25
[release-branch.go1.20] Revert "net/http: FileServer method check + minimal O...
Damien Neil
2023-04-24
cmd/compile/internal/importer,go/internal/gcimporter: use the 'go' command fr...
Bryan C. Mills
2023-04-24
[release-branch.go1.20] crypto/tls: fix PSK binder calculation
Tero Saarni
2023-04-24
[release-branch.go1.20] cmd/compile: fix reproducible build of aliased generi...
Matthew Dempsky
2023-04-24
[release-branch.go1.20] cmd/compile: remove broken LEA "optimization"
David Chase
2023-04-24
[release-branch.go1.20] cmd/compile: use correct type for byteswaps on multi-...
Keith Randall
2023-04-14
[release-branch.go1.20] syscall: restore original NOFILE rlimit in child process
Ian Lance Taylor
2023-04-12
[release-branch.go1.20] cmd/compile: fix ir.StaticValue for ORANGE
Junwei Zuo
[next]