index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
panicking.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-31
Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk
bors
-0
/
+14
2023-03-24
Rollup merge of #108924 - tmiasko:panic-immediate-abort, r=thomcc
Matthias Krüger
-0
/
+3
2023-03-23
A MIR transform that checks pointers are aligned
Ben Kimock
-0
/
+14
2023-03-16
Don't allow new const panic through format flattening.
Mara Bos
-2
/
+2
2023-03-08
panic_immediate_abort requires abort as a panic strategy
Tomasz Miąsko
-0
/
+3
2023-01-30
stage-step cfgs
Mark Rousskov
-3
/
+2
2023-01-03
Rollup merge of #106045 - RalfJung:oom-nounwind-panic, r=Amanieu
Michael Goulet
-6
/
+17
2023-01-02
default OOM handler: use non-unwinding panic (unless -Zoom=panic is set), to ...
Ralf Jung
-6
/
+17
2022-12-30
Replace libstd, libcore, liballoc in docs.
jonathanCogan
-5
/
+5
2022-12-22
abort immediately on bad mem::zeroed/uninit
Ralf Jung
-6
/
+8
2022-11-29
Adjust inlining attributes around panic_immediate_abort
Ben Kimock
-12
/
+13
2022-11-06
cfg-step code
Mark Rousskov
-4
/
+2
2022-10-11
reorder panicking.rs to put main entry points at the top
Ralf Jung
-61
/
+67
2022-10-11
add panic_fmt_nounwind for panicing without unwinding, and use it for panic_n...
Ralf Jung
-3
/
+19
2022-08-24
Reduce code size of `assert_matches_failed`
Benoît du Garreau
-2
/
+2
2022-04-05
trivial cfg(bootstrap) changes
Pietro Albini
-1
/
+0
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-2
/
+2
2022-02-25
Re-add track_caller to panic_no_unwind in bootstrap
Mark Rousskov
-0
/
+3
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-2
/
+0
2022-02-13
Guard against unwinding in cleanup code
Gary Guo
-2
/
+1
2022-01-31
Take in account the unreachable! macro in the non_fmt_panic lint
Loïc BRANSTETT
-1
/
+1
2022-01-31
Fix invalid special casing of the unreachable! macro
Loïc BRANSTETT
-0
/
+8
2022-01-17
Change TerminatorKind::Abort to call the panic handler instead of
Amanieu d'Antras
-0
/
+25
2022-01-17
Add PanicInfo::can_unwind which indicates whether a panic handler is
Amanieu d'Antras
-1
/
+1
2021-12-23
Add const-stability to `panicking::panic_*` fns
Deadbeef
-0
/
+4
2021-11-08
Permit const assertions in stdlib
Jacob Pratt
-0
/
+1
2021-10-25
Clean up special function const checks
Gary Guo
-10
/
+9
2021-10-23
update cfg(bootstrap)
Pietro Albini
-1
/
+1
2021-10-19
Deduplicate panic_fmt
Gary Guo
-1
/
+8
2021-09-21
Use ZST for fmt unsafety
Cameron Steffen
-4
/
+1
2021-09-15
Allow `panic!("{}", computed_str)` in const fn.
Gary Guo
-0
/
+7
2021-09-08
Bump stage0 compiler to 1.56
Mark Rousskov
-8
/
+2
2021-08-16
Make Arguments constructors unsafe
Cameron Steffen
-1
/
+9
2021-07-28
Improve comments about const panic handling
Mara Bos
-2
/
+2
2021-07-28
Use unreachable_unchecked in const_panic_fmt.
Mara Bos
-1
/
+4
2021-07-28
Make const panic!("..") work in Rust 2021.
Mara Bos
-0
/
+12
2021-03-13
Fix panic message of `assert_failed_inner`
hyd-dev
-1
/
+1
2021-03-04
Add assert_matches!(expr, pat).
Mara Bos
-23
/
+46
2021-02-14
Hide internals items in documentation
Alphyr
-0
/
+2
2021-02-14
Apply suggestions
Benoît du Garreau
-0
/
+49
2020-11-19
Bump bootstrap compiler version
Jake Goulding
-1
/
+1
2020-10-22
Fix const core::panic!(non_literal_str).
Mara Bos
-0
/
+7
2020-07-27
mv std libs to library/
mark
-0
/
+86