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
/
sync
/
future.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-01
Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias
Niko Matsakis
-2
/
+3
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-1
/
+1
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
2015-02-17
rollup merge of #22319: huonw/send-is-not-static
Alex Crichton
-4
/
+4
2015-02-17
Fallout from stabilization
Aaron Turon
-4
/
+4
2015-02-18
Update the libraries to reflect Send loosing the 'static bound.
Huon Wilson
-4
/
+4
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-2
/
+2
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-1
/
+1
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-3
/
+4
2015-01-17
Evaluate # fn in docs
Steve Klabnik
-6
/
+10
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-4
/
+0
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-2
/
+5
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-2
/
+5
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-9
/
+9
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-3
/
+4
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-1
/
+0
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-1
/
+1
2014-12-18
Fallout from new thread API
Aaron Turon
-2
/
+2
2014-12-14
Rewrite threading infrastructure, introducing `Thunk` to represent
Niko Matsakis
-13
/
+18
2014-12-06
libstd: remove unnecessary `to_string()` calls
Jorge Aparicio
-6
/
+6
2014-12-05
std: Rewrite the `sync` module
Alex Crichton
-1
/
+1
2014-11-26
/*! -> //!
Steve Klabnik
-15
/
+13
2014-11-25
auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturon
bors
-1
/
+5
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-24
/
+0
2014-11-23
Rename unwrap functions to into_inner
Alex Crichton
-1
/
+5
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+1
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-9
/
+9
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-01
Fix async assertion in test_sendable_future
Kevin Walter
-2
/
+3
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-06-16
std: Don't fail the task when a Future is dropped
Alex Crichton
-1
/
+27
2014-06-11
sync: Move underneath libstd
Alex Crichton
-0
/
+209