rust/src/libstd
bors 5457eab3c5 Auto merge of #22600 - brson:num, r=Gankro
* 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.

cc https://github.com/rust-lang/rust/issues/22240

r? @Gankro
2015-03-03 02:05:18 +00:00
..
collections
ffi
fs
io std: Implement stdio for std::io 2015-02-28 23:13:02 -08:00
net std: Draw from the same port pool during tests 2015-02-26 19:04:42 -08:00
num core: Audit num module for int/uint 2015-03-02 16:12:46 -08:00
old_io core: Audit num module for int/uint 2015-03-02 16:12:46 -08:00
old_path
prelude
rand
rt
sync Rollup merge of #22803 - huonw:field-stability, r=alexcrichton 2015-02-27 20:37:36 +05:30
sys core: Audit num module for int/uint 2015-03-02 16:12:46 -08:00
thread_local Add some missing stability attributes on struct fields. 2015-02-27 12:52:43 +11:00
time
ascii.rs
bool.rs
dynamic_lib.rs
env.rs std: Stabilize the env module 2015-02-27 13:41:49 -08:00
lib.rs Remove int/uint from libstd/lib.rs 2015-03-01 13:03:44 +01:00
macros.rs
os.rs
panicking.rs
path.rs impl IntoCow for Path[Buf] 2015-02-25 12:34:50 -05:00
process.rs std: Stabilize the process module 2015-03-01 20:41:37 -08:00
rtdeps.rs
thread.rs Rollup merge of #22689 - tshepang:thread-doc-improvements, r=steveklabnik 2015-03-03 01:46:27 +05:30
thunk.rs
tuple.rs
unit.rs