about summary refs log tree commit diff
path: root/src/libcore/failure.rs
AgeCommit message (Expand)AuthorLines
2014-09-29rollup merge of #17621 : sfackler/new-snapAlex Crichton-27/+0
2014-09-28Register new snapshotsSteven Fackler-23/+0
2014-09-28Defailbloat fail!(&'static str)Tobba-6/+5
2014-09-25Rename `begin_unwind_string` to `fail_str`, refs #16114Florian Hahn-6/+6
2014-09-25Rename `fail_` lang item to `fail`, closes #16114Florian Hahn-1/+16
2014-09-24Rename `core::failure::begin_unwind` to `fail_impl`, refs #16114Florian Hahn-9/+9
2014-09-24Rename `begin_unwind` lang item to `fail_fmt`, refs #16114Florian Hahn-0/+8
2014-08-30Defailbloat fail!(string)Tobba-0/+5
2014-08-08Register new snapshot 12e0f72Niko Matsakis-24/+0
2014-07-31core: Fix failure doc commentBrian Anderson-1/+1
2014-07-31core: Add #[inline(never)] to failure functionsBrian Anderson-2/+2
2014-07-31Modify failure lang items to take less pointers.Brian Anderson-0/+26
2014-07-25core: Remove unneeded cfgsBrian Anderson-37/+0
2014-07-25Make most of the failure functions take &(&'static str, uint)Brian Anderson-3/+42
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-3/+1
2014-06-18rustdoc: Fix testing indented code blocksAlex Crichton-1/+3
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+1
2014-05-30Register new snapshotsAlex Crichton-38/+2
2014-05-27rustc: Use rust strings for failure argumentsAlex Crichton-6/+29
2014-05-19rustc: Add official support for weak failureAlex Crichton-5/+14
2014-05-15core: Implement unwrap()/unwrap_err() on ResultAlex Crichton-18/+32
2014-05-13core: Allow using failure outside of libcoreAlex Crichton-1/+1
2014-05-07core: Get coretest workingAlex Crichton-0/+1
2014-05-07core: Add a limited implementation of failureAlex Crichton-0/+54