]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #32112 - alexcrichton:fix-issues, r=aturon
authorbors <bors@rust-lang.org>
Sat, 12 Mar 2016 21:21:06 +0000 (13:21 -0800)
committerbors <bors@rust-lang.org>
Sat, 12 Mar 2016 21:21:06 +0000 (13:21 -0800)
std: Fix tracking issues and clean deprecated APIs

This PR fixes up a number of discrepancies found with tracking issues (some closed, some needed new ones, etc), and also cleans out all pre-1.8 deprecated APIs. The big beast here was dealing with `std::dynamic_lib`, and via many applications of a large hammer it's now out of the standard library.


Trivial merge