rust/src/libstd/num
Alex Crichton 12910418fb std: Don't use a wrapper for the float error type
Ensures that the same error type is propagated throughout. Unnecessary leakage
of the internals is prevented through the usage of stability attributes.

Closes #24748
2015-05-01 16:44:36 -07:00
..
f32.rs std: Don't use a wrapper for the float error type 2015-05-01 16:44:36 -07:00
f64.rs std: Don't use a wrapper for the float error type 2015-05-01 16:44:36 -07:00
float_macros.rs Register new snapshots 2015-03-18 16:32:32 -07: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 Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
isize.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
mod.rs std: Don't use a wrapper for the float error type 2015-05-01 16:44:36 -07: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 std: Bring back f32::from_str_radix as an unstable API 2015-04-21 15:23:54 -07:00
usize.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00