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
2024-10-28
all: skip and fix various tests with -asan and -msan
Michael Anthony Knyszek
2024-10-28
internal/runtime/maps: small maps point directly to a group
Michael Pratt
2024-10-28
crypto/internal/fips: add service indicator mechanism
Filippo Valsorda
2024-10-28
Revert "crypto/rand: add randcrash=0 GODEBUG"
Filippo Valsorda
2024-10-25
runtime: fix mallocgc for asan
Michael Anthony Knyszek
2024-10-25
runtime: reserve fewer memory for aligned reservation on sbrk systems
Cherry Mui
2024-10-25
runtime: document that Caller and Frame.File always use forward slashes
qmuntal
2024-10-24
runtime: uphold goroutine profile invariants in coroswitch
Michael Anthony Knyszek
2024-10-24
runtime: fix ASAN poison calculation in mallocgc
Michael Anthony Knyszek
2024-10-24
runtime: support cgo index into pointer-to-array
Ian Lance Taylor
2024-10-23
runtime: add the checkPtraceScope to skip certain tests
Shuo Wang
2024-10-23
runtime/debug: minor cleanups after CL 384154
Ian Lance Taylor
2024-10-23
runtime/debug: document ParseBuildInfo and (*BuildInfo).String
Ian Lance Taylor
2024-10-23
runtime: fix typo in error message
changwang ma
2024-10-22
runtime: Check LSE support on ARM64 at runtime init
Andrey Bokhanko
2024-10-21
cmd/link,runtime: DWARF/gdb support for swiss maps
Michael Pratt
2024-10-21
runtime: (re)use unused linear memory on Wasm
Cherry Mui
2024-10-21
runtime,time: use atomic.Int32 for isSending
Michael Anthony Knyszek
2024-10-21
runtime: remove linkname from memhash{32,64} functions
Alfonso Subiotto Marques
2024-10-21
runtime: execute publicationBarrier in noscan case for delayed zeroing
Michael Anthony Knyszek
2024-10-21
runtime: specialize heapSetType
Michael Anthony Knyszek
2024-10-21
runtime: refactor mallocgc into several independent codepaths
Michael Anthony Knyszek
2024-10-21
runtime: break out the debug.malloc codepaths into functions
Michael Anthony Knyszek
2024-10-21
runtime: move debug checks behind constant flag in mallocgc
Michael Anthony Knyszek
2024-10-21
runtime: rename shouldhelpgc to checkGCTrigger in mallocgc
Michael Anthony Knyszek
2024-10-21
runtime: recompute assistG before and after malloc
Michael Anthony Knyszek
2024-10-21
runtime: use wb flag instead of gcphase for allocate-black check
Michael Anthony Knyszek
2024-10-21
runtime: simplify mem profile checking in mallocgc
Michael Anthony Knyszek
2024-10-21
runtime: optimize 8-byte allocation pointer data writing
Michael Anthony Knyszek
2024-10-21
runtime: don't call span.heapBits in writeHeapBitsSmall
Michael Anthony Knyszek
2024-10-21
cmd/compile,internal/runtime/maps: add extendible hashing
Michael Pratt
2024-10-21
runtime: revise the documentation comments for netpoll
Shuo Wang
2024-10-18
runtime: more thorough map benchmarks
Michael Pratt
2024-10-18
runtime/testdata: fix for C23 nullptr keyword
Joseph Myers
2024-10-14
runtime: clarify work.bytesMarked documentation
Austin Clements
2024-10-14
all: wire up swisstable maps
Michael Pratt
2024-10-14
runtime: don't frob isSending for tickers
Ian Lance Taylor
2024-10-11
runtime: reduce syscall.SyscallX stack usage
qmuntal
2024-10-08
internal/runtime/maps: initial swiss table map implementation
Michael Pratt
2024-10-07
runtime: overwrite startupRand instead of clearing it
Filippo Valsorda
2024-10-07
runtime: use arc4random_buf() for readRandom
Filippo Valsorda
2024-10-07
crypto/rand: add randcrash=0 GODEBUG
Filippo Valsorda
2024-10-07
crypto/rand: crash program if Read would return an error
Filippo Valsorda
2024-10-04
runtime: use stringslite.CutPrefix in isExportedRuntime
Tobias Klauser
2024-10-03
runtime: memclrNoHeapPointers optimization for block alignment
Vasily Leonenko
2024-10-03
Revert "runtime/pprof: make TestBlockMutexProfileInlineExpansion stricter"
Nick Ripley
2024-10-02
runtime: clear isSending bit earlier
Ian Lance Taylor
2024-10-02
runtime/pprof: make TestBlockMutexProfileInlineExpansion stricter
Nick Ripley
2024-10-02
runtime: don't acquirem() in vgetrandom unless necessary
Jason A. Donenfeld
2024-10-01
runtime/pprof: add context to short stack panic
Michael Pratt
[prev]
[next]