rust/src/libcoretest
bors 0047dbe59c auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichton
The forwards compatible parts of #18645, rebased. Converts implicit coercions from `[T, ..n]` to `&[T]` into explicit references.
2014-11-17 11:22:00 +00:00
..
fmt Update code with new lint names 2014-10-28 08:54:21 -07:00
num Move FromStr to core::str 2014-11-16 12:41:55 +11:00
any.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
atomic.rs Register new snapshots 2014-10-10 22:09:49 -07:00
cell.rs impl Default for Cell and RefCell 2014-11-14 22:22:42 +03:00
char.rs Fix fallout from coercion removal 2014-11-17 22:41:33 +13:00
clone.rs
cmp.rs Remove Signed trait and add SignedInt trait 2014-11-13 03:46:03 +11:00
finally.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
iter.rs Fix fallout from coercion removal 2014-11-17 22:41:33 +13:00
lib.rs Put slicing syntax behind a feature gate. 2014-10-07 15:49:53 +13:00
mem.rs Clean up rustc warnings. 2014-10-13 14:16:22 +08:00
ops.rs
option.rs implement cloned for Option 2014-11-16 10:39:03 -05:00
ptr.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
raw.rs
result.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
slice.rs
str.rs Move FromStr to core::str 2014-11-16 12:41:55 +11:00
tuple.rs