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-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
2025-09-09
runtime: remove duff support for riscv64
Meng Zhuo
2025-09-09
runtime: lock mheap_.speciallock when allocating synctest specials
Damien Neil
2025-09-09
runtime: don't negate eventfd errno
Michael Pratt
2025-09-09
syscall: optimise cgo clearenv
Aleksa Sarai
2025-09-05
runtime/cgo: save and restore R31 for crosscall1 on loong64
Guoqi Chen
2025-09-05
runtime: simplify openbsd check in usesLibcall and mStackIsSystemAllocated
Tobias Klauser
2025-09-04
runtime, cmd/compile, cmd/internal/obj: remove duff support for loong64
limeidan
2025-09-04
runtime: remove obsolete osArchInit function
aimuz
2025-09-03
[dev.simd] all: merge master (4c4cefc) into dev.simd
Cherry Mui
2025-09-02
runtime: use one more address bit for tagged pointers
Keith Randall
2025-09-02
[dev.simd] internal/cpu: report AVX1 and 2 as supported on macOS 15 Rosetta 2
Cherry Mui
2025-09-02
runtime: add comment for concatstring2
Youlin Feng
2025-08-29
runtime/race: add race detector support for linux/riscv64
Joel Sing
[prev]
[next]