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-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
2024-10-30
[release-branch.go1.23] runtime: reduce syscall.SyscallX stack usage
qmuntal
2024-10-30
[release-branch.go1.23] runtime: fix MutexProfile missing root frames
Felix Geisendörfer
2024-10-30
[release-branch.go1.23] internal/poll: handle the special case of sendfile(2)...
Andy Pan
2024-10-30
[release-branch.go1.23] internal/poll: keep copying after successful Sendfile...
Damien Neil
2024-10-30
[release-branch.go1.23] cmd/link: generate Mach-O UUID when -B flag is specified
Cherry Mui
2024-10-30
[release-branch.go1.23] runtime: uphold goroutine profile invariants in coros...
Michael Anthony Knyszek
2024-10-25
[release-branch.go1.23] runtime,time: use atomic.Int32 for isSending
Michael Anthony Knyszek
2024-10-23
[release-branch.go1.23] runtime: don't frob isSending for tickers
Ian Lance Taylor
2024-10-21
[release-branch.go1.23] runtime: fix GoroutineProfile stacks not getting null...
Felix Geisendörfer
2024-10-11
[release-branch.go1.23] syscall: use SYS_EXIT_GROUP in CLONE_PIDFD feature ch...
Michael Pratt
2024-10-11
[release-branch.go1.23] os: add clone(CLONE_PIDFD) check to pidfd feature check
Michael Pratt
2024-10-08
[release-branch.go1.23] runtime: clear isSending bit earlier
Ian Lance Taylor
2024-10-02
[release-branch.go1.23] os: ignore SIGSYS in checkPidfd
cions
2024-10-02
[release-branch.go1.23] runtime: fix TestGdbAutotmpTypes on gdb version 15
Shulhan
2024-09-27
[release-branch.go1.23] runtime: if stop/reset races with running timer, retu...
Ian Lance Taylor
2024-09-25
[release-branch.go1.23] cmd/compile: fix wrong esacpe analysis for rangefunc
Cuong Manh Le
[next]