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
/
src
/
libcore
/
panic.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-29
document stable counterparts of intrinsics
Bastian Kauschke
-0
/
+2
2020-04-24
Improve PanicInfo examples readability
Guillaume Gomez
-3
/
+9
2019-12-22
Format the world
Mark Rousskov
-17
/
+21
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-4
/
+4
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-1
/
+0
2019-12-16
Rollup merge of #66771 - SimonSapin:panic-stability, r=KodrAus
Mazdak Farrokhzad
-8
/
+10
2019-12-05
Implement core::panic::Location::caller using #[track_caller].
Adam Perry
-0
/
+54
2019-11-26
Stabilize the `core::panic` module
Simon Sapin
-3
/
+1
2019-11-26
Fix the tracking issue number for `PanicInfo::message`
Simon Sapin
-1
/
+1
2019-11-26
abort on BoxMeUp misuse
Ralf Jung
-0
/
+8
2019-11-26
Fix unstable attribute accidentally applying to the entire impl
Simon Sapin
-4
/
+8
2019-11-25
better comment and rename BoxMeUp::box_me_up to take_box
Ralf Jung
-1
/
+3
2019-11-12
Snap cfgs
Mark Rousskov
-1
/
+1
2019-10-27
Panicking infra uses &core::panic::Location.
Adam Perry
-6
/
+11
2019-10-27
Implement core::intrinsics::caller_location.
Adam Perry
-0
/
+1
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-4
/
+4
2019-04-18
libcore => 2018
Taiki Endo
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-2
/
+2
2018-07-25
Enforce #![deny(bare_trait_objects)] in src/libcore
ljedrz
-5
/
+5
2018-07-10
Avoid unwrapping in PanicInfo doc example.
Corey Farwell
-1
/
+5
2018-06-30
Bootstrap from 1.28.0-beta.3
Mark Simulacrum
-1
/
+1
2018-06-03
implement #[panic_implementation]
Jorge Aparicio
-2
/
+4
2018-04-13
std: Avoid allocating panic message unless needed
Alex Crichton
-4
/
+10
2018-04-13
std: Minimize size of panicking on wasm
Alex Crichton
-0
/
+10
2018-04-05
Correct a few stability attributes
Oliver Middleton
-0
/
+2
2018-01-24
Add missing micro version number component in stability attributes.
Simon Sapin
-1
/
+1
2018-01-23
Make PanicInfo::message available for std::panic! with a formatting string.
Simon Sapin
-2
/
+2
2018-01-23
Implement Display for PanicInfo and Location
Simon Sapin
-0
/
+23
2018-01-23
Add an unstable PanicInfo::message(&self) -> Option<&fmt::Arguments> method
Simon Sapin
-2
/
+17
2018-01-23
Move PanicInfo and Location to libcore
Simon Sapin
-0
/
+213