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
/
export_test.go
Age
Commit message (
Expand
)
Author
2025-07-07
runtime: make traceStack testable and add a benchmark
Michael Anthony Knyszek
2025-06-10
testing/synctest, runtime: avoid panic when using linker-alloc WG from bubble
Damien Neil
2025-05-19
runtime: move atoi to internal/runtime/strconv
Michael Pratt
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
2025-05-07
runtime: verify attribution of mutex delay
Rhys Hiltner
2025-05-02
runtime: mark and scan small objects in whole spans [green tea]
Michael Anthony Knyszek
2025-04-23
runtime: align taggable pointers more so we can use low bits for tag
Keith Randall
2025-04-23
runtime: move sizeclass defs to new package internal/runtime/gc
Michael Anthony Knyszek
2025-03-04
runtime: decorate anonymous memory mappings
Lénaïc Huard
2024-11-21
all: fix some function names and typos in comment
cuishuang
2024-11-18
runtime: get rid of gc programs for types
Keith Randall
2024-11-13
runtime: prevent weak->strong conversions during mark termination
Michael Anthony Knyszek
2024-10-14
all: wire up swisstable maps
Michael Pratt
2024-09-17
runtime: move getcallersp to internal/runtime/sys
Michael Pratt
2024-09-17
runtime: move getcallerpc to internal/runtime/sys
Michael Pratt
2024-08-02
all: split old and swiss map abi and compiler integration
Michael Pratt
2024-08-01
runtime: measure speed of procyield and osyield
Rhys Hiltner
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-05-30
Revert "runtime: improve runtime-internal mutex profile tests"
Rhys Hiltner
2024-05-21
runtime: improve runtime-internal mutex profile tests
Rhys Hiltner
2024-04-10
runtime: rewrite traceMap to scale better
Michael Anthony Knyszek
2024-04-09
runtime: remove the allocheaders GOEXPERIMENT
Michael Anthony Knyszek
2024-04-08
runtime: move GC pause time CPU metrics update into the STW
Michael Anthony Knyszek
2024-04-02
all: use kind* of abi
qiulaidongfeng
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-09
time: move runtimeTimer out of Timer struct
Russ Cox
2024-03-04
runtime: use .Pointers() instead of manual checking
Pouriya
2024-02-27
runtime: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi
qiulaidongfeng
2024-01-09
runtime: replace rwmutexR/W with per-rwmutex lock rank
Michael Pratt
2023-12-15
runtime: properly model rwmutex in lock ranking
Michael Pratt
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-11-28
runtime: put ReadMemStats debug assertions behind a double-check mode
Michael Anthony Knyszek
2023-11-21
runtime: profile contended lock calls
Rhys Hiltner
2023-11-21
sync: do not unnecessarily keep alive functions wrapped by Once(Func|Value|Va...
Carlo Alberto Ferraris
2023-11-20
Revert "runtime: profile contended lock calls"
Matthew Dempsky
2023-11-17
runtime: profile contended lock calls
Rhys Hiltner
2023-11-15
runtime/metrics: add STW stopping and total time metrics
Michael Pratt
2023-11-09
runtime: implement experiment to replace heap bitmap with alloc headers
Michael Anthony Knyszek
2023-11-03
runtime: donate racectx to g0 in ReadMetricsSlow
Michael Anthony Knyszek
2023-11-03
runtime: eliminate possible stack movements in ReadMetricsSlow
Michael Anthony Knyszek
2023-11-02
runtime: add crash stack support for riscv64
Joel Sing
2023-10-26
runtime: print a stack trace at "morestack on g0"
Cherry Mui
2023-10-24
runtime: use max/min func
qiulaidongfeng
2023-10-14
runtime: use real type size in map keys and values functions
Ian Lance Taylor
2023-10-09
map: use correct load factor for deciding when to grow
Keith Randall
2023-10-02
runtime: use smaller fields for mspan.freeindex and nelems
Cherry Mui
2023-10-02
runtime: delete hugepage tracking dead code
Michael Anthony Knyszek
2023-09-22
all: clean unnecessary casts for test files
Jes Cok
2023-09-08
runtime: unskip TestG0StackOverflow
Cherry Mui
2023-08-22
runtime: avoid MADV_HUGEPAGE for heap memory
Michael Anthony Knyszek
[next]