aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-03-31runtime: fix plan9 monotonic time, crypto randomnessRuss Cox
2025-03-30internal/runtime/maps: speed up small map lookups ~1.7x for unpredictable keysthepudds
2025-03-27maps: implement faster cloneKeith Randall
2025-03-26runtime: optimizing memclrNoHeapPointers implementation using SIMD on loong64Guoqi Chen
2025-03-24runtime: rename runfinq to runFinalizersAndCleanupsMichael Pratt
2025-03-24runtime: always show runfinq in tracebackMichael Pratt
2025-03-21runtime: deduplicate context call injection on Windowsqmuntal
2025-03-21runtime: fix interactions between synctest, race detector, and timersDamien Neil
2025-03-20runtime/race: fix reversed conditional in test for fatal map accessDamien Neil
2025-03-20runtime/race: don't complain about unrun tests when fatal map access happensDamien Neil
2025-03-20all: use exec.Command.String in test logsqmuntal
2025-03-19runtime/race: detect when TestRace fails to run all tests, skip failuresDamien Neil
2025-03-19runtime: in asan mode unregister root regions on freeFlorian Zenker
2025-03-18runtime, time: don't use monotonic clock inside synctest bubblesDamien Neil
2025-03-17runtime: add function runtime.cgoSigtramp support on loong64 and enable cgo-t...limeidan
2025-03-17runtime, runtime/cgo: use libc for sigaction syscalls when cgo is enabled on ...limeidan
2025-03-17runtime: skip TestCgoCallbackPprof on platforms with broken profilingMichael Pratt
2025-03-15runtime: log profile when mutex profile test failsRhys Hiltner
2025-03-14runtime: only set isExtraInC if there are no Go frames leftMichael Pratt
2025-03-12runtime: remove nextSampleNoFP from plan9Russ Cox
2025-03-11runtime: increase GDB version testing requirement to 10 from 7.7Than McIntosh
2025-03-11cmd/compile, runtime: remove plan9 special case avoiding SSERuss Cox
2025-03-11runtime/internal: clean up completelyJes Cok
2025-03-11cmd/go: allow symlinks of non-directory files in embedMichael Matloob
2025-03-10internal/godebugs: add decoratemappings as an opaque godebug settingMichael Pratt
2025-03-07crypto/internal/fips140: make Version return latest when not frozenFilippo Valsorda
2025-03-06cmd/compile: remove no-longer-necessary recursive inlining checksDavid Chase
2025-03-06runtime: explicitly disable async preempt for internal/runtimeAndy Pan
2025-03-05runtime: in asan mode call __lsan_do_leak_check when exitingIan Lance Taylor
2025-03-04runtime: decorate anonymous memory mappingsLénaïc Huard
2025-03-01runtime: add padding to m struct for 64 bit architecturesJoel Sing
2025-02-28runtime: use ABIInternal on syscall and other sys.stuff for loong64Xiaolin Zhao
2025-02-28runtime: increase timeout in TestSpuriousWakeupsNeverHangSemasleepMichael Anthony Knyszek
2025-02-26runtime/cgo: use standard ABI call setg_gcc in crosscall1 on loong64Guoqi Chen
2025-02-26runtime: use correct memory barrier in exitThread function on loong64Guoqi Chen
2025-02-26runtime: remove ret field from gobufKeith Randall
2025-02-26runtime/cgo: avoid errors from -Wdeclaration-after-statementIan Lance Taylor
2025-02-26runtime: document that cleanups can run concurrently with each otherMichael Anthony Knyszek
2025-02-26runtime/cgo: avoid errors from -Wdeclaration-after-statementIan Lance Taylor
2025-02-26runtime: Added usage example for the runtime.AddCleanup() function.Alexandr Primak
2025-02-25runtime: route calls to msan_memmove through cgoIan Lance Taylor
2025-02-25cmd/compile, runtime: optimize concatbytesCuong Manh Le
2025-02-25all: use testenv.GoToolPath instead of hardcoding goqmuntal
2025-02-25runtime/cgo: use CreateThread instead of _beginthreadqmuntal
2025-02-25all: surround -test.run arguments with ^$qmuntal
2025-02-25cmd/compile, runtime: use PC of deferreturn for panic transferDavid Chase
2025-02-25internal/abi: use arch family instead of arch stringKeith Randall
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2025-02-23runtime: exclude allocation(s) from memmove/memclr benchmarkingDmitrii Martynov
2025-02-19all: implement plugin build mode for riscv64Meng Zhuo