about summary refs log tree commit diff
path: root/src/libstd/rt/task.rs
AgeCommit message (Expand)AuthorLines
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
2014-01-03libstd: De-`@mut` the `heap_cycles` testPatrick Walton-4/+8
2014-01-01Move task count bookeeping out of libstdAlex Crichton-32/+1
2013-12-25Test fixes and rebase conflictsAlex Crichton-2/+6
2013-12-24green: Properly wait for main before shutdownAlex Crichton-12/+15
2013-12-24Test fixes and rebase problemsAlex Crichton-2/+16
2013-12-24Finalize the green::Pool typeAlex Crichton-1/+19
2013-12-24std: Get stdtest all passing againAlex Crichton-53/+41
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-444/+229
2013-12-24Stop using C++ exceptions for stack unwinding.Vadim Chugunov-66/+2