about summary refs log tree commit diff
path: root/src/libstd/future.rs
AgeCommit message (Expand)AuthorLines
2013-02-15libstd: Fix broken test.Luqman Aden-1/+1
2013-02-15libstd: Get rid of `move`.Luqman Aden-17/+17
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-3/+3
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-3/+3
2013-01-11Adds priv qualifiers where they have been commented out before implementation.William Ting-1/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+5
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-5/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+5
2012-12-28libstd: Fix tests. rs=bustagePatrick Walton-0/+3
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-3/+6
2012-12-13Rename Send trait to OwnedBrian Anderson-2/+2
2012-12-11libstd: refactor future, remove with(), remove ~ indirection.Graydon Hoare-90/+32
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-1/+1
2012-11-20Remove parentheses from closure argument typesErick Tryzelaar-2/+2
2012-11-14Convert libstd to use the Drop traitBen Striegel-3/+5
2012-11-14Revert "Convert libstd to use the Drop trait"Brian Anderson-5/+3
2012-11-14Convert libstd to use the Drop traitBen Striegel-3/+5
2012-10-23Move futures to stdBrian Anderson-0/+246