about summary refs log tree commit diff
path: root/src/libstd/rt/task.rs
AgeCommit message (Expand)AuthorLines
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-23std: Move unstable::finally to std::finally. #1457Brian Anderson-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-4/+4
2014-05-19std: Use Arc instead of UnsafeArc in BlockedTaskAlex Crichton-8/+9
2014-05-13std: Move the owned module from core to stdAlex Crichton-2/+1
2014-05-11core: Remove the cast moduleAlex Crichton-11/+11
2014-05-08auto merge of #13835 : alexcrichton/rust/localdata, r=brsonbors-5/+4
2014-05-07std: Modernize the local_data apiAlex Crichton-5/+4
2014-05-07std: Add I/O timeouts to networking objectsAlex Crichton-0/+6
2014-05-07core: Add unwrap()/unwrap_err() methods to ResultAlex Crichton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-19/+22
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-23std: Change Finally to take `&mut self`Alex Crichton-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+4
2014-04-15std: Impl Deref/DerefMut for a borrowed taskAlex Crichton-6/+4
2014-04-10std: Make std::comm return types consistentAlex Crichton-1/+1
2014-04-08Register new snapshotsAlex Crichton-2/+2
2014-04-03auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brsonbors-1/+1
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-1/+1
2014-04-01rand: bubble up IO messages futher.Huon Wilson-1/+1
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-1/+1
2014-03-31std: Switch field privacy as necessaryAlex Crichton-14/+14
2014-03-27Fix fallout of removing default boundsAlex Crichton-7/+8
2014-03-24comm: Implement synchronous channelsAlex Crichton-2/+2
2014-03-23This commit cleans up a few test warningsSteven Stewart-Gallus-2/+2
2014-03-22std: Remove the get() method from RefCell wrappersAlex Crichton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-5/+0
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-8/+8
2014-02-18Spellcheck library docs.Huon Wilson-1/+1
2014-02-13Don't require an allocation for on_exit messagesAlex Crichton-4/+12
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-1/+1
2014-02-07Delete send_str, rewrite clients on top of MaybeOwned<'static>Kevin Ballard-1/+1
2014-02-03std: Remove try_send_deferred plus all falloutAlex Crichton-2/+8
2014-02-03std: Remove io::io_errorAlex Crichton-2/+3
2014-01-29Remove seldom-used std::reference functions.xales-2/+1
2014-01-29Rename std::borrow to std::reference.xales-2/+2
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-21Purge borrowck from libstdAlex Crichton-8/+0
2014-01-18Rename iterators for consistencyPalmer Cox-4/+4
2014-01-16Fix some docs in std::rt::taskDerek Chiang-7/+6
2014-01-09auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichtonbors-1/+1
2014-01-07std: Fill in all missing importsAlex Crichton-0/+1
2014-01-07auto merge of #11353 : alexcrichton/rust/improve-logging, r=brsonbors-19/+25
2014-01-07std::rt: require known stack bounds for all tasks.Huon Wilson-1/+1
2014-01-06Support arbitrary stdout/stderr/logger handlesAlex Crichton-19/+25
2014-01-06Register new snapshotsAlex Crichton-3/+0
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-2/+6
2014-01-04auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwaltonbors-0/+7
2014-01-04Add a stack_bounds function to the Runtime traitAlex Crichton-0/+7