rust/src/libstd/io
Jamey Sharp 80d733385a Inline simple Cursor write calls
Implementing the Write trait for Cursors over slices is so light-weight that under some circumstances multiple writes can be fused into a single instruction. In general I think inlining these functions is a good idea because most of the code can be constant-folded and copy-propagated away.

Closes issue #33916.
2016-05-27 19:34:20 -07:00
..
buffered.rs Utilize Result::unwrap_err in more places. 2016-05-09 08:40:57 -04:00
cursor.rs Inline simple Cursor write calls 2016-05-27 19:34:20 -07:00
error.rs Remove unused trait imports flagged by lint 2016-05-03 18:48:34 +09:00
impls.rs try! -> ? 2016-03-22 22:01:37 -05:00
lazy.rs std: Stabilize APIs for the 1.10 release 2016-05-24 09:00:39 -07:00
mod.rs doc: binding not needed 2016-05-06 21:04:40 +02:00
prelude.rs std: Remove deprecated functionality from 1.5 2015-12-10 11:47:55 -08:00
stdio.rs doc: Stdin is locked for reads, not writes 2016-03-23 23:39:01 +00:00
util.rs try! -> ? 2016-03-22 22:01:37 -05:00