about summary refs log tree commit diff
path: root/src/libstd/sys/common/unwind
AgeCommit message (Expand)AuthorLines
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-819/+0
2016-04-04Fix backtraces on ARM EHABI.Timon Van Overveldt-1/+6
2016-02-23Register new snapshotsAaron Turon-48/+0
2016-02-11bootstrap: Add directives to not double-link libsAlex Crichton-0/+3
2016-01-29trans: Reimplement unwinding on MSVCAlex Crichton-114/+199
2016-01-06Add std::panic::propagateSteven Fackler-1/+1
2015-12-21Register new snapshotsAlex Crichton-11/+1
2015-11-18Fix buildbot failuresVadim Petrochenkov-0/+2
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+6
2015-11-09std: Migrate to the new libcAlex Crichton-143/+40
2015-11-01Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichtonbors-26/+59
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-2/+2
2015-10-21Moar comments.Vadim Chugunov-17/+29
2015-10-18Create entry points for unwind frame registry in libstd.Vadim Chugunov-0/+21
2015-10-18Implement `eh_unwind_resume` in libstd.Vadim Chugunov-9/+9
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/+4
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-0/+922