about summary refs log tree commit diff
path: root/src/libstd/io/signal.rs
AgeCommit message (Expand)AuthorLines
2014-10-01Remove std::io::signalAaron Turon-236/+0
2014-09-30Fix libstdSteven Fackler-2/+2
2014-08-14auto merge of #16332 : brson/rust/slicestab, r=aturonbors-1/+1
2014-08-13std: Clarify what timers do with zero and negative durationsBrian Anderson-3/+4
2014-08-13std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc.Brian Anderson-3/+3
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-0/+1
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-06-15Register new snapshotsAlex Crichton-1/+1
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-3/+14
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+2
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-1/+1
2014-04-10std: Make std::comm return types consistentAlex Crichton-1/+2
2014-04-10std,serialize: remove some internal uses of ~[].Huon Wilson-2/+3
2014-04-05std: Fix a doc example on io::signalAlex Crichton-10/+9
2014-03-31std: Switch field privacy as necessaryAlex Crichton-3/+3
2014-03-20rename std::vec -> std::sliceDaniel Micay-1/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-17/+17
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-28std: Improve some I/O documentationAlex Crichton-0/+1
2014-02-27std: Small cleanup and test improvementAlex Crichton-12/+11
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-1/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-8/+13
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-3/+3
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-0/+1
2014-02-03std: Fixing all documentationAlex Crichton-9/+6
2014-02-03std: Fix tests with io_error usageAlex Crichton-5/+5
2014-02-03std: Remove io::io_errorAlex Crichton-6/+7
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-2/+2
2014-01-15Allow more "error" values in try_recv()Alex Crichton-1/+2
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
2013-12-24std: Expose that LocalIo may not always be availableAlex Crichton-10/+7
2013-12-23std: Fix all code examplesAlex Crichton-2/+2
2013-12-16Fallout of rewriting std::commAlex Crichton-7/+4
2013-12-15std: fix spelling in docs.Huon Wilson-1/+1
2013-12-10librustuv: Change `with_local_io` to use RAII.Patrick Walton-13/+11
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-5/+5
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+224