about summary refs log tree commit diff
path: root/src/libstd/io/mod.rs
AgeCommit message (Expand)AuthorLines
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+1
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-1/+1
2015-04-15Fix some typos.Ms2ger-1/+1
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-6/+6
2015-04-13Refine read_to_end documentationSimonas Kazlauskas-7/+4
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-6/+6
2015-04-06Remove outdated notice from BufRead::lines docs.Matt Brubeck-3/+0
2015-04-02Rollup merge of #23847 - bcoopers:read_clarification, r=sfacklerManish Goregaokar-8/+4
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-24/+24
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-4/+3
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-4/+3
2015-03-31Stabilize a few remaining stragglersAaron Turon-4/+6
2015-03-30Only zero at most 64k at a time. We still use the doublingbcoopers-8/+4
2015-03-29Clearer wordingbcoopers-3/+3
2015-03-2980 character line limitbcoopers-2/+3
2015-03-29Clarified and simplified algorithm for increasing size of buffer inbcoopers-5/+4
2015-03-29Auto merge of #23820 - sfackler:fast_read_to_end, r=alexcrichtonbors-31/+33
2015-03-28Fix massive performance issue in read_to_endSteven Fackler-31/+33
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-26std: Stabilize BufRead::splitAlex Crichton-4/+3
2015-03-25Rollup merge of #23664 - bluss:std-docs, r=steveklabnikManish Goregaokar-15/+15
2015-03-24rollup merge of #23668: alexcrichton/io-zeroAlex Crichton-30/+14
2015-03-24std: Update docs for removal of ReadExt, WriteExtUlrik Sverdrup-15/+15
2015-03-24std: Zero memory when calling `read_to_end()`Alex Crichton-30/+14
2015-03-23Beef up BufRead::consume documentation.Steve Klabnik-0/+6
2015-03-20Rollup merge of #23499 - mbrubeck:doc-edit, r=huonwManish Goregaokar-1/+2
2015-03-18Clarify in docs that BufRead::read_line appendsMatt Brubeck-1/+2
2015-03-18Register new snapshotsAlex Crichton-8/+0
2015-03-18Remove the newly introduced trait impls for fixed-size arrays and use &b"..."...Vadim Petrochenkov-13/+13
2015-03-17Rollup merge of #23415 - alexcrichton:stabilize-flush, r=aturonManish Goregaokar-1/+1
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+1
2015-03-16impl<T> [T]Jorge Aparicio-0/+3
2015-03-16impl strJorge Aparicio-0/+3
2015-03-16std: Stabilize the Write::flush methodAlex Crichton-1/+1
2015-03-15Auto merge of #23206 - nagisa:print-io, r=alexcrichtonbors-2/+2
2015-03-14Stop recommending old_io in the module doc for std::ioKevin Ballard-4/+0
2015-03-15Use new io in print and println macrosesSimonas Kazlauskas-2/+2
2015-03-13Fallout of std::old_io deprecationAlex Crichton-12/+14
2015-03-12std: Stabilize the `io` moduleAlex Crichton-58/+78
2015-03-06Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturonManish Goregaokar-0/+32
2015-03-04std: Stabilize portions of the `io` moduleAlex Crichton-0/+32
2015-03-04Auto merge of #22920 - tshepang:remove-some-warnings, r=huonwbors-1/+1
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-1/+1
2015-02-28std: Implement stdio for `std::io`Alex Crichton-0/+5
2015-02-23Rollup merge of #22640 - sfackler:fix-take, r=alexcrichtonManish Goregaokar-0/+35
2015-02-21Implement BufRead for TakeSteven Fackler-0/+15
2015-02-22Rollup merge of #22567 - Gankro:unstable, r=alexcrichtonManish Goregaokar-4/+4
2015-02-21Fix io::Take behavior with limit 0Steven Fackler-0/+20
2015-02-21Fix typo in std::io unstable reasonJake Goulding-1/+1