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
/
runtime
Age
Commit message (
Expand
)
Author
2026-01-15
[release-branch.go1.24] net/url: add urlmaxqueryparams GODEBUG to limit the n...
Damien Neil
2025-12-29
[release-branch.go1.24] runtime: mark getfp as nosplit
khr@golang.org
2025-12-29
[release-branch.go1.24] runtime/race: set missing argument frame for ppc64x a...
Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2025-10-07
[release-branch.go1.24] net/http: add httpcookiemaxnum GODEBUG option to limi...
Nicholas Husin
2025-09-25
[release-branch.go1.24] crypto/internal/fips140: make Version return latest w...
Filippo Valsorda
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] 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-25
[release-branch.go1.24] runtime: add missing unlock in sysReserveAlignedSbrk
Cherry Mui
2025-05-28
[release-branch.go1.24] runtime/debug: document DefaultGODEBUG as a BuildSetting
Sean Liao
2025-04-29
[release-branch.go1.24] cmd/compile: remove no-longer-necessary recursive inl...
David Chase
2025-04-28
[release-branch.go1.24] runtime: cleanup M vgetrandom state before dropping P
Michael Pratt
2025-04-28
[release-branch.go1.24] runtime: fix 9-arg syscall on darwin/amd64
Keith Randall
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-17
[release-branch.go1.24] runtime: Added usage example for the runtime.AddClean...
Alexandr Primak
2025-02-26
[release-branch.go1.24] runtime/cgo: avoid errors from -Wdeclaration-after-st...
Ian Lance Taylor
2025-02-26
[release-branch.go1.24] runtime: document that cleanups can run concurrently ...
Michael Anthony Knyszek
2025-02-26
[release-branch.go1.24] runtime/cgo: avoid errors from -Wdeclaration-after-st...
Ian Lance Taylor
2025-02-21
[release-branch.go1.24] cmd/compile, runtime: use deferreturn as target PC fo...
David Chase
2025-02-19
[release-branch.go1.24] runtime: fix usleep on s390x/linux
Paul Murphy
2025-02-19
[release-branch.go1.24] runtime: add some linknames back for `github.com/byte...
段仪
2025-01-28
runtime: mapiter linkname compatibility layer
Michael Pratt
2025-01-28
runtime: rename mapiterinit and mapiternext
Michael Pratt
2025-01-27
Revert "runtime: Check LSE support on ARM64 at runtime init"
Cherry Mui
2025-01-22
runtime: fix the equality check in AddCleanup
Carlos Amedee
2025-01-20
runtime: delete out of date comment
Bill Morgan
2025-01-16
cmd/internal/obj/wasm, runtime: detect wasmexport call before runtime initial...
Cherry Mui
2025-01-14
internal/runtime/maps: re-enable some tests
Keith Randall
2025-01-09
runtime/pprof: hide map runtime frames from heap profiles
Michael Pratt
2025-01-08
runtime: hold traceAcquire across casgstatus in injectglist
Michael Anthony Knyszek
2024-12-23
cmd/link, runtime: apply a delta to RODATA->DATA relocations
Cherry Mui
2024-12-19
runtime/pprof: continued attempt to deflake the VMInfo test.
Cosmos Nicolaou
2024-12-19
runtime: test trap panic parsing in TestTracebackSystem
Michael Pratt
2024-12-16
runtime: usleep in TestWeakToStrongMarkTermination
Michael Anthony Knyszek
2024-12-13
runtime: migrate missing map linkname allowlists
Michael Pratt
2024-12-10
runtime: avoid panic in expired synctest timer chan read
Damien Neil
2024-12-09
runtime: make special offset a uintptr
Michael Anthony Knyszek
2024-12-09
runtime: remove datadog-agent from prof labels hall of shame
Paul Cacheux
2024-12-07
runtime: improve AddCleanup documentation
Austin Clements
2024-12-06
runtime: add note that Callers never returns an entry PC
Michael Pratt
2024-12-04
runtime: remove "hall of shame" comment from public documentation
Alexey Palazhchenko
2024-12-03
runtime: avoid defer on system stack in synctestidle_c
Damien Neil
2024-11-30
crypto/x509: keep RSA CRT values in ParsePKCS1PrivateKey
Filippo Valsorda
2024-11-25
runtime: using ABIInternal on syscall for riscv64
Meng Zhuo
2024-11-22
runtime: properly search for cleanups in cleanup.stop
Carlos Amedee
[next]