rust/src/libcoretest
Vadim Petrochenkov a80d329b68 Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures
They are already gated with feature `fn_traits`
2016-07-31 17:48:20 +03:00
..
fmt std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
hash std: use siphash-1-3 for HashMap 2016-06-29 16:08:32 -07:00
num std: Stabilize APIs for the 1.11.0 release 2016-07-03 10:49:01 -07:00
any.rs Implement Any for unsized types 2016-01-14 23:02:32 -08:00
array.rs
atomic.rs
cell.rs std: Clean out old unstable + deprecated APIs 2016-05-30 20:46:32 -07:00
char.rs Rename char::escape to char::escape_debug and add tracking issue 2016-07-28 02:20:49 +02:00
clone.rs
cmp.rs
intrinsics.rs
iter.rs specialize zip: Add benchmarks 2016-06-14 15:51:49 +02:00
lib.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
mem.rs Support 16-bit pointers as well as i/usize 2016-05-19 13:55:13 -04:00
nonzero.rs
ops.rs
option.rs cleanup int suffixes in libcoretest 2016-03-11 08:42:56 +05:30
ptr.rs Implement traits for variadic function pointers 2016-07-17 10:21:07 +03:00
result.rs
slice.rs Avoid bounds check for slice binary search 2016-01-22 15:08:27 -02:00
str.rs
tuple.rs