about summary refs log tree commit diff
path: root/src/libstd/io/mod.rs
AgeCommit message (Expand)AuthorLines
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
2016-02-23Register new snapshotsAaron Turon-3/+3
2016-01-15Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichtonbors-3/+3
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-3/+3
2016-01-13Fix some broken and missing links in the docsOliver Middleton-13/+13
2016-01-02Adjusted heading and created dedicated section in std::io docsNathan-0/+9
2015-12-30doc: fix grammarTshepang Lekhonkhobe-2/+2
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-1/+1
2015-12-26Fix links in docs for std::ioFlorian Hartwig-4/+4
2015-12-18Use memchr in libstd where possible, closes #30076Florian Hahn-1/+2
2015-12-09doc: these are just renames, so avoid duplicationTshepang Lekhonkhobe-1/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-9/+30
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+8
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-10-17Fix minor issues with std::io docsKevin Yap-7/+7
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-2/+2
2015-09-30Make note of performance implications of ReadSteve Klabnik-0/+7
2015-09-03std: Account for CRLF in {str, BufRead}::linesAlex Crichton-4/+7
2015-08-30Auto merge of #27588 - cesarb:read_all, r=alexcrichtonbors-0/+107
2015-08-28Add issue number to read_exact unstable declarationsCesar Eduardo Barros-1/+1
2015-08-24Implement read_exact for the Read traitCesar Eduardo Barros-0/+107
2015-08-18Remove repetition in Seek::seek() docRemi Rampin-3/+0
2015-08-15std: Add issues to all unstable featuresAlex Crichton-12/+24
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-1/+1
2015-08-02Docs: clarify return value of std::io::Seek::seekSimon Sapin-2/+3
2015-07-29Rollup merge of #27327 - steveklabnik:fix_take, r=alexcrichtonSteve Klabnik-1/+1
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-1/+1
2015-07-27Fix buffer length in std::io::takeSteve Klabnik-1/+1
2015-07-22Rollup merge of #27167 - steveklabnik:doc_std_io_take, r=alexcrichtonSteve Klabnik-2/+8
2015-07-22Rollup merge of #27157 - steveklabnik:doc_std_io_iterators, r=alexcrichtonSteve Klabnik-11/+28
2015-07-20Write better docs for std::ioSteve Klabnik-0/+229
2015-07-20Update docs for take and broadcastSteve Klabnik-2/+8
2015-07-20Document iterators in std::ioSteve Klabnik-11/+28
2015-07-16Merge branch 'doc_io_traits_enums' of https://github.com/steveklabnik/rust in...Steve Klabnik-58/+601
2015-07-16More docs for std::io free functions.Steve Klabnik-10/+10