about summary refs log tree commit diff
path: root/src/libstd/io/mod.rs
AgeCommit message (Expand)AuthorLines
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
2015-02-20try to reduce bajillion warningsAlexis-4/+4
2015-02-17Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonManish Goregaokar-2/+2
2015-02-16Make io::Seek docs less prescriptiveSteven Fackler-3/+2
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-2/+2
2015-02-06Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichtonManish Goregaokar-3/+2
2015-02-05Replace one more slice::from_raw_mut_buf added with new ioMikhail Zabaluev-3/+2
2015-02-04Fix for misspelled comments.Joseph Crail-2/+2
2015-02-03std: Add `io` module againAlex Crichton-0/+948
2015-01-26std: Rename io to old_ioAlex Crichton-1939/+0
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-2/+2
2015-01-21Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-24/+8
2015-01-21rollup merge of #21423: oli-obk/prettier_read_untilAlex Crichton-10/+8
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-1/+1
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-24/+8
2015-01-21Rollup merge of #21312 - michaelsproul:remove-error-send-bound, r=aturonBarosl LEE-3/+3
2015-01-20prettier Buffer::read_untilOliver Schneider-10/+8
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-17Remove Send bound from Error trait.Michael Sproul-3/+3
2015-01-17Evaluate # fn in docsSteve Klabnik-16/+11
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-3/+3
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07use slicing sugarJorge Aparicio-4/+4
2015-01-07register new snapshotsJorge Aparicio-2/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-4/+6
2015-01-06rollup merge of #19430: pczarn/interp_tt-cleanupAlex Crichton-9/+11
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-0/+1
2015-01-07Cleanup and followup to PR #17830: parsing changesPiotr Czarnecki-9/+11
2015-01-06Register new snapshotsAlex Crichton-2/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-4/+10
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-06Fallout from stabilizationAaron Turon-4/+6
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-4/+10
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-0/+1
2015-01-07Replace full slice notation with index callsNick Cameron-4/+4
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-1/+4
2015-01-06FalloutNick Cameron-4/+4
2015-01-05Rename macro_escape to macro_useKeegan McAllister-1/+2
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-1/+3
2015-01-05Merge `UnicodeChar` and `CharExt`.Huon Wilson-1/+0
2015-01-05Rename `core::char::Char` to `CharExt` to match prelude guidelines.Huon Wilson-1/+1