rust/src/libcoretest
Georg Brandl e6201cfb5c Implement find() on Chain iterators
This results in a roughly 2x speedup compared to the default impl
"inherited" from Iterator.
2016-04-30 11:16:35 +02:00
..
fmt std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
hash
num cleanup int suffixes in libcoretest 2016-03-11 08:42:56 +05:30
any.rs Implement Any for unsized types 2016-01-14 23:02:32 -08:00
array.rs
atomic.rs
cell.rs added missing refcell ref/refmut coercions to unsized 2016-03-31 10:11:59 -04:00
char.rs std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
clone.rs
cmp.rs
intrinsics.rs
iter.rs Implement find() on Chain iterators 2016-04-30 11:16:35 +02:00
lib.rs std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
mem.rs
nonzero.rs
ops.rs
option.rs cleanup int suffixes in libcoretest 2016-03-11 08:42:56 +05:30
ptr.rs
result.rs
slice.rs Avoid bounds check for slice binary search 2016-01-22 15:08:27 -02:00
str.rs
tuple.rs