rust/src/librustc_back
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
..
target rustc: Add an i586-pc-windows-msvc target 2016-03-04 09:21:28 -08:00
abi.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
dynamic_lib.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
lib.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
rpath.rs Pass --enable-new-dtags to GNU ld 2015-12-15 21:20:44 -05:00
sha2.rs Use .copy_from_slice() where applicable 2016-02-26 14:51:38 +01:00
slice.rs std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
svh.rs fallout from removing hir::ExprRange 2016-02-27 02:01:41 -05:00
tempdir.rs Reduce code bloat from conversion traits in function parameters 2015-09-09 22:37:59 +03:00