rust/src/libcoretest
Alex Crichton a568a7f9f2 std: Bring back f32::from_str_radix as an unstable API
This API was exercised in a few tests and mirrors the `from_str_radix`
functionality of the integer types.
2015-04-21 15:23:54 -07:00
..
fmt test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
hash Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
num std: Bring back f32::from_str_radix as an unstable API 2015-04-21 15:23:54 -07:00
any.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
atomic.rs
cell.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
char.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
clone.rs
cmp.rs std: Bring back f32::from_str_radix as an unstable API 2015-04-21 15:23:54 -07:00
intrinsics.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
iter.rs std: Bring back f32::from_str_radix as an unstable API 2015-04-21 15:23:54 -07:00
lib.rs std: Bring back f32::from_str_radix as an unstable API 2015-04-21 15:23:54 -07:00
mem.rs std: Remove #[old_orphan_check] from PartialEq 2015-03-31 13:39:14 -07:00
nonzero.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
ops.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
option.rs Test fixes and rebase conflicts, round 1 2015-03-27 11:29:36 -07:00
ptr.rs std: Standardize (input, output) param orderings 2015-03-30 14:08:40 -07:00
result.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
slice.rs remove some compiler warnings 2015-02-26 07:21:26 +02:00
str.rs Moved coretest::str tests into collectiontest::str 2015-04-05 18:52:58 +02:00
tuple.rs Deprecating i/u suffixes in libcoretest 2015-02-10 22:56:31 +00:00