about summary refs log tree commit diff
path: root/src/libstd/task.rs
AgeCommit message (Expand)AuthorLines
2015-01-03Remove deprecated functionalityAlex Crichton-44/+0
2014-12-18Revise std::thread API to join by defaultAaron Turon-11/+14
2014-12-18Fallout from new thread APIAaron Turon-0/+15
2014-12-18Introduce std::threadAaron Turon-527/+10
2014-12-18libs: merge librustrt into libstdAaron Turon-6/+6
2014-12-15Remove internal uses of `marker::NoCopy`Jorge Aparicio-4/+2
2014-12-15rollup merge of #19710: steveklabnik/gh15449Brian Anderson-1/+1
2014-12-14Rewrite threading infrastructure, introducing `Thunk` to representNiko Matsakis-58/+70
2014-12-13libstd: use unboxed closuresJorge Aparicio-1/+3
2014-12-10Fix inappropriate ## headingsSteve Klabnik-1/+1
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-7/+7
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-5/+5
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-2/+2
2014-12-05Utilize fewer reexportsCorey Farwell-8/+10
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-9/+11
2014-11-23Rename unwrap functions to into_innerAlex Crichton-1/+1
2014-11-20Make most of std::rt privateAaron Turon-8/+8
2014-11-20Fallout from libgreen and libnative removalAaron Turon-114/+12
2014-11-16Move ToString to collections::stringBrendan Zabarauskas-2/+1
2014-11-10note the intent of reforming task spawningDaniel Micay-1/+2
2014-10-29Rename fail! to panic!Steve Klabnik-32/+32
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-46/+0
2014-10-13Clean up rustc warnings.NODA, Kai-0/+1
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-2/+2
2014-08-13std: Clarify what timers do with zero and negative durationsBrian Anderson-1/+2
2014-08-13std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc.Brian Anderson-1/+1
2014-07-21Rename to_str to to_stringSteven Fackler-1/+1
2014-07-18std: Stabilize task module.Brian Anderson-22/+37
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-6/+6
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+2
2014-06-29rustuv: Don't zero-out data on clonesAlex Crichton-1/+1
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-2/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-2/+2
2014-06-28librustc: Match trait self types exactly.Patrick Walton-3/+5
2014-06-26rustrt: Reorganize task usageAlex Crichton-2/+13
2014-06-19std: Update std::task docs to reflect modern timesBrian Anderson-9/+25
2014-06-18Revamp TaskBuilder APIAaron Turon-381/+460
2014-06-15Register new snapshotsAlex Crichton-14/+14
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-2/+2
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-8/+2
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-12/+26
2014-06-04std: Improve non-task-based usageAlex Crichton-1/+4
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-27std: Remove String's to_ownedRicho Healey-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-3/+4
2014-05-15core: Update all tests for fmt movementAlex Crichton-1/+0
2014-05-13std: Move the owned module from core to stdAlex Crichton-2/+3
2014-05-07core: Add unwrap()/unwrap_err() methods to ResultAlex Crichton-0/+1