rust/src/libcoretest
Niko Matsakis 76ead08108 Remove auto-deref'ing Pattern impl because it conflicts with other
possible blanket impls and also triggers internal overflow. Add some
special cases for common uses (&&str, &String) for now; bounds-targeting
deref coercions are probably the right longer term answer.
2015-03-23 18:05:20 -04:00
..
fmt Switch derive(Debug) to use the debug builders 2015-03-09 23:24:34 -07:00
hash Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
num Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
any.rs Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
atomic.rs Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
cell.rs Rename #[should_fail] to #[should_panic] 2015-03-09 10:14:21 -07:00
char.rs std: Stabilize more of the char module 2015-03-10 15:08:31 -07:00
clone.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
cmp.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
finally.rs Rename #[should_fail] to #[should_panic] 2015-03-09 10:14:21 -07:00
intrinsics.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
iter.rs Deprecate range, range_step, count, distributions 2015-03-13 14:45:13 -07:00
lib.rs Switch to a specific feature 2015-03-11 12:58:01 -07:00
mem.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
nonzero.rs Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
ops.rs Deprecating i/u suffixes in libcoretest 2015-02-10 22:56:31 +00:00
option.rs Rename #[should_fail] to #[should_panic] 2015-03-09 10:14:21 -07:00
ptr.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
result.rs Rename #[should_fail] to #[should_panic] 2015-03-09 10:14:21 -07:00
slice.rs remove some compiler warnings 2015-02-26 07:21:26 +02:00
str.rs Remove auto-deref'ing Pattern impl because it conflicts with other 2015-03-23 18:05:20 -04:00
tuple.rs Deprecating i/u suffixes in libcoretest 2015-02-10 22:56:31 +00:00