rust/src/libcore/num
Huon Wilson e4a9eb95ce Remove _VALUE from the float extremes constants.
In `std::f32` and `std::f64`:

- `MIN_VALUE` → `MIN`
- `MAX_VALUE` → `MAX`
- `MIN_POS_VALUE` → `MIN_POSITIVE`

This matches the corresponding integer constants.

[breaking-change]
2015-02-13 14:40:57 +11:00
..
f32.rs Remove _VALUE from the float extremes constants. 2015-02-13 14:40:57 +11:00
f64.rs Remove _VALUE from the float extremes constants. 2015-02-13 14:40:57 +11:00
float_macros.rs Stop using macro_escape as an inner attribute 2015-01-05 12:00:57 -08:00
i8.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
i16.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
i32.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
i64.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
int_macros.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
int.rs Deprecated attributes don't take 'feature' names and are paired with stable/unstable 2015-01-23 15:50:03 -08:00
isize.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
mod.rs Remove _VALUE from the float extremes constants. 2015-02-13 14:40:57 +11:00
u8.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
u16.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
u32.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
u64.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
uint_macros.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
uint.rs Deprecated attributes don't take 'feature' names and are paired with stable/unstable 2015-01-23 15:50:03 -08:00
usize.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00