about summary refs log tree commit diff
path: root/src/libstd/io/mod.rs
AgeCommit message (Expand)AuthorLines
2017-04-06Fix Markdown issues in the docsOliver Middleton-4/+5
2017-03-31Rollup merge of #40763 - pirate:patch-2, r=steveklabnikCorey Farwell-0/+12
2017-03-28add missing importNick Sweeting-0/+2
2017-03-27Fix tidy errors and simplify exampleNick Sweeting-8/+6
2017-03-23Rewrite `io::BufRead` doc examples to better demonstrate behaviors.Corey Farwell-53/+84
2017-03-23newline for breathing roomNick Sweeting-0/+1
2017-03-23requested changesNick Sweeting-1/+2
2017-03-23Add helpful hint on io function for beginnersNick Sweeting-0/+10
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-46/+46
2017-03-01Only keep one copy of the UTF8_CHAR_WIDTH table.Simon Sapin-1/+1
2017-01-29Fix a few impl stability attributesOliver Middleton-1/+1
2017-01-22libstd: mention `?` operator instead of removing `try!` macro referenceUtkarsh Kukreti-1/+3
2017-01-22libstd: update std::io module documentation to not mention `try!`Utkarsh Kukreti-3/+1
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-58/+58
2016-12-24Rollup merge of #38505 - estebank:why-lines, r=frewsxcvSteve Klabnik-0/+6
2016-12-20Docs: Explain why/when `.lines()` returns an errorEsteban Küber-0/+6
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-0/+15
2016-12-15Stabilize std::io::Take::into_innerAaron Turon-3/+1
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-1/+1
2016-11-05add missing urls on io structsGuillaume Gomez-10/+17
2016-11-01std: Move a plattform-specific constant to sys::stdioBrian Anderson-1/+1
2016-10-18Typos in some linkageGuillaume Gomez-41/+52
2016-10-11Add missing urls in io moduleGuillaume Gomez-32/+37
2016-10-02Update unstable attr to reference tracking issue.Corey Farwell-1/+1
2016-09-30Auto merge of #36339 - brson:emscripten-new, r=alexcrichtonbors-0/+2
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+2
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-08-26Introduce `into_inner` method on `std::io::Take`.Corey Farwell-0/+27
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-8/+0
2016-08-18Fix linksNick Cameron-3/+3
2016-07-30Add urls in std::io typesGuillaume Gomez-1/+7
2016-07-30Add io::Take doc exampleGuillaume Gomez-0/+18
2016-05-30Retry on EINTR in Bytes and Chars.Aaron Gallagher-11/+18
2016-05-06doc: binding not neededTshepang Lekhonkhobe-2/+1
2016-05-06doc: mut not neededTshepang Lekhonkhobe-1/+1
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
2016-03-29Auto merge of #32541 - troplin:chain-bufread, r=alexcrichtonbors-0/+54
2016-03-28Fix formattingTobias Müller-2/+5
2016-03-28Use ? instead of try!, add some basic testsTobias Müller-1/+31
2016-03-28Implement BufRead for ChainTobias Müller-0/+21
2016-03-27Extend linkchecker with anchor checkingmitaa-1/+1
2016-03-22try! -> ?Jorge Aparicio-3/+3
2016-03-12std: Clean out deprecated APIsAlex Crichton-150/+0
2016-02-26Rollup merge of #31904 - bluss:writer-formatter-error, r=alexcrichtonManish Goregaokar-1/+8
2016-02-26Make sure formatter errors are emitted by the default Write::write_fmtUlrik Sverdrup-1/+8