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
/
libstd
/
future.rs
Age
Commit message (
Expand
)
Author
Lines
2013-02-15
libstd: Fix broken test.
Luqman Aden
-1
/
+1
2013-02-15
libstd: Get rid of `move`.
Luqman Aden
-17
/
+17
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-3
/
+3
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-3
/
+3
2013-01-11
Adds priv qualifiers where they have been commented out before implementation.
William Ting
-1
/
+1
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+5
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-5
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+5
2012-12-28
libstd: Fix tests. rs=bustage
Patrick Walton
-0
/
+3
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-3
/
+6
2012-12-13
Rename Send trait to Owned
Brian Anderson
-2
/
+2
2012-12-11
libstd: refactor future, remove with(), remove ~ indirection.
Graydon Hoare
-90
/
+32
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-1
/
+1
2012-11-20
Remove parentheses from closure argument types
Erick Tryzelaar
-2
/
+2
2012-11-14
Convert libstd to use the Drop trait
Ben Striegel
-3
/
+5
2012-11-14
Revert "Convert libstd to use the Drop trait"
Brian Anderson
-5
/
+3
2012-11-14
Convert libstd to use the Drop trait
Ben Striegel
-3
/
+5
2012-10-23
Move futures to std
Brian Anderson
-0
/
+246
[prev]