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
2025-07-30
runtime: add cgo call benchmark
Michael Anthony Knyszek
2025-07-30
all: remove redundant Swiss prefixes
Michael Pratt
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-28
internal/runtime/maps: fix spelling errors in comments
Ruihua Wen
2025-07-28
internal/runtime/syscall/windows: factor out code from runtime
qmuntal
2025-07-24
internal/runtime/syscall: rename to internal/runtime/syscall/linux
qmuntal
2025-07-24
internal/runtime/exithook: fix a typo
Jes Cok
2025-07-22
all: go fmt
Michael Pratt
2025-07-15
runtime/maps: fix typo in group.go comment (instrinsified -> intrinsified)
dyma solovei
2025-05-21
internal/runtime/cgroup: CPU cgroup limit discovery
Michael Pratt
2025-05-21
internal/runtime/cgroup: add line-by-line reader using a single scratch buffer
Michael Pratt
2025-05-19
runtime: move atoi to internal/runtime/strconv
Michael Pratt
2025-05-19
internal/runtime/syscall: add basic file system calls
Michael Pratt
2025-05-16
runtime: prevent cleanup goroutines from missing work
Michael Anthony Knyszek
2025-05-07
internal/runtime/maps: make clear also erase tombstones
khr@golang.org
2025-05-02
runtime: mark and scan small objects in whole spans [green tea]
Michael Anthony Knyszek
2025-04-23
runtime: move some malloc constants to internal/runtime/gc
Michael Anthony Knyszek
2025-04-23
runtime: move sizeclass defs to new package internal/runtime/gc
Michael Anthony Knyszek
2025-04-22
runtime, internal/runtime/maps: speed-up empty/zero map lookups
Mateusz Poliwczak
2025-04-18
internal/runtime/maps: move tombstone test to swiss file
Michael Pratt
2025-04-17
internal/runtime/maps: prune tombstones in maps before growing
Keith Randall
2025-04-08
internal/runtime/maps: pass proper func PC to race.WritePC/race.ReadPC
Mateusz Poliwczak
2025-03-30
internal/runtime/maps: speed up small map lookups ~1.7x for unpredictable keys
thepudds
2025-03-27
maps: implement faster clone
Keith Randall
2025-03-14
internal/runtime/atomic: add Xchg8 for s390x and wasm
Rhys Hiltner
2025-03-11
runtime/internal: clean up completely
Jes Cok
2025-03-10
internal/runtime/atomic: updated go assembler comments
Prabhav Dogra
2025-03-04
runtime: decorate anonymous memory mappings
Lénaïc Huard
2025-02-21
internal/runtime/atomic: add Xchg8 for mipsx
Julian Zhu
2025-02-20
internal/runtime/atomic: add Xchg8 for mips64x
Julian Zhu
2025-02-19
internal/runtime/atomic: add Xchg8 for riscv64
Julian Zhu
2025-02-16
runtime/maps: fix typo in group.go comment (H1 -> H2)
Artyom Litovets
2025-01-14
internal/runtime/maps: re-enable some tests
Keith Randall
2024-12-21
cmd/compile: load map length with the right type
Cherry Mui
2024-12-06
cmd/internal/objabi, internal/runtime: increase nosplit limit on OpenBSD
Damien Neil
2024-11-21
all: fix some function names and typos in comment
cuishuang
2024-11-21
internal/copyright: add test that copyright notices exist
Russ Cox
2024-11-20
cmd/compile: intrinsify swissmap match calls with SIMD on amd64
Michael Pratt
2024-11-20
cmd/compile, internal/runtime/atomic: add Xchg8 for loong64
Guoqi Chen
2024-11-19
internal/runtime/maps: hash copy of key instead of key itself
Keith Randall
2024-11-19
internal/runtime/maps: assume constant elem offset with int64 and string keys
Keith Randall
2024-11-19
internal/runtime/maps: use simpler calculation for slot element
Keith Randall
2024-11-19
crypto/subtle: add DIT closure
Roland Shoemaker
2024-11-19
cmd/compiler,internal/runtime/atomic: optimize Cas{64,32} on loong64
Guoqi Chen
2024-11-18
internal/runtime/maps: don't copy indirect key/elem when growing maps
Keith Randall
2024-11-18
internal/runtime/maps: fix noswiss builder
khr@golang.org
2024-11-17
runtime/internal/maps: remove entryMask
Keith Randall
2024-11-17
internal/runtime/maps: simplify small group lookup
Keith Randall
2024-11-17
internal/runtime/maps: eliminate a load from the hot path
Keith Randall
[prev]
[next]