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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
future.rs
Age
Commit message (
Collapse
)
Author
Lines
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 ↵
Eric Holk
-1
/
+1
non-copyable resources. Closes #2420.
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
possibility
2012-02-14
core: Add core::future
Brian Anderson
-0
/
+153
Futures will be required for upcoming changes to the task API
[prev]