about summary refs log tree commit diff
path: root/src/libcore/future.rs
AgeCommit message (Expand)AuthorLines
2012-08-25Use less move_it in pipes and future (all but one use)Ben Blum-11/+7
2012-08-23Change calls of `proto!` to use parens.Paul Stansifer-2/+2
2012-08-23Eliminate some extraneous curly brackets inside invocations of `macro_rules!`.Paul Stansifer-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-4/+4
2012-08-15Convert more core types to camel caseBrian Anderson-11/+11
2012-08-15Convert more core types to camel caseBrian Anderson-7/+7
2012-08-13De-mode core::future.Graydon Hoare-15/+19
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-2/+2
2012-08-05Switch alts to use arrowsBrian Anderson-3/+3
2012-07-31rustc: Implement unary move. Closes #917.Patrick Walton-2/+2
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-26Change `#macro` to `macro_rules!` in some cases.Paul Stansifer-6/+3
2012-07-17Added liveness analysis for protocols, and removed warnings about empty states.Eric Holk-4/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-15/+15
2012-07-10Use protocol compiler in future.rs. Also split recv into recv and try_recv.Eric Holk-50/+3
2012-07-06Updating tests to use pipes.Eric Holk-0/+9
2012-07-06Port future to pipes. Graph500 is about 21% faster now.Eric Holk-19/+78
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-43/+43
2012-07-04Remove empty argument lists from do expressionsBen Striegel-2/+2
2012-07-03core: Eliminate some overloading of the name "future" in future.rsPatrick Walton-1/+2
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-1/+0
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 non-copyab...Eric Holk-1/+1
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
2012-02-14core: Add core::futureBrian Anderson-0/+153