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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2025-08-25
[release-branch.go1.24] net: fix WriteMsgUDPAddrPort addr handling on IPv4 so...
database64128
2025-08-25
[release-branch.go1.24] os/exec: fix incorrect expansion of ".." in LookPath ...
Richard Miller
2025-08-20
[release-branch.go1.24] cmd/go/internal/gover: fix ModIsPrerelease for toolch...
Michael Matloob
2025-08-06
[release-branch.go1.24] database/sql: avoid closing Rows while scan is in pro...
Damien Neil
2025-07-30
[release-branch.go1.24] os/exec: fix incorrect expansion of "", "." and ".." ...
Olivier Mengué
2025-07-30
[release-branch.go1.24] cmd/compile: for arm64 epilog, do SP increment with a...
Keith Randall
2025-07-30
[release-branch.go1.24] os/user: user random name for the test user account
qmuntal
2025-07-10
[release-branch.go1.24] runtime: prevent unnecessary zeroing of large objects...
Michael Anthony Knyszek
2025-07-10
[release-branch.go1.24] runtime: stash allpSnapshot on the M
Michael Pratt
2025-07-08
[release-branch.go1.24] cmd/go: disable support for multiple vcs in one module
Roland Shoemaker
2025-06-27
[release-branch.go1.24] cmd/link: permit a larger size BSS reference to a sma...
Cherry Mui
2025-06-27
[release-branch.go1.24] runtime: set mspan limit field early and eagerly
Michael Anthony Knyszek
2025-06-27
[release-branch.go1.24] runtime: prevent mutual deadlock between GC stopTheWo...
Michael Anthony Knyszek
2025-06-27
[release-branch.go1.24] runtime: handle system goroutines later in goroutine ...
Michael Anthony Knyszek
2025-06-26
[release-branch.go1.24] cmd/go/internal/fips140: ignore GOEXPERIMENT on error
Michael Pratt
2025-06-25
[release-branch.go1.24] runtime: add missing unlock in sysReserveAlignedSbrk
Cherry Mui
2025-06-11
[release-branch.go1.24] cmd/compile/internal/ssa: fix PPC64 merging of (AND (...
Paul Murphy
2025-06-11
[release-branch.go1.24] cmd/compile: do nil check before calling duff functio...
Keith Randall
2025-06-05
[release-branch.go1.24] net/http: strip sensitive proxy headers from redirect...
Neal Patel
2025-05-29
[release-branch.go1.24] os: don't follow symlinks on Windows when O_CREATE|O_...
Damien Neil
2025-05-29
[release-branch.go1.24] cmd/link: allow linkname reference to a TEXT symbol r...
Cherry Mui
2025-05-28
[release-branch.go1.24] crypto/x509: decouple key usage and policy validation
Roland Shoemaker
2025-05-28
[release-branch.go1.24] hash/maphash: hash channels in purego version of maph...
Vladislav Yarmak
2025-05-28
[release-branch.go1.24] runtime/debug: document DefaultGODEBUG as a BuildSetting
Sean Liao
2025-05-12
[release-branch.go1.24] os: fix Root.Mkdir permission bits on OpenBSD
Josh Rickmar
2025-05-06
[release-branch.go1.24] os: avoid escape from Root via paths ending in ../
Damien Neil
2025-04-29
[release-branch.go1.24] cmd/compile: remove no-longer-necessary recursive inl...
David Chase
2025-04-29
[release-branch.go1.24] cmd/internal/obj/wasm: use i64 for large return addr
Zxilly
2025-04-28
[release-branch.go1.24] cmd/go/internal/load: join incompatible and dirty bui...
Dimitri John Ledkov
2025-04-28
[release-branch.go1.24] runtime: cleanup M vgetrandom state before dropping P
Michael Pratt
2025-04-28
[release-branch.go1.24] internal/runtime/maps: pass proper func PC to race.Wr...
Mateusz Poliwczak
2025-04-28
[release-branch.go1.24] runtime: fix 9-arg syscall on darwin/amd64
Keith Randall
2025-04-28
[release-branch.go1.24] crypto/tls: fix ECH compatibility
古大羊
2025-04-10
[release-branch.go1.24] cmd/link: choose one with larger size for duplicated ...
Cherry Mui
2025-04-03
[release-branch.go1.24] os: avoid panic in Root when symlink references the root
Damien Neil
2025-03-26
[release-branch.go1.24] testing: detect a stopped timer in B.Loop
Austin Clements
2025-03-26
[release-branch.go1.24] testing: detect early return from B.Loop
Austin Clements
2025-03-26
[release-branch.go1.24] testing: separate b.Loop counter from b.N
Austin Clements
2025-03-26
[release-branch.go1.24] runtime: explicitly disable async preempt for interna...
Andy Pan
2025-03-25
[release-branch.go1.24] runtime: skip TestCgoCallbackPprof on platforms with ...
Michael Pratt
2025-03-25
[release-branch.go1.24] runtime: only set isExtraInC if there are no Go frame...
Michael Pratt
2025-03-25
[release-branch.go1.24] go/types,types2: allocate the used* maps in initFiles
Rob Findley
2025-03-25
[release-branch.go1.24] go/types,types2: externalize used objects
Rob Findley
2025-03-25
[release-branch.go1.24] testing: allow manual timer control in testing.B.Loop
Junyang Shao
2025-03-24
[release-branch.go1.24] internal/godebugs: fix changed version for winsymlink...
Jordan Liggitt
2025-03-18
[release-branch.go1.24] net/http: reject newlines in chunk-size lines
Damien Neil
2025-03-17
[release-branch.go1.24] net/http: don't modify caller's tls.Config.NextProtos
Damien Neil
2025-03-17
[release-branch.go1.24] runtime: Added usage example for the runtime.AddClean...
Alexandr Primak
2025-03-17
[release-branch.go1.24] crypto/tls: allow P-521 in FIPS 140-3 mode and Go+Bor...
Filippo Valsorda
2025-03-12
[release-branch.go1.24] cmd/compile: use inline-Pos-based recursion test
David Chase
[next]