rust/src/libcoretest
Simon Sapin c516eee503 Move std::cell::clone_ref to a clone associated function on std::cell::Ref
... and generalize the bounds on the value type.
2015-05-28 23:01:36 +02:00
..
fmt test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
hash
num core: use banker's rounding for the exact mode in flt2dec. 2015-05-06 21:11:14 +09:00
any.rs
atomic.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
cell.rs Move std::cell::clone_ref to a clone associated function on std::cell::Ref 2015-05-28 23:01:36 +02: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
iter.rs Optimize iterator adapters. 2015-05-05 14:17:23 -04:00
lib.rs Stabilize debug builders for 1.2.0 2015-05-19 21:57:39 -07:00
mem.rs
nonzero.rs
ops.rs
option.rs Unstub some tests 2015-04-28 21:23:28 -07:00
ptr.rs
result.rs Unstub some tests 2015-04-28 21:23:28 -07: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