about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2016-10-11Add missing urls in io moduleGuillaume Gomez-32/+37
2016-10-05Fixed small typo in `BufRead` commentsRazican-1/+1
2016-10-04Rollup merge of #36938 - tmiasko:cursor-seek-overflow, r=alexcrichtonManish Goregaokar-7/+18
2016-10-04Rollup merge of #36916 - frewsxcv:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2016-10-03Check for overflow in Cursor<Vec<u8>>::write.Tomasz Miąsko-7/+18
2016-10-02Update unstable attr to reference tracking issue.Corey Farwell-1/+1
2016-10-01std: Move platform specific stdio code into sysBrian Anderson-5/+2
2016-09-30Auto merge of #36339 - brson:emscripten-new, r=alexcrichtonbors-4/+8
2016-09-30Change the sigs of set_print/set_panic to allow restoring the default objectsBrian Anderson-4/+4
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+4
2016-09-30Fix BufRead::{read_until, read_line} documentation.Tomasz Miąsko-7/+3
2016-09-27[std::io::Chain] Mark first as done only when reading into non-zero length bu...Tomasz Miąsko-1/+12
2016-09-21Fix outdated Doc Comment on BufReader::seekChristopher Serr-2/+2
2016-09-13Rollup merge of #36397 - SuperFluffy:bufwriter_unnecessary_cmp, r=aturonGuillaume Gomez-2/+1
2016-09-12Auto merge of #36019 - frewsxcv:take-into-inner, r=alexcrichtonbors-0/+27
2016-09-11Remove unnecessary `cmp::min` from BufWriter::writeRichard Janis Goldschmidt-2/+1
2016-08-31Rollup merge of #35911 - tbu-:pr_io_errorkind_traits, r=alexcrichtonJonathan Turner-2/+3
2016-08-26Introduce `into_inner` method on `std::io::Take`.Corey Farwell-0/+27
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-26/+0
2016-08-24Restore old ordering of `io::ErrorKind`sTobias Bucher-3/+4
2016-08-23Implement more traits for `std::io::ErrorKind`Tobias Bucher-6/+6
2016-08-18Fix linksNick Cameron-3/+3
2016-07-30Add urls in std::io typesGuillaume Gomez-2/+14
2016-07-30Add io::Take doc exampleGuillaume Gomez-0/+18
2016-07-30Add doc example for StdoutGuillaume Gomez-0/+15
2016-07-30Add doc example for StdinGuillaume Gomez-0/+15
2016-07-30Add doc example for io::StderrGuillaume Gomez-0/+15
2016-07-29Add io::Error doc examplesGuillaume Gomez-0/+145
2016-07-19Auto merge of #33974 - habnabit:eintr-retry-for-read-iterators, r=alexcrichtonbors-11/+18
2016-07-09Auto merge of #34717 - frewsxcv:sink, r=apasel422bors-2/+2
2016-07-07Remove unnecessarily mutable reference in doc example.Corey Farwell-2/+2
2016-07-06Add doc examples for `io::Error::from_raw_os_error`.Corey Farwell-0/+24
2016-06-28Rollup merge of #34524 - frewsxcv:std-io-sink, r=GuillaumeGomezGuillaume Gomez-0/+10
2016-06-28Rollup merge of #34518 - frewsxcv:io-repeat, r=GuillaumeGomezGuillaume Gomez-0/+10
2016-06-28Add doc example for `std::io::sink`.Corey Farwell-0/+10
2016-06-27Minor rewrite of `std::io::empty` doc example.Corey Farwell-6/+3
2016-06-27Add doc example for `std::io::repeat`.Corey Farwell-0/+10
2016-05-30Retry on EINTR in Bytes and Chars.Aaron Gallagher-11/+18
2016-05-27Inline simple Cursor write callsJamey Sharp-0/+2
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-9/+12
2016-05-09Utilize `Result::unwrap_err` in more places.Corey Farwell-1/+1
2016-05-08Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrcbors-1/+0
2016-05-06doc: binding not neededTshepang Lekhonkhobe-2/+1
2016-05-06doc: mut not neededTshepang Lekhonkhobe-1/+1
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-1/+0
2016-05-02libstd: correct the link to functions in io module documentationRyman-2/+2
2016-04-14Rollup merge of #32855 - troplin:take-bufread-fix, r=alexcrichtonSteve Klabnik-0/+12
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-1/+1
2016-04-09Don't read past limit for in BufRead instance of TakeTobias Müller-0/+12
2016-04-02Drop the default buffer size to 8KSteven Fackler-1/+1