summary refs log tree commit diff
path: root/src/libstd/io/signal.rs
AgeCommit message (Expand)AuthorLines
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