about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2014-03-20std: Rename {push,read}_bytes to {push,read}_exactAlex Crichton-18/+19
2014-03-20auto merge of #12980 : cmr/rust/overhaul-stdio, r=thestingerbors-1/+7
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-28/+28
2014-03-19std: io: flush stdout on stdin read from ttyCorey Richardson-1/+7
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-9/+4
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-19/+103
2014-03-13auto merge of #12855 : alexcrichton/rust/shutdown, r=brsonbors-0/+18
2014-03-13io: Bind to shutdown() for TCP streamsAlex Crichton-0/+18
2014-03-13auto merge of #12815 : alexcrichton/rust/chan-rename, r=brsonbors-288/+246
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-288/+246
2014-03-13auto merge of #12573 : lbonn/rust/unrecurs, r=alexcrichtonbors-11/+85
2014-03-12auto merge of #12414 : DaGenix/rust/failing-iterator-wrappers, r=alexcrichtonbors-46/+53
2014-03-12Update io iterators to produce IoResultsPalmer Cox-46/+53
2014-03-12std: allow io::File* structs to be hashableErick Tryzelaar-1/+3
2014-03-12Remove remaining nolink usages.(fixes #12810)lpy-1/+0
2014-03-12doc: discuss try! in std::ioPeter Marheine-0/+34
2014-03-12Remove the dependence of std::io::test on rand.Huon Wilson-4/+11
2014-03-10fs: units tests for mkdir_recusive and rmdir_recursiveLaurent Bonnans-0/+26
2014-03-10fs: use an iterative algorithm for 'rmdir_recursive'Laurent Bonnans-8/+41
2014-03-10fs: use an iterative algorithm for 'mkdir_recursive'Laurent Bonnans-3/+18
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-4/+4
2014-03-04Rename struct fields with uppercase characters in their names to use lowercasePalmer Cox-4/+4
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-2/+2
2014-03-01std: Switch stdout/stderr to buffered by defaultAlex Crichton-5/+29
2014-03-01std: Flush when buffered writers are droppedAlex Crichton-14/+25
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-38/+38
2014-02-28std: Improve some I/O documentationAlex Crichton-33/+188
2014-02-27rustc: Use libnative for the compilerAlex Crichton-1/+1
2014-02-27std: Small cleanup and test improvementAlex Crichton-150/+176
2014-02-26auto merge of #12490 : zslayton/rust/doc-fix-12386, r=alexcrichtonbors-19/+9
2014-02-25auto merge of #12522 : erickt/rust/hash, r=alexcrichtonbors-1/+0
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+1
2014-02-24std: minor whitespace cleanupErick Tryzelaar-1/+0
2014-02-24windows: Fix the test_exists unit testAlex Crichton-2/+5
2014-02-24Correctly ignore some tests on windowsAlex Crichton-6/+4
2014-02-24auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonwbors-54/+15
2014-02-23auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brsonbors-79/+522
2014-02-23Roll std::run into std::io::processAlex Crichton-79/+522
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-54/+15
2014-02-23Merge remote-tracking branch 'brson/iodoc'Brian Anderson-126/+41
2014-02-23Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added...zslayton-19/+9
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-15/+3
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-8/+13
2014-02-22std: Remove some nonsense from old std::io docsBrian Anderson-126/+41
2014-02-21auto merge of #12422 : alexcrichton/rust/buffered-default, r=brsonbors-10/+20
2014-02-22Reduce reliance on `to_str_radix`Brendan Zabarauskas-2/+2
2014-02-20Mass rename if_ok! to try!Alex Crichton-27/+27
2014-02-20Return a buffered stdin by default.Alex Crichton-10/+20
2014-02-20move extra::test to libtestLiigo Zhuang-2/+4