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-06
[release-branch.go1.23] database/sql: avoid closing Rows while scan is in pro...
Damien Neil
2025-07-30
[release-branch.go1.23] os/exec: fix incorrect expansion of "", "." and ".." ...
Olivier Mengué
2025-07-28
[release-branch.go1.23] cmd/compile: for arm64 epilog, do SP increment with a...
Keith Randall
2025-07-28
[release-branch.go1.23] cmd/go: skip known TestScript/build_trimpath_cgo fail...
Dmitri Shuralyov
2025-07-24
[release-branch.go1.23] cmd/cgo/internal/testsanitizers: disable ASLR for TSA...
Michael Anthony Knyszek
2025-07-10
[release-branch.go1.23] runtime: stash allpSnapshot on the M
Michael Pratt
2025-07-08
[release-branch.go1.23] cmd/go: disable support for multiple vcs in one module
Roland Shoemaker
2025-06-27
[release-branch.go1.23] cmd/link: permit a larger size BSS reference to a sma...
Cherry Mui
2025-06-27
[release-branch.go1.23] runtime: set mspan limit field early and eagerly
Michael Anthony Knyszek
2025-06-27
[release-branch.go1.23] runtime: prevent mutual deadlock between GC stopTheWo...
Michael Anthony Knyszek
2025-06-27
[release-branch.go1.23] runtime: handle system goroutines later in goroutine ...
Michael Anthony Knyszek
2025-06-11
[release-branch.go1.23] cmd/compile: do nil check before calling duff functio...
Keith Randall
2025-06-05
[release-branch.go1.23] net/http: strip sensitive proxy headers from redirect...
Neal Patel
2025-05-29
[release-branch.go1.23] os: don't follow symlinks on Windows when O_CREATE|O_...
Damien Neil
2025-05-29
[release-branch.go1.23] cmd/link: allow linkname reference to a TEXT symbol r...
Cherry Mui
2025-05-28
[release-branch.go1.23] runtime/debug: document DefaultGODEBUG as a BuildSetting
Sean Liao
2025-04-28
[release-branch.go1.23] runtime: fix 9-arg syscall on darwin/amd64
Keith Randall
2025-04-10
[release-branch.go1.23] cmd/link: choose one with larger size for duplicated ...
Cherry Mui
2025-03-26
[release-branch.go1.23] runtime: explicitly disable async preempt for interna...
Andy Pan
2025-03-25
[release-branch.go1.23] runtime: skip TestCgoCallbackPprof on platforms with ...
Michael Pratt
2025-03-25
[release-branch.go1.23] runtime: only set isExtraInC if there are no Go frame...
Michael Pratt
2025-03-24
[release-branch.go1.23] internal/godebugs: fix changed version for winsymlink...
Jordan Liggitt
2025-03-17
[release-branch.go1.23] net/http: reject newlines in chunk-size lines
Damien Neil
2025-03-04
[release-branch.go1.23] all: updates vendored x/net
Junyang Shao
2025-03-04
[release-branch.go1.23] all: updated vendored x/net with security fix
Damien Neil
2025-02-26
[release-branch.go1.23] runtime/cgo: avoid errors from -Wdeclaration-after-st...
Ian Lance Taylor
2025-02-26
[release-branch.go1.23] runtime/cgo: avoid errors from -Wdeclaration-after-st...
Ian Lance Taylor
2025-02-26
[release-branch.go1.23] reflect: let Value.Seq return the iteration value cor...
qiulaidongfeng
2025-02-26
[release-branch.go1.23] reflect: correctly handle method values in Seq
Michael Anthony Knyszek
2025-02-26
[release-branch.go1.23] runtime: use WCLONE when waiting on pidfd test child
Michael Pratt
2025-02-26
[release-branch.go1.23] syscall: don't send child signal when testing pidfd
Ian Lance Taylor
2025-02-21
[release-branch.go1.23] cmd/compile, runtime: use deferreturn as target PC fo...
David Chase
2025-02-19
[release-branch.go1.23] runtime: fix usleep on s390x/linux
Paul Murphy
2025-01-31
[release-branch.go1.23] crypto/internal/fips140/nistec: make p256NegCond cons...
Roland Shoemaker
2025-01-17
[release-branch.go1.23] cmd/go/internal/modfetch: do not trust server to send...
Russ Cox
2025-01-17
[release-branch.go1.23] cmd/compile: fix write barrier coalescing
Keith Randall
2025-01-16
[release-branch.go1.23] net/http: persist header stripping across repeated re...
Damien Neil
2025-01-16
[release-branch.go1.23] crypto/x509: properly check for IPv6 hosts in URIs
Roland Shoemaker
2025-01-08
[release-branch.go1.23] runtime: hold traceAcquire across casgstatus in injec...
Michael Anthony Knyszek
2025-01-08
[release-branch.go1.23] crypto/tls: fix Config.Time in tests using expired ce...
Filippo Valsorda
2024-12-18
[release-branch.go1.23] net: don't use sendfile for irregular files; handle E...
Ian Lance Taylor
2024-12-13
[release-branch.go1.23] runtime: update and restore g0 stack bounds at cgocal...
Cherry Mui
2024-12-11
[release-branch.go1.23] cmd/compile/internal/importer: enable aliases
Tim King
2024-11-27
[release-branch.go1.23] cmd/trace: also show end stack traces
Felix Geisendörfer
2024-11-27
[release-branch.go1.23] runtime: reserve 4kB for system stack on windows-386
Russ Cox
2024-11-20
[release-branch.go1.23] runtime: explicitly keep handle alive during getOrAdd...
Michael Anthony Knyszek
2024-11-20
[release-branch.go1.23] runtime: prevent weak->strong conversions during mark...
Michael Anthony Knyszek
2024-11-20
[release-branch.go1.23] syscall: mark SyscallN as noescape
qmuntal
2024-11-19
[release-branch.go1.23]time: accept "+01" in TestLoadFixed on OpenBSD
Dmitri Shuralyov
2024-11-19
[release-branch.go1.23] cmd/compile: use a non-fragile test for "does f conta...
David Chase
[next]