rust/src/librustc_typeck
bors f4e981cfe4 Auto merge of #53684 - alexcrichton:suggest-remove, r=oli-obk
rustc: Suggest removing `extern crate` in 2018

This commit updates the `unused_extern_crates` lint to make automatic
suggestions about removing `extern crate` annotations in the 2018 edition. This
ended up being a little easier than originally though due to what's likely been
fixed issues in the resolver!

Closes #52829
2018-08-29 06:24:30 +00:00
..
check Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
coherence Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
outlives Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
variance Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
astconv.rs Remove AccumulateVec and its uses. 2018-08-29 08:32:11 +10:00
Cargo.toml Remove AccumulateVec and its uses. 2018-08-29 08:32:11 +10:00
check_unused.rs rustc: Suggest removing extern crate in 2018 2018-08-27 10:52:21 -07:00
collect.rs Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
constrained_type_params.rs Remove Ty prefix from Ty{Foreign|Param} 2018-08-22 16:07:55 +01:00
diagnostics.rs Auto merge of #53584 - mcr431:Fix-#53525, r=varkor 2018-08-25 13:00:20 +00:00
impl_wf_check.rs
lib.rs Remove AccumulateVec and its uses. 2018-08-29 08:32:11 +10:00
namespace.rs
README.md
structured_errors.rs mv codemap() source_map() 2018-08-19 23:01:01 +02:00

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc guide.