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
13 days
runtime: add sysUnreserve to undo sysReserve
Michael Pratt
2026-03-02
runtime: fix printfloat, printcomplex buffer sizes
Michael Pratt
2026-02-26
runtime: fix scan size calculation for small arrays of only pointers
Wang Deyu
2026-01-30
runtime: delete unused parameter of userForced
Tony Tang
2026-01-23
runtime: speed up cheaprand and cheaprand64
Gavin Lam
2025-12-05
runtime: skip TestArenaCollision if we run out of hints
Michael Anthony Knyszek
2025-11-24
runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks
David Finkel
2025-11-20
[dev.simd] all: merge master (ca37d24) into dev.simd
Cherry Mui
2025-11-18
runtime: add hexdumper
Austin Clements
2025-11-14
runtime: add more precise test of assist credit handling for runtime.freegc
thepudds
2025-11-14
runtime: add runtime.freegc to reduce GC work
thepudds
2025-11-14
runtime: skip tests for GOEXPERIMENT=arenas that do not handle clobberfree=1
thepudds
2025-11-13
[dev.simd] all: merge master (57362e9) into dev.simd
Cherry Mui
2025-11-11
runtime: reusable intrusive doubly-linked list
Michael Pratt
2025-10-30
runtime: delete timediv
Russ Cox
2025-10-14
Revert "runtime: adjust softfloat corner cases to match amd64/arm64"
David Chase
2025-10-09
runtime: adjust softfloat corner cases to match amd64/arm64
David Chase
2025-10-03
[dev.simd] all: merge master (adce7f1) into dev.simd
Cherry Mui
2025-09-30
runtime: initialise debug settings much earlier in startup process
Steve Muir
2025-09-25
[dev.simd] all: merge master (d70ad4e) into dev.simd
Cherry Mui
2025-09-23
runtime: eliminate global span queue [green tea]
Michael Anthony Knyszek
2025-09-23
[dev.simd] all: merge master (9b2d39b) into dev.simd
Cherry Mui
2025-09-17
runtime: don't enable heap randomization if MSAN or ASAN is enabled
Roland Shoemaker
2025-09-17
runtime: fix CheckScavengedBitsCleared with randomized heap base
Roland Shoemaker
2025-09-02
[dev.simd] internal/cpu: report AVX1 and 2 as supported on macOS 15 Rosetta 2
Cherry Mui
2025-08-05
runtime: save scalar registers off stack in amd64 async preemption
Austin Clements
2025-08-04
[dev.simd] all: merge master (7a1679d) into dev.simd
Cherry Mui
2025-07-30
all: remove GOEXPERIMENT=swissmap
Michael Pratt
2025-07-29
internal/abi: move direct/indirect flag from Kind to TFlag
Keith Randall
2025-07-24
runtime: randomize heap base address
Roland Shoemaker
2025-07-11
[dev.simd] all: merge master (88cf0c5) into dev.simd
Cherry Mui
2025-07-07
runtime: make traceStack testable and add a benchmark
Michael Anthony Knyszek
2025-06-30
[dev.simd] runtime: save scalar registers off stack in amd64 async preemption
Austin Clements
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
[next]