about summary refs log tree commit diff
path: root/src/libstd/rt/unwind.rs
AgeCommit message (Expand)AuthorLines
2014-12-30std: Re-enable at_exit()Alex Crichton-4/+13
2014-12-29rollup merge of #20248: steveklabnik/gh20038Alex Crichton-11/+11
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-1/+48
2014-12-26s/task/thread/gSteve Klabnik-11/+11
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-19windows: remove unused importJorge Aparicio-1/+0
2014-12-19librustrt: use `#[deriving(Copy)]`Jorge Aparicio-2/+1
2014-12-18Rebasing fixes.Aaron Turon-1/+1
2014-12-18std: Move the panic flag to its own thread localAlex Crichton-4/+15
2014-12-18Revise std::thread API to join by defaultAaron Turon-0/+1
2014-12-18Avoid .take().unwrap() with FnOnce closuresAlex Crichton-20/+8
2014-12-18Tweak the startup routine to pass on linuxAlex Crichton-6/+13
2014-12-18Fallout from new thread APIAaron Turon-1/+1
2014-12-18Revise rt::unwindAaron Turon-36/+6
2014-12-18libs: merge librustrt into libstdAaron Turon-0/+638
2014-06-06std: Extract librustrt out of libstdAlex Crichton-494/+0
2014-06-05How about a less cringe-worthy double-failure message?Brian Anderson-3/+1
2014-06-04std: Improve non-task-based usageAlex Crichton-148/+196
2014-05-30Register new snapshotsAlex Crichton-40/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+3
2014-05-19rustc: Add official support for weak failureAlex Crichton-2/+40
2014-05-15Updates with core::fmt changesAlex Crichton-3/+3
2014-05-15core: Implement unwrap()/unwrap_err() on ResultAlex Crichton-15/+3
2014-05-11core: Remove the cast moduleAlex Crichton-6/+5
2014-05-07core: Add a limited implementation of failureAlex Crichton-31/+11
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-6/+10
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-3/+3
2014-04-27Fix repeated module documentationAlexandre Gagnon-0/+2
2014-03-31std: Switch field privacy as necessaryAlex Crichton-2/+2
2014-03-27Fix fallout of removing default boundsAlex Crichton-3/+3
2014-03-15Test fixes and rebase conflictsAlex Crichton-0/+2
2014-03-13Add basic backtrace functionalityAlex Crichton-89/+22
2014-03-01Publicise types/add #[allow(visible_private_types)] to a variety of places.Huon Wilson-0/+2
2014-02-23std: Remove unstable::langBrian Anderson-0/+18
2014-02-23std: Move raw to std::rawBrian Anderson-1/+1
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
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