about summary refs log tree commit diff
path: root/src/libstd/rt/unwind.rs
AgeCommit message (Expand)AuthorLines
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-1/+1
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-1/+1
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-10/+10
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-6/+6
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-10/+10
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-15/+4
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-15/+4
2015-01-01std: Second pass stabilization of syncAlex Crichton-10/+10
2015-01-02More falloutNick Cameron-2/+2
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-13/+4
2014-12-30rollup merge of #20353: alexcrichton/snapshotsAlex Crichton-47/+0
2014-12-30Register new snapshotsAlex Crichton-47/+0
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