about summary refs log tree commit diff
path: root/src/libcore/private/finally.rs
AgeCommit message (Expand)AuthorLines
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-97/+0
2013-02-28Remove code that was awaiting a snapshotTim Chevalier-23/+0
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-3/+3
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-0/+22
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-2/+2
2013-01-31core: Stamp out XXXes (comments only)Tim Chevalier-2/+2
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-0/+98
2013-01-17Add `finally` method for deferred executionBrian Anderson-0/+88