rust/src/libcoretest
Nick Cameron 95cfc35607 Put slicing syntax behind a feature gate.
[breaking-change]

If you are using slicing syntax you will need to add #![feature(slicing_syntax)] to your crate.
2014-10-02 13:23:36 +13:00
..
fmt coretest: Ensure that pointer formatting flags are cleaned up 2014-09-09 20:34:41 +01:00
num Make integer bit count methods return uints 2014-09-05 14:01:41 +10:00
any.rs Remove some test warnings. 2014-09-09 11:32:58 +02:00
atomic.rs
cell.rs
char.rs Use slice syntax instead of slice_to, etc. 2014-10-02 13:19:45 +13:00
clone.rs
cmp.rs Add partial_min/max to libcore/cmp 2014-09-25 14:12:03 +02:00
finally.rs
iter.rs Remove the _ suffix from slice methods. 2014-10-02 13:19:45 +13:00
lib.rs Put slicing syntax behind a feature gate. 2014-10-02 13:23:36 +13:00
mem.rs
ops.rs
option.rs Update calls of deprecated functions in macros. 2014-09-22 19:30:06 +02:00
ptr.rs Rename RawPtr::to_option() to RawPtr::as_ref() 2014-08-31 13:33:55 -05:00
raw.rs
result.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
slice.rs
str.rs core: Make TwoWaySearcher reset its prefix memory when shifting by byteset 2014-09-02 01:53:12 -04:00
tuple.rs