summary refs log tree commit diff
path: root/src/libcore/failure.rs
AgeCommit message (Expand)AuthorLines
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