rust/src/libstd/num
Manish Goregaokar 393ce1820e Rollup merge of #22876 - Florob:const, r=nikomatsakis
This changes the type of some public constants/statics in libunicode.
Notably some `&'static &'static [(char, char)]` have changed
to `&'static [(char, char)]`. The regexp crate seems to be the
sole user of these, yet this is technically a [breaking-change]
2015-03-03 17:02:20 +05:30
..
f32.rs Rollup merge of #22339 - petrochenkov:int, r=huonw 2015-02-15 18:42:47 +05:30
f64.rs Rollup merge of #22339 - petrochenkov:int, r=huonw 2015-02-15 18:42:47 +05:30
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 Make Int::pow() take exp as u32 instead usize 2015-03-01 01:58:55 +01:00
strconv.rs Rollup merge of #22876 - Florob:const, r=nikomatsakis 2015-03-03 17:02:20 +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