index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
future.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-06
Updating tests to use pipes.
Eric Holk
-0
/
+9
2012-07-06
Port future to pipes. Graph500 is about 21% faster now.
Eric Holk
-19
/
+78
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-43
/
+43
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-2
/
+2
2012-07-03
core: Eliminate some overloading of the name "future" in future.rs
Patrick Walton
-1
/
+2
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-1
/
+0
2012-07-01
Convert to new closure syntax
Brian Anderson
-7
/
+7
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-7
/
+7
2012-06-26
core: make_a_sandwitch -> make_a_sandwich
Patrick Walton
-2
/
+2
2012-06-06
misc. copies in core/syntax to please borrowck
Niko Matsakis
-1
/
+1
2012-05-22
Send is no longer a subkind of copy. This allows for sendable, but non-copyab...
Eric Holk
-1
/
+1
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-3
/
+3
2012-03-16
core: Store reexporting result and either. Closes #1997
Brian Anderson
-0
/
+2
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-2
/
+0
2012-03-09
core: Convert to rustdoc
Brian Anderson
-21
/
+19
2012-03-07
add mutability annotations to libcore
Niko Matsakis
-1
/
+1
2012-02-18
core: Define futures in terms of local functions, of which port::recv is one ...
Brian Anderson
-20
/
+43
2012-02-14
core: Add core::future
Brian Anderson
-0
/
+153