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
2025-10-06
runtime: remove batching from spanSPMC free
Michael Pratt
2025-10-06
runtime: bump thread count slack for TestReadMetricsSched
Michael Anthony Knyszek
2025-10-03
cmd/compile: remove stores to unread parameters
Cherry Mui
2025-10-03
runtime: support valgrind (but not asan) in specialized malloc functions
matloob
2025-10-03
[dev.simd] all: merge master (adce7f1) into dev.simd
Cherry Mui
2025-10-02
runtime: skip TestGoroutineLeakProfile under mayMoreStackPreempt
Michael Anthony Knyszek
2025-10-02
runtime: fix aix/ppc64 library initialization
qmuntal
2025-10-02
runtime,net/http/pprof: goroutine leak detection by using the garbage collector
Vlad Saioc
2025-09-30
runtime: move loong64 library entry point to os-agnostic file
qmuntal
2025-09-30
runtime: unify ppc64/ppc64le library entry point
qmuntal
2025-09-30
runtime: initialise debug settings much earlier in startup process
Steve Muir
2025-09-30
cmd/compile, runtime: always enable Wasm signext and satconv features
Cherry Mui
2025-09-29
runtime: correct reference to getStackMap in comment
Ian Lance Taylor
2025-09-29
cmd/link: use a .def file to mark exported symbols on Windows
qmuntal
2025-09-29
runtime: jump instead of branch in netbsd/arm64 entry point
qmuntal
2025-09-27
all: fix typos
AN Long
2025-09-26
runtime: use a smaller arena size on Wasm
Cherry Mui
2025-09-26
[dev.simd] simd, cmd/compile: add 128 bit select-from-pair
David Chase
2025-09-26
runtime: move TestReadMetricsSched to testprog
Michael Anthony Knyszek
2025-09-26
runtime: unify arm64 entry point code
qmuntal
2025-09-25
runtime: use common library entry point on windows amd64/386
qmuntal
2025-09-25
std: remove unused declarations
Alan Donovan
2025-09-25
[dev.simd] all: merge master (d70ad4e) into dev.simd
Cherry Mui
2025-09-25
runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebacker
Michael Pratt
2025-09-23
runtime: add specialized malloc functions for sizes up to 512 bytes
Michael Matloob
2025-09-23
runtime: eliminate global span queue [green tea]
Michael Anthony Knyszek
2025-09-23
runtime/cgo: retry when CreateThread fails with ERROR_ACCESS_DENIED
qmuntal
2025-09-23
runtime: deduplicate pMask resize code
Michael Anthony Knyszek
2025-09-23
runtime: split gcMarkWorkAvailable into two separate conditions
Michael Anthony Knyszek
2025-09-23
runtime: use scan kernels in scanSpan [green tea]
Michael Anthony Knyszek
2025-09-23
runtime: don't report non-blocked goroutines as "(durable)" in stacks
Damien Neil
2025-09-23
[dev.simd] cmd/compile: remove stores to unread parameters
Cherry Mui
2025-09-23
[dev.simd] all: merge master (9b2d39b) into dev.simd
Cherry Mui
2025-09-22
runtime: don't re-read metrics before check in TestReadMetricsSched
Michael Anthony Knyszek
2025-09-19
runtime: include stderr when objdump fails
Michael Pratt
2025-09-18
runtime: use futexes with 64-bit time on Linux
Daniel Maslowski
2025-09-18
runtime: make explicit nil check in heapSetTypeSmallHeader
Michael Pratt
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-16
runtime/_mkmalloc: add a copy of cloneNode
Michael Matloob
2025-09-16
[dev.simd] all: merge master (ca0e035) into dev.simd
Cherry Mui
2025-09-15
runtime: fix TestSehUnwind
qmuntal
2025-09-15
internal/syscall/unix: add KernelVersionGE
Kir Kolyshkin
2025-09-15
runtime: deduplicate syscall assembly for darwin
qmuntal
2025-09-12
runtime: move Windows types and consts to internal/runtime/syscall/windows
qmuntal
2025-09-12
runtime: fix syscall9 on darwin/arm64
qmuntal
2025-09-11
runtime: move mksizeclasses.go to runtime/_mkmalloc
matloob
2025-09-11
[dev.simd] all: merge master (cf5e993) into dev.simd
Cherry Mui
2025-09-10
runtime: don't artificially limit TestReadMetricsSched
qmuntal
2025-09-09
runtime: when using cgo on 386, call C sigaction function
Ian Lance Taylor
[prev]
[next]