aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2024-10-28all: skip and fix various tests with -asan and -msanMichael Anthony Knyszek
2024-10-28internal/runtime/maps: small maps point directly to a groupMichael Pratt
2024-10-28crypto/internal/fips: add service indicator mechanismFilippo Valsorda
2024-10-28Revert "crypto/rand: add randcrash=0 GODEBUG"Filippo Valsorda
2024-10-25runtime: fix mallocgc for asanMichael Anthony Knyszek
2024-10-25runtime: reserve fewer memory for aligned reservation on sbrk systemsCherry Mui
2024-10-25runtime: document that Caller and Frame.File always use forward slashesqmuntal
2024-10-24runtime: uphold goroutine profile invariants in coroswitchMichael Anthony Knyszek
2024-10-24runtime: fix ASAN poison calculation in mallocgcMichael Anthony Knyszek
2024-10-24runtime: support cgo index into pointer-to-arrayIan Lance Taylor
2024-10-23runtime: add the checkPtraceScope to skip certain testsShuo Wang
2024-10-23runtime/debug: minor cleanups after CL 384154Ian Lance Taylor
2024-10-23runtime/debug: document ParseBuildInfo and (*BuildInfo).StringIan Lance Taylor
2024-10-23runtime: fix typo in error messagechangwang ma
2024-10-22runtime: Check LSE support on ARM64 at runtime initAndrey Bokhanko
2024-10-21cmd/link,runtime: DWARF/gdb support for swiss mapsMichael Pratt
2024-10-21runtime: (re)use unused linear memory on WasmCherry Mui
2024-10-21runtime,time: use atomic.Int32 for isSendingMichael Anthony Knyszek
2024-10-21runtime: remove linkname from memhash{32,64} functionsAlfonso Subiotto Marques
2024-10-21runtime: execute publicationBarrier in noscan case for delayed zeroingMichael Anthony Knyszek
2024-10-21runtime: specialize heapSetTypeMichael Anthony Knyszek
2024-10-21runtime: refactor mallocgc into several independent codepathsMichael Anthony Knyszek
2024-10-21runtime: break out the debug.malloc codepaths into functionsMichael Anthony Knyszek
2024-10-21runtime: move debug checks behind constant flag in mallocgcMichael Anthony Knyszek
2024-10-21runtime: rename shouldhelpgc to checkGCTrigger in mallocgcMichael Anthony Knyszek
2024-10-21runtime: recompute assistG before and after mallocMichael Anthony Knyszek
2024-10-21runtime: use wb flag instead of gcphase for allocate-black checkMichael Anthony Knyszek
2024-10-21runtime: simplify mem profile checking in mallocgcMichael Anthony Knyszek
2024-10-21runtime: optimize 8-byte allocation pointer data writingMichael Anthony Knyszek
2024-10-21runtime: don't call span.heapBits in writeHeapBitsSmallMichael Anthony Knyszek
2024-10-21cmd/compile,internal/runtime/maps: add extendible hashingMichael Pratt
2024-10-21runtime: revise the documentation comments for netpollShuo Wang
2024-10-18runtime: more thorough map benchmarksMichael Pratt
2024-10-18runtime/testdata: fix for C23 nullptr keywordJoseph Myers
2024-10-14runtime: clarify work.bytesMarked documentationAustin Clements
2024-10-14all: wire up swisstable mapsMichael Pratt
2024-10-14runtime: don't frob isSending for tickersIan Lance Taylor
2024-10-11runtime: reduce syscall.SyscallX stack usageqmuntal
2024-10-08internal/runtime/maps: initial swiss table map implementationMichael Pratt
2024-10-07runtime: overwrite startupRand instead of clearing itFilippo Valsorda
2024-10-07runtime: use arc4random_buf() for readRandomFilippo Valsorda
2024-10-07crypto/rand: add randcrash=0 GODEBUGFilippo Valsorda
2024-10-07crypto/rand: crash program if Read would return an errorFilippo Valsorda
2024-10-04runtime: use stringslite.CutPrefix in isExportedRuntimeTobias Klauser
2024-10-03runtime: memclrNoHeapPointers optimization for block alignmentVasily Leonenko
2024-10-03Revert "runtime/pprof: make TestBlockMutexProfileInlineExpansion stricter"Nick Ripley
2024-10-02runtime: clear isSending bit earlierIan Lance Taylor
2024-10-02runtime/pprof: make TestBlockMutexProfileInlineExpansion stricterNick Ripley
2024-10-02runtime: don't acquirem() in vgetrandom unless necessaryJason A. Donenfeld
2024-10-01runtime/pprof: add context to short stack panicMichael Pratt