about summary refs log tree commit diff
path: root/src/libstd/task.rs
AgeCommit message (Expand)AuthorLines
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
2014-05-07core: Inherit possible string functionalityAlex Crichton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-9/+11
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-23Move task::task() to TaskBuilder::new()Steven Fackler-34/+27
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+5
2014-04-15std: Impl Deref/DerefMut for a borrowed taskAlex Crichton-6/+3
2014-04-08Register new snapshotsAlex Crichton-9/+9
2014-03-31std: Switch field privacy as necessaryAlex Crichton-8/+8
2014-03-28Rename Pod into CopyFlavio Percoco-2/+2
2014-03-27Fix fallout of removing default boundsAlex Crichton-28/+20
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-4/+0
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-43/+40
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-2/+2
2014-02-16Clean up std::task docs, make TaskBuilder a real builderKevin Ballard-95/+26
2014-02-15auto merge of #12302 : alexcrichton/rust/issue-12295, r=brsonbors-1/+0
2014-02-15auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfacklerbors-1/+1
2014-02-15Silence some unused import warningsAlex Crichton-1/+0
2014-02-15std: clean up ptr a bitCorey Richardson-2/+2
2014-02-14Fix all code examplesAlex Crichton-1/+1
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-3/+2
2014-02-07Delete send_str, rewrite clients on top of MaybeOwned<'static>Kevin Ballard-5/+4
2014-02-04Replace NonCopyable usage with NoPodFlavio Percoco-4/+3
2014-02-03std: Fix tests with io_error usageAlex Crichton-1/+1
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-44/+44