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
/
internal
/
runtime
Age
Commit message (
Expand
)
Author
14 days
internal/runtime/atomic: simplify linknames
Cherry Mui
2026-03-25
runtime: use uname version check for 64-bit time on 32-bit arch codepaths
Brad Fitzpatrick
2026-03-24
internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot order
Jake Bailey
2026-03-18
syscall: remove the 42 args limit in SyscallN
qmuntal
2026-03-18
runtime: return the error code as a return value in asmstdcall
qmuntal
2026-03-18
runtime,runtime/cgo: do cgo thread initialization in Go on Windows
qmuntal
2026-03-06
internal/runtime/maps/: devirtualize hashing for specialized maps
ArsenySamoylov
2026-02-24
internal/runtime/sys: only use speculation barrier for DIT on Apple Silicon
Roland Shoemaker
2026-02-24
internal/runtime/sys: improve DIT assembly
Roland Shoemaker
2026-02-18
internal/runtime/gc/scan: require popcnt for x86
khr@golang.org
2026-02-03
internal/runtime: fix assembly for spectre retpoline instrumentation
Michael Anthony Knyszek
2026-02-02
internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma...
ArsenySamoylov
2026-01-27
internal/runtime/gc/scan: include package in expandAVX512 symbol names
Michael Pratt
2026-01-22
internal/runtime: remove math.Mul64
Gavin Lam
2025-12-10
runtime: VZEROUPPER at the end of FilterNilAVX512
Cherry Mui
2025-12-05
crypto/subtle: add speculation barrier after DIT
Roland Shoemaker
2025-12-05
internal/runtime/maps: clarify probeSeq doc comment
Nick Ripley
2025-12-01
internal/runtime/cgroup: remove duplicate readString definition
Michael Pratt
2025-12-01
internal/runtime/cgroup: lineReader fuzz test
胡玮文
2025-11-26
internal/runtime/cgroup: stricter unescapePath
胡玮文
2025-11-26
internal/runtime/cgroup: fix path on non-root mount point
胡玮文
2025-11-26
internal/runtime/cgroup: simplify escapePath in test
胡玮文
2025-11-25
internal/runtime/cgroup: allow more tests to run on all OSes
胡玮文
2025-11-24
runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks
David Finkel
2025-11-24
internal/runtime/syscall: Syscall changes for s390x regabi
Srinivas Pokala
2025-11-21
internal/runtime/gc/scan: add AVX512 impl of filterNil.
Junyang Shao
2025-11-17
internal/runtime/maps: update doc for table.Clear
Jes Cok
2025-11-14
internal/runtime/cgobench: add Go function call benchmark for comparison
Michael Anthony Knyszek
2025-11-10
internal/runtime/sys,math/bits: eliminate bounds checks on len8tab
Joel Sing
2025-11-03
internal/runtime/cgobench: add cgo callback benchmark
Michael Anthony Knyszek
2025-10-29
internal/itoa, internal/runtime/strconv: delete
Russ Cox
2025-10-28
internal/runtime/gc/scan: avoid memory destination on VPCOMPRESSQ
Michael Pratt
2025-10-27
internal/runtime/gc/scan: correct size class size check
Michael Pratt
2025-10-24
runtime: use 32-bit hash for maps on Wasm
Cherry Mui
2025-10-17
all: correct name for comments
Jes Cok
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-09-27
all: fix typos
AN Long
2025-09-23
runtime: add specialized malloc functions for sizes up to 512 bytes
Michael Matloob
2025-09-12
runtime: move Windows types and consts to internal/runtime/syscall/windows
qmuntal
2025-09-11
runtime: move mksizeclasses.go to runtime/_mkmalloc
matloob
2025-09-10
internal/runtime/maps: remove redundant package docs
xieyuschen
2025-09-10
runtime/internal/maps: only conditionally clear groups when sparse
Keith Randall
2025-09-10
internal/runtime/maps: speed up Clear
Keith Randall
2025-08-31
internal/runtime/atomic: reset wrong jump target in Cas{,64} on loong64
Guoqi Chen
2025-08-21
runtime: remove remaining windows/arm files and comments
qmuntal
2025-08-15
internal/runtime: cleaner overflow checker
cuiweixie
2025-08-12
internal/runtime/gc/scan: avoid -1 index when cache sizes unavailable
Michael Anthony Knyszek
2025-08-12
internal/runtime/gc/scan: import scan kernel from gclab [green tea]
Michael Anthony Knyszek
2025-08-11
internal/runtime/maps: loop invariant code motion with h2(hash) by hand
cuiweixie
2025-08-08
internal/runtime/maps: remove unused var bitsetDeleted
cuiweixie
[next]