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
/
panic.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-01
Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrum
bors
-0
/
+45
2023-09-20
Rename BoxMeUp to PanicPayload.
Mara Bos
-2
/
+2
2023-09-08
Partially outline code inside the panic! macro
John Kåre Alsaker
-0
/
+45
2023-05-15
Shorten lifetime of even more panic temporaries
David Tolnay
-12
/
+12
2023-05-14
Shorten lifetime of panic temporaries in panic_fmt case
David Tolnay
-6
/
+10
2022-12-30
Replace libstd, libcore, liballoc in docs.
jonathanCogan
-4
/
+4
2022-11-13
Fix clippy and rustdoc
Maybe Waffle
-0
/
+1
2022-11-13
Remove unused diagnostic items
Maybe Waffle
-2
/
+0
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-1
/
+1
2022-01-31
Fix invalid special casing of the unreachable! macro
Loïc BRANSTETT
-0
/
+33
2021-09-15
Allow `panic!("{}", computed_str)` in const fn.
Gary Guo
-0
/
+9
2021-07-30
Move UnwindSafe, RefUnwindSafe, AssertUnwindSafe to core
David Tolnay
-0
/
+3
2021-07-30
Split core::panic module to subdirectory
David Tolnay
-329
/
+8
2021-07-28
Add new const_format_args!() macro and use it in panics.
Mara Bos
-4
/
+4
2021-01-25
Implement new panic!() behaviour for Rust 2021.
Mara Bos
-0
/
+34
2020-12-02
Use more std:: instead of core:: in docs for consistency, add more intra doc ...
Alexis Bourget
-1
/
+1
2020-09-06
Auto merge of #76157 - ArekPiekarz:const_caller_location_tracking_issue, r=jo...
bors
-1
/
+1
2020-09-01
Enhance wording
Denis Vasilik
-1
/
+1
2020-09-01
Use intra-doc links
Denis Vasilik
-8
/
+1
2020-08-31
Update tracking issue for const_caller_location
Arkadiusz Piekarz
-1
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+361