summary refs log tree commit diff
path: root/src/libstd/io/mod.rs
AgeCommit message (Expand)AuthorLines
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-25std: Touch various I/O documentation blocksAlex Crichton-2/+0
2014-03-25libstd: Document the following modules:Patrick Walton-0/+30
2014-03-22std: Add an I/O reader method to fill a bufferAlex Crichton-2/+19
2014-03-20std: Rename {push,read}_bytes to {push,read}_exactAlex Crichton-7/+8
2014-03-20rename std::vec -> std::sliceDaniel Micay-4/+4
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-3/+1
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-19/+10
2014-03-13auto merge of #12815 : alexcrichton/rust/chan-rename, r=brsonbors-1/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-1/+1
2014-03-12auto merge of #12414 : DaGenix/rust/failing-iterator-wrappers, r=alexcrichtonbors-29/+31
2014-03-12Update io iterators to produce IoResultsPalmer Cox-29/+31
2014-03-12std: allow io::File* structs to be hashableErick Tryzelaar-1/+3
2014-03-12doc: discuss try! in std::ioPeter Marheine-0/+34
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-1/+1
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-28std: Improve some I/O documentationAlex Crichton-11/+126
2014-02-26auto merge of #12490 : zslayton/rust/doc-fix-12386, r=alexcrichtonbors-14/+0
2014-02-24auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonwbors-41/+1
2014-02-23auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brsonbors-1/+1
2014-02-23Roll std::run into std::io::processAlex Crichton-1/+1
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-41/+1
2014-02-23Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added...zslayton-14/+0
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-7/+4
2014-02-22Reduce reliance on `to_str_radix`Brendan Zabarauskas-2/+2
2014-02-20Mass rename if_ok! to try!Alex Crichton-5/+5
2014-02-20Return a buffered stdin by default.Alex Crichton-7/+4
2014-02-18Spellcheck library docs.Huon Wilson-1/+1
2014-02-15Create RefReader and RefWriter adaptor structsPalmer Cox-0/+33
2014-02-12auto merge of #12204 : alexcrichton/rust/seek, r=pcwaltonbors-5/+7
2014-02-11Finalize the Seek APIAlex Crichton-5/+7
2014-02-11std -- replaces uses where const borrows would be requiredNiko Matsakis-17/+25
2014-02-09std::io: Add `Chars` iterator for Buffer.gifnksm-0/+35
2014-02-08std::fmt: convert the formatting traits to a proper self.Huon Wilson-3/+3
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-4/+6
2014-02-03std: Fixing all documentationAlex Crichton-149/+138
2014-02-03std: Fix tests with io_error usageAlex Crichton-11/+8
2014-02-03std: Remove io::io_errorAlex Crichton-243/+197
2014-01-31Fix minor doc typosVirgile Andreani-1/+1
2014-01-28Rename OwnedCopyableVector to OwnedCloneableVectorVirgile Andreani-1/+1
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-12/+12
2014-01-25auto merge of #11808 : huonw/rust/std-visible-types, r=brsonbors-1/+1
2014-01-26std,extra: Make some types public and other private.Huon Wilson-1/+1
2014-01-25Uppercase numeric constantsChris Wong-9/+9
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-2/+2
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-1/+1
2014-01-18Rename iterators for consistencyPalmer Cox-11/+11
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-12/+15
2014-01-17Tweak the interface of std::ioAlex Crichton-12/+15