rust/src/libcoretest
Alex Crichton b53764c73b std: Clean out deprecated APIs
Removes all unstable and deprecated APIs prior to the 1.8 release. All APIs that
are deprecated in the 1.8 release are sticking around for the rest of this
cycle.

Some notable changes are:

* The `dynamic_lib` module was moved into `rustc_back` as the compiler still
  relies on a few bits and pieces.
* The `DebugTuple` formatter now special-cases an empty struct name with only
  one field to append a trailing comma.
2016-03-12 12:31:13 -08:00
..
fmt std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
hash Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
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 Implement FixedSizeArray for all fixed size arrays 2015-08-31 10:55:39 +02:00
atomic.rs core: Shuffle around float parsing 2015-08-17 19:35:52 -07:00
cell.rs std: Stabilize APIs for the 1.8 release 2016-02-29 09:05:33 -08:00
char.rs Make style more uniform, add tests for specialization of .last(), move tests to libcoretest 2016-01-16 09:12:09 +01:00
clone.rs Add unused modules to libcoretest 2015-10-16 21:15:23 +02:00
cmp.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
intrinsics.rs Add unused modules to libcoretest 2015-10-16 21:15:23 +02:00
iter.rs cleanup int suffixes in libcoretest 2016-03-11 08:42:56 +05:30
lib.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08: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 core: Implement IntoIterator for Option and Result references 2015-08-27 18:48:41 +02:00
slice.rs Avoid bounds check for slice binary search 2016-01-22 15:08:27 -02:00
str.rs
tuple.rs