rust/src/libcore/num
Steven Fackler 1ed646eaf7 Extract tests from libcore to a separate crate
Libcore's test infrastructure is complicated by the fact that many lang
items are defined in the crate. The current approach (realcore/realstd
imports) is hacky and hard to work with (tests inside of core::cmp
haven't been run for months!).

Moving tests to a separate crate does mean that they can only test the
public API of libcore, but I don't feel that that is too much of an
issue. The only tests that I had to get rid of were some checking the
various numeric formatters, but those are also exercised through normal
format! calls in other tests.
2014-06-29 15:57:21 -07:00
..
f32.rs rustdoc: Create anchor pages for primitive types 2014-05-31 21:59:50 -07:00
f64.rs rustdoc: Create anchor pages for primitive types 2014-05-31 21:59:50 -07:00
float_macros.rs core: Inherit the specific numeric modules 2014-05-07 08:15:58 -07:00
i8.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
i16.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
i32.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
i64.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
int.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
int_macros.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00
mod.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00
u8.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
u16.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
u32.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
u64.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
uint.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
uint_macros.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00