summary refs log tree commit diff
path: root/src/libstd/io/mod.rs
AgeCommit message (Expand)AuthorLines
2018-04-15Deprecate Read::chars and char::decode_utf8Simon Sapin-1/+13
2018-04-05Stabilize take_set_limitThayne McCombs-2/+1
2018-04-03Cross-reference fs::read functions from io::Read docsMatt Brubeck-0/+10
2018-03-28Remove hidden `foo` functions from doc examples; use `Termination` trait.Corey Farwell-303/+302
2018-02-19Add missing linkAndreas Streichardt-0/+2
2018-02-15Remove "empty buffer" doc in read_untilRoss Light-2/+0
2018-01-08Add missing linksGuillaume Gomez-7/+14
2018-01-05Clarify appending behavior of 'io::Read::read_to_string()'.Sergio Benitez-1/+1
2017-12-20Fix some rustdoc warningsGuillaume Gomez-2/+3
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-4/+3
2017-11-26Rollup merge of #46224 - GuillaumeGomez:io-missing-link, r=QuietMisdreavuskennytm-2/+1
2017-11-23Remove invalid doc linkGuillaume Gomez-2/+1
2017-11-22Rollup merge of #46050 - sunfishcode:read_to_end, r=sfacklerkennytm-6/+3
2017-11-21Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM...bors-0/+2
2017-11-18Add doc for `Read`ing from `&str` and some related cleanupGarrett Berg-7/+27
2017-11-17spotlight Iterator/Read/Write impls on function return typesQuietMisdreavus-0/+2
2017-11-16Optimize `read_to_end`.Dan Gohman-6/+3
2017-11-14Fixed several pulldown warnings when documenting libstd.kennytm-2/+2
2017-11-01Rollup merge of #45664 - mbrubeck:docs, r=estebankkennytm-4/+5
2017-10-31Fix incorrect error type in Read::byte docsMatt Brubeck-4/+5
2017-10-31Add a hint what `BufRead` functions do on EOFTobias Bucher-0/+4
2017-09-01Fix testsNick Cameron-1/+1
2017-08-30Temporary fix for a test (will require another update when this is fully merged)Guillaume Gomez-1/+1
2017-08-24Fix inconsistent doc headingslukaramu-2/+2
2017-08-21Add missing links for Read traitGuillaume Gomez-41/+65
2017-08-10Add missing links in io module docsGuillaume Gomez-4/+6
2017-07-11Allow setting the limit on std::io::Take.Mark Simulacrum-0/+29
2017-06-30Stabilize 'more_io_inner_methods' feature.Sergio Benitez-15/+5
2017-06-20Add `Read::initializer`.Steven Fackler-19/+109
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-05-10Fix up stability annotations per feedback.Zack Weinberg-3/+3
2017-05-10Revise the eprint(ln)! feature.Zack Weinberg-1/+1
2017-05-10Add `eprint!` and `eprintln!` macros to the prelude.Zack Weinberg-0/+2
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-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