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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
panicking.rs
Age
Commit message (
Expand
)
Author
Lines
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
2016-08-10
Refactored code to access TLS only in case of panic
Nikhil Shagrithaya
-9
/
+11
2016-07-26
keep backtraces if using the old build system
Jorge Aparicio
-11
/
+13
2016-07-26
rustbuild: make backtraces (RUST_BACKTRACE) optional
Jorge Aparicio
-4
/
+12
2016-07-16
Revert "Refactored code to access TLS only in case of panic"
Tim Neumann
-11
/
+9
2016-07-16
Refactored code to access TLS only in case of panic
Nikhil Shagrithaya
-9
/
+11
2016-05-25
Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon
bors
-15
/
+16
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-15
/
+16
2016-05-19
Mention that the panic hook will always run
Steven Fackler
-4
/
+5
2016-05-09
rustc: Use C++ personalities on MSVC
Alex Crichton
-0
/
+1
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-31
/
+185
2016-03-15
Make set_hook take a Box<Fn>
Steven Fackler
-2
/
+1
2016-03-15
Rename panic handlers to panic hook
Steven Fackler
-32
/
+31
2016-01-26
Add message about RUST_BACKTRACE to default output of panic!
Johannes Oertel
-0
/
+5
2016-01-13
Add missing newline character to callers of dumb_print
Amanieu d'Antras
-2
/
+2
2015-12-23
Implement custom panic handlers
Steven Fackler
-8
/
+148
2015-09-24
Abort earlier upon multi-panics
Andrea Canciani
-1
/
+11
2015-09-24
Explicitly count the number of panics
Andrea Canciani
-2
/
+22
2015-09-24
Separate panic logging code
Andrea Canciani
-22
/
+19
2015-09-11
std: Internalize almost all of `std::rt`
Alex Crichton
-1
/
+2
2015-06-20
Fix logic in panic printing with no stderr
Steven Fackler
-11
/
+12
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-2
/
+0
2015-06-14
Implement RFC 1014
Steven Fackler
-1
/
+4
[next]