about summary refs log tree commit diff
path: root/src/libstd/sync/future.rs
AgeCommit message (Expand)AuthorLines
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-2/+3
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-4/+4
2015-02-17Fallout from stabilizationAaron Turon-4/+4
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-4/+4
2015-02-04remove all kind annotations from closuresJorge Aparicio-2/+2
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-3/+4
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