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
/
libstd
/
panicking.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-8
/
+8
2019-02-28
Use the correct stderr when testing libstd
Jethro Beekman
-16
/
+12
2019-02-28
libstd => 2018
Taiki Endo
-21
/
+21
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-13
Update panic message to be clearer about env-vars
Daniel Silverstone
-1
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-06
Refactor stderr_prints_nothing into a more modular function
Jethro Beekman
-15
/
+11
2018-11-30
Fix exceeding line width limit
Vitaly _Vi Shukela
-1
/
+2
2018-11-30
panic_immediate_abort: Fix issues from review
Vitaly _Vi Shukela
-5
/
+6
2018-11-30
Add libstd and libcore Cargo features "panic_immediate_abort"
Vitaly _Vi Shukela
-2
/
+15
2018-10-06
rustc: Allow `#[no_mangle]` anywhere in a crate
Alex Crichton
-4
/
+4
2018-09-30
Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum
bors
-3
/
+2
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-3
/
+2
2018-09-26
std: Don't let `rust_panic` get inlined
Alex Crichton
-0
/
+1
2018-08-23
add #[panic_handler]; deprecate #[panic_implementation]
Jorge Aparicio
-1
/
+2
2018-08-22
Allow panicking with string literal messages inside constants
Oliver Schneider
-0
/
+1
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-18
/
+18
2018-06-30
Bootstrap from 1.28.0-beta.3
Mark Simulacrum
-68
/
+32
2018-06-03
remove #[unwind(allowed)]
Jorge Aparicio
-1
/
+0
2018-06-03
undo payload in core::panic! changes
Jorge Aparicio
-79
/
+30
2018-06-03
format payload if possible instead of returning "Box<Any>"
Jorge Aparicio
-4
/
+11
2018-06-03
implement #[panic_implementation]
Jorge Aparicio
-3
/
+94
2018-04-29
Add more links in panic docs
Pazzaz
-1
/
+7
2018-04-13
std: Avoid allocating panic message unless needed
Alex Crichton
-45
/
+73
2018-04-13
std: Minimize size of panicking on wasm
Alex Crichton
-21
/
+67
2018-04-05
Bump the bootstrap compiler to 1.26.0 beta
Alex Crichton
-4
/
+2
2018-02-20
make `#[unwind]` attribute specify expectations more clearly
Niko Matsakis
-2
/
+4
2018-01-23
Make PanicInfo::message available for std::panic! with a formatting string.
Simon Sapin
-6
/
+7
2018-01-23
Add an unstable PanicInfo::message(&self) -> Option<&fmt::Arguments> method
Simon Sapin
-0
/
+1
2018-01-23
Move PanicInfo and Location to libcore
Simon Sapin
-189
/
+11
2018-01-10
We have Rust 1.25 now
est31
-1
/
+1
2018-01-10
Stabilize the panic_col feature
est31
-2
/
+1
2017-08-31
Update bootstrap compiler
Alex Crichton
-34
/
+0
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-08-12
Fix some typos
Bastien Orivel
-12
/
+13
2017-07-25
Switch to begin_panic again
est31
-10
/
+9
2017-07-02
Fix the test failure, add comment, and refactor a little bit
est31
-2
/
+17
2017-07-02
Output line column info when panicking
est31
-11
/
+58
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-4
/
+4
2017-02-15
Improve backtrace formating while panicking.
Yamakaky
-3
/
+7
2017-02-10
Change std::panicking::try::Data into a union
whataloadofwhat
-23
/
+13
2017-02-06
std: Remove cfg(cargobuild) annotations
Alex Crichton
-3
/
+3
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-0
/
+2
2016-12-04
Add missing examples for panicking objects
Guillaume Gomez
-2
/
+104
2016-11-24
Remove completed FIXME.
Corey Farwell
-1
/
+1
2016-09-18
Add basic doc examples for `std::panic::{set_hook, take_hook}`.
Corey Farwell
-0
/
+30
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-1
/
+0
2016-08-11
std: Optimize panic::catch_unwind slightly
Alex Crichton
-36
/
+68
2016-08-10
Added an update_panic_count function to handle access to PANIC_COUNT
Nikhil Shagrithaya
-22
/
+26
2016-08-10
Added a shim around rust_panic to update panic counter
Nikhil Shagrithaya
-0
/
+10
[next]