aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
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
2025-02-19runtime: minor mfinal.go code cleanupMichael Anthony Knyszek
2025-02-19weak: accept linker-allocated objects to MakeMichael Anthony Knyszek
2025-02-19cmd/compile, runtime: use deferreturn as target PC for recover from deferrang...David Chase
2025-02-18runtime: add some linknames back for `github.com/bytedance/sonic`段仪
2025-02-18runtime: remove unused fipstls_runtime_arg0 functionqmuntal
2025-02-18runtime: print pp.schedtick in scheddetail even when !detailedNicolas Hillegeer
2025-02-18runtime: only read pp.m in schedtrace if neededNicolas Hillegeer
2025-02-17runtime: check LSE support on ARM64 at runtime initAndrey Bokhanko
2025-02-14runtime: use return for async preemption resumption on arm64Joel Sing
2025-02-13runtime: fix usleep on s390x/linuxPaul Murphy
2025-02-13runtime/debug: document DefaultGODEBUG as a BuildSettingSean Liao
2025-02-12runtime: make TestSpuriousWakeupsNeverHangSemasleep more robustMichael Anthony Knyszek
2025-02-11runtime: update HACKING.md with execution traces and debuglogMichael Anthony Knyszek
2025-02-11runtime: use internal/trace/tracev2 definitionsMichael Anthony Knyszek
2025-02-10runtime: establish happens-before between goroutine and bubble exitDamien Neil
2025-02-07internal/trace: refactor how experimental batches are exposedMichael Anthony Knyszek
2025-02-06runtime: don't duplicate reraised panic values in printpanicsDamien Neil
2025-02-06runtime/cgo: clarify that C code must not retain pointerIan Lance Taylor
2025-02-05runtime: adjust comments for auxv getAuxvTobias Klauser