about summary refs log tree commit diff
path: root/src/libstd/sync/future.rs
AgeCommit message (Expand)AuthorLines
2015-01-17Evaluate # fn in docsSteve Klabnik-6/+10
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-4/+0
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-2/+5
2015-01-01std: Second pass stabilization of syncAlex Crichton-2/+5
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-9/+9
2014-12-29std: Stabilize the prelude moduleAlex Crichton-3/+4
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-1/+0
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+1
2014-12-18Fallout from new thread APIAaron Turon-2/+2
2014-12-14Rewrite threading infrastructure, introducing `Thunk` to representNiko Matsakis-13/+18
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