rust/src/libcore/num
bors fc98b19cf7 Auto merge of #23832 - petrochenkov:usize, r=aturon
These constants are small and can fit even in `u8`, but semantically they have type `usize` because they denote sizes and are almost always used in `usize` context. The change of their type to `u32` during the integer audit led only to the large amount of `as usize` noise (see the second commit, which removes this noise).

This is a minor [breaking-change] to an unstable interface.

r? @aturon
2015-04-03 04:29:52 +00:00
..
f32.rs Stabilize std::num 2015-03-31 07:50:25 -07:00
f64.rs Stabilize std::num 2015-03-31 07:50:25 -07:00
float_macros.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
i8.rs Change the trivial cast lints to allow by default 2015-03-27 18:41:18 +13:00
i16.rs Change the trivial cast lints to allow by default 2015-03-27 18:41:18 +13:00
i32.rs Change the trivial cast lints to allow by default 2015-03-27 18:41:18 +13:00
i64.rs Change the trivial cast lints to allow by default 2015-03-27 18:41:18 +13:00
int_macros.rs Change the type of constants BYTES/BITS to usize 2015-03-30 12:19:11 +03:00
isize.rs Change the trivial cast lints to allow by default 2015-03-27 18:41:18 +13:00
mod.rs Test fixes and rebase conflicts, round 2 2015-04-01 18:38:24 -07:00
u8.rs Change the trivial cast lints to allow by default 2015-03-27 18:41:18 +13:00
u16.rs Change the trivial cast lints to allow by default 2015-03-27 18:41:18 +13:00
u32.rs Change the trivial cast lints to allow by default 2015-03-27 18:41:18 +13:00
u64.rs Change the trivial cast lints to allow by default 2015-03-27 18:41:18 +13:00
uint_macros.rs Change the type of constants BYTES/BITS to usize 2015-03-30 12:19:11 +03:00
usize.rs Change the trivial cast lints to allow by default 2015-03-27 18:41:18 +13:00
wrapping.rs Fix bug in OverflowOps impl for unsigned integers. 2015-04-01 23:47:19 +02:00