rust/src/libstd/num
bors b775541aaf Auto merge of #22984 - carols10cents:tests-for-float, r=huonw
Building on #22076, I've added some tests for stable methods in f32 and f64 that didn't have any before.

Please let me know if there are any improvements I can make, and I am happy to make them! 📬
2015-03-08 17:59:20 +00:00
..
f32.rs Removing unnecessary pub from a test function 2015-03-05 20:37:49 -05:00
f64.rs Removing unnecessary pub from a test function 2015-03-05 20:37:49 -05:00
float_macros.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -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 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 Use assert_eq! rather than assert! 2015-03-07 16:53:01 -08:00
strconv.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
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 shift int/uint tests around to avoid code repetition 2015-02-22 11:38:35 +08:00
usize.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00