summary refs log tree commit diff
path: root/src/libstd/rt/unwind.rs
AgeCommit message (Expand)AuthorLines
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-10/+4
2014-01-07std: Fill in all missing importsAlex Crichton-0/+1
2014-01-06Support arbitrary stdout/stderr/logger handlesAlex Crichton-43/+77
2014-01-04Condition EH ABI on target_arch, not target_os.Vadim Chugunov-6/+12
2014-01-04auto merge of #11301 : vadimcn/rust/fix-android, r=brsonbors-46/+113
2014-01-03Fix ARM unwinding.Vadim Chugunov-46/+113
2014-01-02Abort on double-failure. #910Brian Anderson-1/+7
2013-12-30Add rust_fail. #11219Brian Anderson-14/+21
2013-12-25Test fixes and rebase conflictsAlex Crichton-86/+116
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-1/+71
2013-12-24Stop using C++ exceptions for stack unwinding.Vadim Chugunov-0/+256