aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/panic.go
AgeCommit message (Expand)Author
8 daysruntime: remove gopanicFP field from panic recordKeith Randall
2026-03-06runtime: when panicking, skip ahead to previous panicKeith Randall
2025-11-24[dev.simd] all: merge master (8dd5b13) into dev.simdCherry Mui
2025-11-21runtime: remove linkname for gopanicSean Liao
2025-11-20[dev.simd] all: merge master (ca37d24) into dev.simdCherry Mui
2025-11-18runtime: do not print recovered when double panic with the same valueYoulin Feng
2025-11-13[dev.simd] all: merge master (57362e9) into dev.simdCherry Mui
2025-11-07runtime: correctly print panics before fatal-ing on deferqiulaidongfeng
2025-11-06Revert "runtime: remove the pc field of _defer struct"Keith Randall
2025-11-03runtime: update outdated comments for deferprocStackYoulin Feng
2025-11-03runtime: remove the pc field of _defer structYoulin Feng
2025-10-29runtime: tweak example code for gorecoverJes Cok
2025-10-07Revert "cmd/compile: redo arm64 LR/FP save and restore"Keith Randall
2025-10-06cmd/compile: redo arm64 LR/FP save and restoreKeith Randall
2025-09-26[dev.simd] simd, cmd/compile: add 128 bit select-from-pairDavid Chase
2025-08-05cmd/compile: remove support for old-style bounds check callsKeith Randall
2025-07-25cmd/compile: remove unused arg from gorecoverKeith Randall
2025-07-25runtime: iterate through inlinings when processing recover()Keith Randall
2025-07-24cmd/internal/obj: rip out argp adjustment for wrapper framesKeith Randall
2025-07-24runtime: detect successful recovers differentlyKeith Randall
2025-07-24cmd/compile,runtime: remember idx+len for bounds check failure with less codeKeith Randall
2025-07-24runtime: move bounds check constants to internal/abiKeith Randall
2025-05-21internal/runtime/cgroup: CPU cgroup limit discoveryMichael Pratt
2025-05-07runtime: use "bubble" terminology for synctestDamien Neil
2025-05-07runtime: print stack traces for bubbled goroutines on synctest deadlockDamien Neil
2025-05-06runtime: replace mentions of "raised" with "panicked"Mark Freeman
2025-03-11runtime/internal: clean up completelyJes Cok
2025-02-25cmd/compile, runtime: use PC of deferreturn for panic transferDavid Chase
2025-02-19cmd/compile, runtime: use deferreturn as target PC for recover from deferrang...David Chase
2025-02-06runtime: don't duplicate reraised panic values in printpanicsDamien Neil
2025-01-20runtime: delete out of date commentBill Morgan
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-20all: rename crypto/internal/fips to crypto/internal/fips140Russ Cox
2024-11-19crypto/rand: move OS interaction to crypto/internal/sysrandFilippo Valsorda
2024-11-18internal/sync: move sync.Mutex implementation into new packageMichael Anthony Knyszek
2024-10-30internal/runtime/maps: proper capacity hint handlingMichael Pratt
2024-10-29crypto/internal/fips: add self-test mechanismFilippo Valsorda
2024-10-07crypto/rand: crash program if Read would return an errorFilippo Valsorda
2024-09-25runtime: print fatal messages without interleavingKeith Randall
2024-09-17runtime: move getcallersp to internal/runtime/sysMichael Pratt
2024-09-17runtime: move getcallerpc to internal/runtime/sysMichael Pratt
2024-09-11runtime: Goexit on C-created thread report more useful error messageCuong Manh Le
2024-09-10Revert "runtime: Goexit on C-created thread report more useful error message"Tim King
2024-09-10runtime: Goexit on C-created thread report more useful error messageqiulaidongfeng
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
2024-05-29all: document legacy //go:linkname for final round of modulesRuss Cox
2024-05-29all: document legacy //go:linkname for modules with ≥100 dependentsRuss Cox
2024-05-23all: document legacy //go:linkname for modules with ≥500 dependentsRuss Cox
2024-05-23all: document legacy //go:linkname for modules with ≥2,000 dependentsRuss Cox
2024-05-23internal/abi, cmd/compile, runtime: deduplicate rangefunc constsDavid Chase