about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2017-08-10Add missing links for Error docsGuillaume Gomez-1/+4
2017-08-10Add missing links in io module docsGuillaume Gomez-4/+6
2017-08-10Add missing links in io::Error docsGuillaume Gomez-7/+11
2017-08-02Fixed errors in libstd.Isaac van Bakel-1/+1
2017-07-20Remove mut where possibleEvan Cameron-10/+10
2017-07-12Rollup merge of #43136 - jgallag88:bufWriterDocs, r=steveklabnikMark Simulacrum-1/+5
2017-07-11Allow setting the limit on std::io::Take.Mark Simulacrum-0/+29
2017-07-09Add warning to BufWriter documentationJohn Gallagher-1/+5
2017-06-30Stabilize 'more_io_inner_methods' feature.Sergio Benitez-15/+5
2017-06-20Add `Read::initializer`.Steven Fackler-40/+183
2017-06-16Rollup merge of #42685 - Havvy:doc-remove-sometimes, r=steveklabnikCorey Farwell-1/+1
2017-06-15Update older URLs pointing to the first edition of the BookWonwoo Choi-1/+1
2017-06-13Remove sometimes in std::io::Read docHavvy-1/+1
2017-06-04inline io::Error creation from ErrorKindarthurprs-0/+1
2017-05-10Fix up stability annotations per feedback.Zack Weinberg-5/+5
2017-05-10Revise the eprint(ln)! feature.Zack Weinberg-51/+30
2017-05-10Add `eprint!` and `eprintln!` macros to the prelude.Zack Weinberg-0/+38
2017-04-25Rollup merge of #41463 - SergioBenitez:master, r=alexcrichtonCorey Farwell-0/+139
2017-04-24Add cautions to io::get_mut method documentation.Sergio Benitez-0/+8
2017-04-24Reference tracking issue for more_io_inner_methods.Sergio Benitez-5/+5
2017-04-24Add internal accessor methods to io::{Chain, Take}.Sergio Benitez-0/+131
2017-04-21Specify behavior of `write_all` for `ErrorKind::Interrupted` errorsTobias Bucher-6/+16
2017-04-06Fix Markdown issues in the docsOliver Middleton-12/+14
2017-03-31Rollup merge of #40763 - pirate:patch-2, r=steveklabnikCorey Farwell-0/+12
2017-03-28Rollup merge of #40783 - stepancheg:cursor-new-0, r=aturonCorey Farwell-0/+4
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-24Document Cursor::new position is 0Stepan Koltsov-0/+4
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-53/+53
2017-03-01Only keep one copy of the UTF8_CHAR_WIDTH table.Simon Sapin-1/+1
2017-02-16std::io::cursor: Fixed Seek so test passes.Amos Onn-10/+12
2017-02-16std::io::cursor Added test for seeking beyond i64.Amos Onn-0/+37
2017-01-29Fix a few impl stability attributesOliver Middleton-10/+10
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-89/+89
2017-01-13Change `to_owned` to `to_string` in docsStjepan Glavina-2/+2
2016-12-24Rollup merge of #38505 - estebank:why-lines, r=frewsxcvSteve Klabnik-0/+6
2016-12-24Auto merge of #38062 - alexcrichton:fix-line-writer, r=brsonbors-13/+86
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/+79
2016-12-16Address falloutAaron Turon-3/+3
2016-12-15Stabilize std::io::Take::into_innerAaron Turon-3/+1
2016-12-12Merge branch 'master' into redoxJeremy Soller-3/+21
2016-12-12Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichtonbors-1/+1
2016-11-30Move small-copy optimization into <&[u8] as Read>Ruud van Asseldonk-2/+20