rust/src/libcoretest
2015-06-17 09:07:16 -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 core: use banker's rounding for the exact mode in flt2dec. 2015-05-06 21:11:14 +09:00
any.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
atomic.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
cell.rs Add map and filter_map associated functions to std::cell::Ref and RefMut 2015-05-29 08:39:07 +02:00
char.rs Move collectionstest::char into coretest::char 2015-06-09 13:08:29 +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 Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
lib.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -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 Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
ptr.rs std: Standardize (input, output) param orderings 2015-03-30 14:08:40 -07:00
result.rs libcore/Result - RFC#1119 Add an 'expect' method to Result 2015-06-15 12:00:16 +08:00
slice.rs std: Remove index notation on slice iterators 2015-05-01 10:40:46 -07:00
str.rs Moved coretest::str tests into collectiontest::str 2015-04-05 18:52:58 +02:00
tuple.rs