rust/src/libstd/io
Alex Crichton 811257eda5 std: Rename {push,read}_bytes to {push,read}_exact
These methods can be mistaken for general "read some bytes" utilities when
they're actually only meant for reading an exact number of bytes. By renaming
them it's much clearer about what they're doing without having to read the
documentation.

Closes #12892
2014-03-20 19:45:56 -07:00
..
net rename std::vec -> std::slice 2014-03-20 01:30:27 -04:00
buffered.rs rename std::vec -> std::slice 2014-03-20 01:30:27 -04:00
comm_adapters.rs rename std::vec -> std::slice 2014-03-20 01:30:27 -04:00
extensions.rs std: Rename {push,read}_bytes to {push,read}_exact 2014-03-20 19:45:56 -07:00
flate.rs Remove eof() from io::Reader 2014-01-09 09:27:10 -08:00
fs.rs rename std::vec_ng -> std::vec 2014-03-20 04:25:32 -04:00
mem.rs rename std::vec -> std::slice 2014-03-20 01:30:27 -04:00
mod.rs std: Rename {push,read}_bytes to {push,read}_exact 2014-03-20 19:45:56 -07:00
pipe.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
process.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
result.rs std: Change assert_eq!() to use {} instead of {:?} 2014-02-28 23:01:54 -08:00
signal.rs rename std::vec -> std::slice 2014-03-20 01:30:27 -04:00
stdio.rs auto merge of #12980 : cmr/rust/overhaul-stdio, r=thestinger 2014-03-20 04:36:50 -07:00
tempfile.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
test.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
timer.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
util.rs rename std::vec -> std::slice 2014-03-20 01:30:27 -04:00