about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2015-03-24rollup merge of #23592: alexcrichton/tweak-at-exitAlex Crichton-8/+16
2015-03-24Added `Write` bounds to avoid a specialized Drop impl for `BufWriter`.Felix S. Klock II-9/+9
2015-03-24std: Update docs for removal of ReadExt, WriteExtUlrik Sverdrup-16/+16
2015-03-24std: Zero memory when calling `read_to_end()`Alex Crichton-30/+14
2015-03-23rollup merge of #23622: steveklabnik/gh23196Alex Crichton-0/+6
2015-03-23rollup merge of #23608: nagisa/refine-cursor-docstringAlex Crichton-8/+5
2015-03-23rollup merge of #23607: mahkoh/cursorAlex Crichton-0/+1
2015-03-23rollup merge of #23541: aturon/stab-errorAlex Crichton-1/+1
2015-03-23Stabilize the Error traitAaron Turon-1/+1
2015-03-23Beef up BufRead::consume documentation.Steve Klabnik-0/+6
2015-03-23derive missing trait implementations for cursorJulian Orth-0/+1
2015-03-22Refine Cursor docstringSimonas Kazlauskas-8/+5
2015-03-21std: Tweak rt::at_exit behaviorAlex Crichton-8/+16
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-4/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-4/+1
2015-03-20Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichtonbors-1/+1
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-1/+1
2015-03-20Rollup merge of #23499 - mbrubeck:doc-edit, r=huonwManish Goregaokar-1/+2
2015-03-19Auto merge of #23430 - alexcrichton:io-error, r=aturonbors-21/+58
2015-03-19std: Stablize io::ErrorKindAlex Crichton-21/+58
2015-03-19Auto merge of #23507 - jbcrail:fix-comment-spelling, r=alexcrichtonbors-1/+1
2015-03-19Fix spelling errors in comments.Joseph Crail-1/+1
2015-03-19Rollup merge of #23468 - sfackler:stdio-panic, r=alexcrichtonManish Goregaokar-3/+29
2015-03-18Clarify in docs that BufRead::read_line appendsMatt Brubeck-1/+2
2015-03-18Register new snapshotsAlex Crichton-8/+0
2015-03-18Add a testSteven Fackler-0/+26
2015-03-18Remove the newly introduced trait impls for fixed-size arrays and use &b"..."...Vadim Petrochenkov-22/+18
2015-03-17Ignore stdio mutex poison stateSteven Fackler-3/+3
2015-03-18Avoid metadata bloat by using trait FixedSizeArrayVadim Petrochenkov-20/+7
2015-03-18Fixed-size byte string literals (RFC 339)Vadim Petrochenkov-2/+19
2015-03-17Rollup merge of #23432 - mzabaluev:io-into-inner-doc, r=alexcrichtonManish Goregaokar-14/+15
2015-03-17Rollup merge of #23415 - alexcrichton:stabilize-flush, r=aturonManish Goregaokar-1/+1
2015-03-17std::io::buffered: Don't use 'flush' in documentation of into_innerMikhail Zabaluev-14/+15
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-7/+49
2015-03-15Rollup merge of #23379 - kballard:tweak-stdio-docs-no-raw-constructors, r=ale...Manish Goregaokar-18/+9
2015-03-14Remove incorrect references to _raw stdio functionsKevin Ballard-18/+9
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-7/+49
2015-03-13Fallout of std::old_io deprecationAlex Crichton-12/+38
2015-03-12std: Stabilize the `io` moduleAlex Crichton-83/+198
2015-03-06rollup merge of #23087: nagisa/std-undeadlockAlex Crichton-3/+0
2015-03-06Fix an easy to trigger deadlock in std::io::stdioSimonas Kazlauskas-3/+0
2015-03-06Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturonManish Goregaokar-18/+115
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-9/+9
2015-03-04std: Stabilize portions of the `io` moduleAlex Crichton-18/+115
2015-03-04Auto merge of #22920 - tshepang:remove-some-warnings, r=huonwbors-1/+1