about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-5/+8
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-14Rollup merge of #30886 - ollie27:docs_links, r=steveklabnikManish Goregaokar-13/+13
2016-01-13Fix some broken and missing links in the docsOliver Middleton-13/+13
2016-01-12Remove dead `InternalBufWriter` implementationAndrea Canciani-15/+0
2016-01-02Adjusted heading and created dedicated section in std::io docsNathan-0/+9
2016-01-01Auto merge of #30648 - tshepang:missing-graves, r=steveklabnikbors-2/+2
2015-12-31Auto merge of #30645 - tshepang:grammar, r=steveklabnikbors-2/+2
2015-12-30doc: missed these in a4da9acTshepang Lekhonkhobe-2/+2
2015-12-30doc: fix grammarTshepang Lekhonkhobe-2/+2
2015-12-30doc: add gravesTshepang Lekhonkhobe-23/+23
2015-12-30doc: add some links for io::stdioTshepang Lekhonkhobe-14/+35
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-3/+5
2015-12-26Fix links in docs for std::ioFlorian Hartwig-4/+4
2015-12-23doc: make line visibleTshepang Lekhonkhobe-1/+1
2015-12-18Use memchr in libstd where possible, closes #30076Florian Hahn-2/+4
2015-12-12Auto merge of #30312 - seanmonstar:ioerror-description, r=alexcrichtonbors-1/+23
2015-12-10std: improve io error descriptionsSean McArthur-1/+23
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-3/+0
2015-12-09doc: these are just renames, so avoid duplicationTshepang Lekhonkhobe-7/+2
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-20/+52
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+11
2015-11-09std: Migrate to the new libcAlex Crichton-3/+2
2015-11-06Auto merge of #29643 - petrochenkov:stability5, r=alexcrichtonbors-1/+0
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-10-31std: Prevent print panics when using TLSAlex Crichton-8/+26
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-0/+1
2015-10-21Fix doc sample for CursorWesley Wiser-1/+1
2015-10-17Fix minor issues with std::io docsKevin Yap-7/+7
2015-10-14Remove unnecessary parentheses around range expressionsAndrew Paseltiner-4/+4
2015-10-14fix tidyManish Goregaokar-1/+1
2015-10-14fix link on std::result::ResultVladimir Rutsky-3/+2
2015-10-09Auto merge of #27897 - sfackler:cursor-box-slice, r=alexcrichtonbors-0/+57
2015-10-09Implement Read, BufRead, Write and Seek for Cursor<Box<[u8]>>Steven Fackler-0/+57
2015-10-08Auto merge of #28900 - cristicbz:typos, r=alexcrichtonbors-6/+6
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-6/+6
2015-10-02Use generic trait implementations for Cursor when possible.nwin-49/+25
2015-09-30Make note of performance implications of ReadSteve Klabnik-0/+7
2015-09-14Auto merge of #28256 - petrochenkov:conv, r=alexcrichtonbors-1/+5
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-2/+2
2015-09-09Reduce code bloat from conversion traits in function parametersVadim Petrochenkov-1/+5
2015-09-08some more clippy-based improvementsAndre Bogus-4/+4
2015-09-03std: Account for CRLF in {str, BufRead}::linesAlex Crichton-4/+7
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-1/+2
2015-08-30Auto merge of #27588 - cesarb:read_all, r=alexcrichtonbors-0/+140
2015-08-28Add issue number to read_exact unstable declarationsCesar Eduardo Barros-2/+2
2015-08-24Implement read_exact for the Read traitCesar Eduardo Barros-0/+140
2015-08-19Improve std::io::ErrorKindSteve Klabnik-0/+3
2015-08-18Remove repetition in Seek::seek() docRemi Rampin-3/+0