aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
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
2025-02-05cpu/internal: provide runtime detection of RISC-V extensions on LinuxMark Ryan
2025-02-05cmd/go: add rva23u64 as a valid value for GORISCV64Mark Ryan
2025-02-03all: run gofmtIan Lance Taylor
2025-02-03runtime: fix GODEBUG=gccheckmark=1 and add smoke testMichael Anthony Knyszek
2025-01-28runtime: mapiter linkname compatibility layerMichael Pratt
2025-01-28runtime: rename mapiterinit and mapiternextMichael Pratt
2025-01-27Revert "runtime: Check LSE support on ARM64 at runtime init"Cherry Mui
2025-01-22runtime: fix the equality check in AddCleanupCarlos Amedee
2025-01-20runtime: delete out of date commentBill Morgan
2025-01-16cmd/internal/obj/wasm, runtime: detect wasmexport call before runtime initial...Cherry Mui
2025-01-14internal/runtime/maps: re-enable some testsKeith Randall
2025-01-09runtime/pprof: hide map runtime frames from heap profilesMichael Pratt
2025-01-08runtime: hold traceAcquire across casgstatus in injectglistMichael Anthony Knyszek
2024-12-23cmd/link, runtime: apply a delta to RODATA->DATA relocationsCherry Mui
2024-12-19runtime/pprof: continued attempt to deflake the VMInfo test.Cosmos Nicolaou
2024-12-19runtime: test trap panic parsing in TestTracebackSystemMichael Pratt
2024-12-16runtime: usleep in TestWeakToStrongMarkTerminationMichael Anthony Knyszek
2024-12-13runtime: migrate missing map linkname allowlistsMichael Pratt
2024-12-10runtime: avoid panic in expired synctest timer chan readDamien Neil
2024-12-09runtime: make special offset a uintptrMichael Anthony Knyszek
2024-12-09runtime: remove datadog-agent from prof labels hall of shamePaul Cacheux
2024-12-07runtime: improve AddCleanup documentationAustin Clements
2024-12-06runtime: add note that Callers never returns an entry PCMichael Pratt
2024-12-04runtime: remove "hall of shame" comment from public documentationAlexey Palazhchenko
2024-12-03runtime: avoid defer on system stack in synctestidle_cDamien Neil
2024-11-30crypto/x509: keep RSA CRT values in ParsePKCS1PrivateKeyFilippo Valsorda
2024-11-25runtime: using ABIInternal on syscall for riscv64Meng Zhuo
2024-11-22runtime: properly search for cleanups in cleanup.stopCarlos Amedee
2024-11-22runtime, internal/synctest, syscall/js: keep bubble membership in syscallsDamien Neil
2024-11-22crypto/rsa: refuse to generate and/or use keys smaller than 1024 bitsFilippo Valsorda
2024-11-21all: fix some function names and typos in commentcuishuang