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