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
2024-01-09
[release-branch.go1.21] go1.21.6
go1.21.6
Gopher Robot
2024-01-04
[release-branch.go1.21] crypto/tls: align FIPS-only mode with BoringSSL policy
Filippo Valsorda
2024-01-04
[release-branch.go1.21] crypto/internal/boring: upgrade module to fips-20220613
Filippo Valsorda
2024-01-04
[release-branch.go1.21] runtime: add race annotations in IncNonDefault
David Chase
2024-01-04
[release-branch.go1.21] maps: fix aliasing problems with Clone
Keith Randall
2024-01-04
[release-branch.go1.21] runtime: put ReadMemStats debug assertions behind a d...
Michael Anthony Knyszek
2024-01-04
[release-branch.go1.21] runtime: add the disablethp GODEBUG setting
Michael Anthony Knyszek
2024-01-04
[release-branch.go1.21] runtime/pprof: fix generics function names
Tolya Korniltsev
2023-12-08
[release-branch.go1.21] os/signal: skip nohup tests on darwin builders
Michael Pratt
2023-12-07
[release-branch.go1.21] os/signal: remove go t.Run from TestNohup
Michael Pratt
2023-12-06
[release-branch.go1.21] cmd/compile: fix escape analysis of string min/max
Matthew Dempsky
2023-12-06
[release-branch.go1.21] cmd/compile: fix memcombine pass for big endian, > 1 ...
Keith Randall
2023-12-05
[release-branch.go1.21] go1.21.5
go1.21.5
Gopher Robot
2023-12-05
[release-branch.go1.21] net/http: limit chunked data overhead
Damien Neil
2023-11-28
[release-branch.go1.21] cmd/compile: fix findIndVar so it does not match disj...
Jorropo
2023-11-28
[release-branch.go1.21] runtime: call enableMetadataHugePages and its callees...
Michael Anthony Knyszek
2023-11-28
[release-branch.go1.21] crypto/rand,runtime: switch RtlGenRandom for ProcessPrng
Roland Shoemaker
2023-11-28
[release-branch.go1.21] path/filepath: consider \\?\c: as a volume on Windows
Damien Neil
2023-11-27
[release-branch.go1.21] cmd/go/internal/vcs: error out if the requested repo ...
Bryan C. Mills
2023-11-09
[release-branch.go1.21] cmd/go: allow 'go mod download' to switch toolchains ...
Bryan C. Mills
2023-11-08
[release-branch.go1.21] os: report IO_REPARSE_TAG_DEDUP files as regular in S...
Bryan C. Mills
2023-11-08
[release-branch.go1.21] internal/poll: add SPLICE_F_NONBLOCK flag for splice ...
Andy Pan
2023-11-07
[release-branch.go1.21] cmd/compile: ensure pointer arithmetic happens after ...
Keith Randall
2023-11-07
[release-branch.go1.21] cmd/compile: handle constant pointer offsets in dead ...
Keith Randall
2023-11-07
[release-branch.go1.21] syscall: copy rlimit.go's build constraint to rlimit_...
Dmitri Shuralyov
2023-11-07
[release-branch.go1.21] go1.21.4
go1.21.4
Gopher Robot
2023-11-07
[release-branch.go1.21] path/filepath: fix various issues in parsing Windows ...
Damien Neil
2023-10-30
[release-branch.go1.21] net/http: pull http2 underflow fix from x/net/http2
Mauri de Souza Meneguzzo
2023-10-30
[release-branch.go1.21] runtime/cgo: avoid taking the address of crosscall2 i...
Cherry Mui
2023-10-13
[release-branch.go1.21] cmd/compile/internal/typecheck: fix closure field naming
Matthew Dempsky
2023-10-13
[release-branch.go1.21] go/types, types2: don't use generics
Robert Griesemer
2023-10-12
[release-branch.go1.21] runtime: don't eagerly collapse hugepages
Michael Anthony Knyszek
2023-10-12
[release-branch.go1.21] go/types, types2: don't implicitly modify an argument...
Robert Griesemer
2023-10-12
[release-branch.go1.21] cmd/link: split text sections for arm 32-bit
Than McIntosh
2023-10-10
[release-branch.go1.21] all: tidy dependency versioning after release
Dmitri Shuralyov
2023-10-10
[release-branch.go1.21] go1.21.3
go1.21.3
Gopher Robot
2023-10-10
[release-branch.go1.21] net/http: regenerate h2_bundle.go
Damien Neil
2023-10-05
[release-branch.go1.21] go1.21.2
go1.21.2
Gopher Robot
2023-10-05
[release-branch.go1.21] cmd/compile: use absolute file name in isCgo check
Ian Lance Taylor
2023-09-25
[release-branch.go1.21] cmd/compile: absorb InvertFlags into Noov comparisons
Keith Randall
2023-09-25
[release-branch.go1.21] cmd/compile: reset memcombine correctly between basic...
Keith Randall
2023-09-25
[release-branch.go1.21] runtime: always lock OS thread in debugcall
Michael Anthony Knyszek
2023-09-22
[release-branch.go1.21] runtime: increase g0 stack size in non-cgo case
Cherry Mui
2023-09-21
[release-branch.go1.21] cmd/link: suppress -bind_at_load deprecation warning ...
Cherry Mui
2023-09-21
[release-branch.go1.21] cmd/link: disable DWARF by default in c-shared mode o...
Cherry Mui
2023-09-21
[release-branch.go1.21] cmd/link: force old Apple linker in plugin mode
Cherry Mui
2023-09-20
[release-branch.go1.21] cmd/link: avoid deadcode of global map vars for progr...
Than McIntosh
2023-09-19
[release-branch.go1.21] cmd/go: in TestScript/gotoolchain_path, remove the us...
Bryan C. Mills
2023-09-11
[release-branch.go1.21] runtime/metrics: fix /gc/scan/* metrics
Nayef Ghattas
2023-09-11
[release-branch.go1.21] runtime: ignore SPWrite on innermost traceback frame
Austin Clements
[next]