about summary refs log tree commit diff
path: root/src/libcore/future.rs
AgeCommit message (Collapse)AuthorLines
2012-07-01Convert to new closure syntaxBrian Anderson-7/+7
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-7/+7
2012-06-26core: make_a_sandwitch -> make_a_sandwichPatrick Walton-2/+2
2012-06-06misc. copies in core/syntax to please borrowckNiko Matsakis-1/+1
2012-05-22Send is no longer a subkind of copy. This allows for sendable, but ↵Eric Holk-1/+1
non-copyable resources. Closes #2420.
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-3/+3
2012-03-16core: Store reexporting result and either. Closes #1997Brian Anderson-0/+2
2012-03-13Name types after their modules instead of 't'Brian Anderson-2/+0
2012-03-09core: Convert to rustdocBrian Anderson-21/+19
2012-03-07add mutability annotations to libcoreNiko Matsakis-1/+1
2012-02-18core: Define futures in terms of local functions, of which port::recv is one ↵Brian Anderson-20/+43
possibility
2012-02-14core: Add core::futureBrian Anderson-0/+153
Futures will be required for upcoming changes to the task API