about summary refs log tree commit diff
path: root/src/libstd/sys/common/unwind/mod.rs
AgeCommit message (Expand)AuthorLines
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-241/+0
2016-02-23Register new snapshotsAaron Turon-17/+0
2016-01-29trans: Reimplement unwinding on MSVCAlex Crichton-38/+47
2016-01-06Add std::panic::propagateSteven Fackler-1/+1
2015-12-21Register new snapshotsAlex Crichton-11/+1
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+6
2015-11-01Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichtonbors-17/+24
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-2/+2
2015-10-21Moar comments.Vadim Chugunov-17/+24
2015-10-05Fix MSVC stage0 with landing pads enabledSimonas Kazlauskas-1/+11
2015-09-24Explicitly count the number of panicsAndrea Canciani-18/+4
2015-09-23Auto merge of #28585 - ranma42:simpler-panic, r=alexcrichtonbors-83/+5
2015-09-22Remove unwind::registerAndrea Canciani-69/+2
2015-09-22Simplify inner_try in std::rt::unwind::tryAndrea Canciani-9/+11
2015-09-22Simplify on_panic callback handlingAndrea Canciani-16/+5
2015-09-14Mark all extern functions as nounwindBjörn Steinbrink-0/+1
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-0/+325