about summary refs log tree commit diff
path: root/src/libstd/sync/future.rs
AgeCommit message (Expand)AuthorLines
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-6/+6
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-1/+1
2014-11-26/*! -> //!Steve Klabnik-15/+13
2014-11-25auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturonbors-1/+5
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-24/+0
2014-11-23Rename unwrap functions to into_innerAlex Crichton-1/+5
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-9/+9
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-01Fix async assertion in test_sendable_futureKevin Walter-2/+3
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-16std: Don't fail the task when a Future is droppedAlex Crichton-1/+27
2014-06-11sync: Move underneath libstdAlex Crichton-0/+209