rust/src/libcoretest
bors 50ebf76f22 Auto merge of #27915 - SimonSapin:dotted_i, r=alexcrichton
I was wrong about Unicode not having such language-independent mapping.
2015-08-22 23:15:32 +00:00
..
fmt Fix negate_unsigned feature gate check 2015-07-14 21:48:43 +03:00
hash Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
num Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon 2015-08-22 09:59:07 +00:00
any.rs
atomic.rs core: Shuffle around float parsing 2015-08-17 19:35:52 -07:00
cell.rs
char.rs Add a test for char::to_lowercase mapping to more than one char. 2015-08-20 14:38:46 +02:00
clone.rs
cmp.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
intrinsics.rs
iter.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
lib.rs Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon 2015-08-13 23:32:30 +00:00
mem.rs
nonzero.rs
ops.rs
option.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
ptr.rs Replace many uses of mem::transmute with more specific functions 2015-08-09 22:05:22 +02:00
result.rs
slice.rs O(1) count,nth,last for slice::Windows,Chunks(Mut) 2015-08-12 08:34:51 -07:00
str.rs
tuple.rs