rust/src/libstd/old_io
Brian Anderson 76e9fa63ba core: Audit num module for int/uint
* count_ones/zeros, trailing_ones/zeros return u32, not usize
* rotate_left/right take u32, not usize
* RADIX, MANTISSA_DIGITS, DIGITS, BITS, BYTES are u32, not usize

Doesn't touch pow because there's another PR for it.

[breaking-change]
2015-03-02 16:12:46 -08:00
..
net rollup merge of #22497: nikomatsakis/suffixes 2015-02-18 14:35:01 -08:00
buffered.rs Replace all uses of &foo[] with &foo[..] en masse. 2015-02-18 17:36:03 -05:00
comm_adapters.rs Test fixes and rebase conflicts 2015-02-17 19:42:28 -08:00
extensions.rs std: Deprecated the old_io::extensions module 2015-02-27 16:26:33 -08:00
fs.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
mem.rs Check stability of struct fields. 2015-02-26 16:26:34 +11:00
mod.rs core: Audit num module for int/uint 2015-03-02 16:12:46 -08:00
pipe.rs Fallout from stabilization 2015-02-17 15:14:17 -08:00
process.rs Register new snapshots 2015-02-20 22:17:17 -08:00
result.rs Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
stdio.rs std: Implement stdio for std::io 2015-02-28 23:13:02 -08:00
tempfile.rs std: Move std::env to the new I/O APIs 2015-02-24 15:27:42 -08:00
test.rs std: Move std::env to the new I/O APIs 2015-02-24 15:27:42 -08:00
timer.rs Remove i, is, u, or us suffixes that are not necessary. 2015-02-18 09:09:12 -05:00
util.rs Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00