rust/src/libstd/io
bors c1fb50f5d3 Auto merge of #32107 - Stebalien:partial-write, r=alexcrichton
Never return an error after a partial write

If LineWriter fails to flush, return the number of bytes written instead
of an error.

Fixes #32085
2016-03-10 11:56:29 -08:00
..
buffered.rs Add test case for #32085 2016-03-07 18:00:22 -05:00
cursor.rs Use .copy_from_slice() where applicable 2016-02-26 14:51:38 +01:00
error.rs Fix warnings when compiling stdlib with --test 2015-12-29 16:07:01 +01:00
impls.rs Use .copy_from_slice() where applicable 2016-02-26 14:51:38 +01:00
lazy.rs std: Internalize almost all of std::rt 2015-09-11 11:19:20 -07:00
mod.rs Rollup merge of #31904 - bluss:writer-formatter-error, r=alexcrichton 2016-02-26 17:03:42 +05:30
prelude.rs std: Remove deprecated functionality from 1.5 2015-12-10 11:47:55 -08:00
stdio.rs std: Funnel read_to_end through to one location 2016-03-08 17:45:44 -08:00
util.rs Fix warnings when compiling stdlib with --test 2015-12-29 16:07:01 +01:00