about summary refs log tree commit diff
path: root/src/libstd/panicking.rs
AgeCommit message (Expand)AuthorLines
2016-01-13Add missing newline character to callers of dumb_printAmanieu d'Antras-2/+2
2015-12-23Implement custom panic handlersSteven Fackler-8/+148
2015-09-24Abort earlier upon multi-panicsAndrea Canciani-1/+11
2015-09-24Explicitly count the number of panicsAndrea Canciani-2/+22
2015-09-24Separate panic logging codeAndrea Canciani-22/+19
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-1/+2
2015-06-20Fix logic in panic printing with no stderrSteven Fackler-11/+12
2015-06-17std: Split the `std_misc` featureAlex Crichton-2/+0
2015-06-14Implement RFC 1014Steven Fackler-1/+4
2015-04-27std: Don't assume thread::current() works on panicAlex Crichton-3/+3
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-1/+0
2015-04-11Change the rt::unwind line argument type from usize to u32.Ryan Prichard-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-12/+5
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-13Rename std::failure to std::panickingKevin Yap-0/+76