about summary refs log tree commit diff
path: root/src/libstd/rt/unwind.rs
AgeCommit message (Expand)AuthorLines
2014-02-18Spellcheck library docs.Huon Wilson-1/+1
2014-02-14Invoke gcc with -nodefaultlibsAlex Crichton-0/+10
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-0/+1
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-2/+2
2014-02-03std: Remove io::io_errorAlex Crichton-3/+4
2014-01-31auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichtonbors-1/+1
2014-01-30Fix the size of the _Unwind_Exception structAlex Crichton-1/+4
2014-01-30Append ; to #[allow(dead_code)].OGINO Masanori-1/+1
2014-01-28std: comment about OOM & allocs in begin_unwind_fmt.Huon Wilson-0/+4
2014-01-27std: add begin_unwind_fmt that reduces codesize for formatted fail!().Huon Wilson-0/+12
2014-01-27std: reduce the generic code instantiated by fail!().Huon Wilson-3/+18
2014-01-22Replace C types with Rust types in libstd, closes #7313Florian Hahn-6/+7
2014-01-14Flag failure functions as inline(never)Alex Crichton-0/+2
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