index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
panic.go
Age
Commit message (
Expand
)
Author
8 days
runtime: remove gopanicFP field from panic record
Keith Randall
2026-03-06
runtime: when panicking, skip ahead to previous panic
Keith Randall
2025-11-24
[dev.simd] all: merge master (8dd5b13) into dev.simd
Cherry Mui
2025-11-21
runtime: remove linkname for gopanic
Sean Liao
2025-11-20
[dev.simd] all: merge master (ca37d24) into dev.simd
Cherry Mui
2025-11-18
runtime: do not print recovered when double panic with the same value
Youlin Feng
2025-11-13
[dev.simd] all: merge master (57362e9) into dev.simd
Cherry Mui
2025-11-07
runtime: correctly print panics before fatal-ing on defer
qiulaidongfeng
2025-11-06
Revert "runtime: remove the pc field of _defer struct"
Keith Randall
2025-11-03
runtime: update outdated comments for deferprocStack
Youlin Feng
2025-11-03
runtime: remove the pc field of _defer struct
Youlin Feng
2025-10-29
runtime: tweak example code for gorecover
Jes Cok
2025-10-07
Revert "cmd/compile: redo arm64 LR/FP save and restore"
Keith Randall
2025-10-06
cmd/compile: redo arm64 LR/FP save and restore
Keith Randall
2025-09-26
[dev.simd] simd, cmd/compile: add 128 bit select-from-pair
David Chase
2025-08-05
cmd/compile: remove support for old-style bounds check calls
Keith Randall
2025-07-25
cmd/compile: remove unused arg from gorecover
Keith Randall
2025-07-25
runtime: iterate through inlinings when processing recover()
Keith Randall
2025-07-24
cmd/internal/obj: rip out argp adjustment for wrapper frames
Keith Randall
2025-07-24
runtime: detect successful recovers differently
Keith Randall
2025-07-24
cmd/compile,runtime: remember idx+len for bounds check failure with less code
Keith Randall
2025-07-24
runtime: move bounds check constants to internal/abi
Keith Randall
2025-05-21
internal/runtime/cgroup: CPU cgroup limit discovery
Michael Pratt
2025-05-07
runtime: use "bubble" terminology for synctest
Damien Neil
2025-05-07
runtime: print stack traces for bubbled goroutines on synctest deadlock
Damien Neil
2025-05-06
runtime: replace mentions of "raised" with "panicked"
Mark Freeman
2025-03-11
runtime/internal: clean up completely
Jes Cok
2025-02-25
cmd/compile, runtime: use PC of deferreturn for panic transfer
David Chase
2025-02-19
cmd/compile, runtime: use deferreturn as target PC for recover from deferrang...
David Chase
2025-02-06
runtime: don't duplicate reraised panic values in printpanics
Damien Neil
2025-01-20
runtime: delete out of date comment
Bill Morgan
2024-11-21
all: fix some function names and typos in comment
cuishuang
2024-11-20
all: rename crypto/internal/fips to crypto/internal/fips140
Russ Cox
2024-11-19
crypto/rand: move OS interaction to crypto/internal/sysrand
Filippo Valsorda
2024-11-18
internal/sync: move sync.Mutex implementation into new package
Michael Anthony Knyszek
2024-10-30
internal/runtime/maps: proper capacity hint handling
Michael Pratt
2024-10-29
crypto/internal/fips: add self-test mechanism
Filippo Valsorda
2024-10-07
crypto/rand: crash program if Read would return an error
Filippo Valsorda
2024-09-25
runtime: print fatal messages without interleaving
Keith Randall
2024-09-17
runtime: move getcallersp to internal/runtime/sys
Michael Pratt
2024-09-17
runtime: move getcallerpc to internal/runtime/sys
Michael Pratt
2024-09-11
runtime: Goexit on C-created thread report more useful error message
Cuong Manh Le
2024-09-10
Revert "runtime: Goexit on C-created thread report more useful error message"
Tim King
2024-09-10
runtime: Goexit on C-created thread report more useful error message
qiulaidongfeng
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-05-29
all: document legacy //go:linkname for final round of modules
Russ Cox
2024-05-29
all: document legacy //go:linkname for modules with ≥100 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥500 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥2,000 dependents
Russ Cox
2024-05-23
internal/abi, cmd/compile, runtime: deduplicate rangefunc consts
David Chase
[next]