rust/src/librustc_resolve
bors 6734dccc31 Auto merge of #30325 - jseyfried:fixes_30078, r=nrc
This fixes a bug in which unused imports can get wrongly marked as used when checking for unused qualifications in `resolve_path` (issue #30078), and it removes unused imports that were previously undetected because of the bug.
2015-12-17 18:21:25 +00:00
..
build_reduced_graph.rs Auto merge of #30325 - jseyfried:fixes_30078, r=nrc 2015-12-17 18:21:25 +00:00
check_unused.rs make CrateStore a trait object 2015-11-26 18:21:17 +02:00
diagnostics.rs Add long error diagnostics for E0401 2015-11-19 02:01:19 +05:30
lib.rs rustc_resolve: fix a bug in which unused imports can get wrongly marked as used when checking for unused qualifications in resolve_path (fixes #30078) 2015-12-17 05:43:44 +00:00
record_exports.rs Fix a bug in which the visibility of a use declaration defining a name in one namespace (e.g. the value namespace) is overridden by a later use declaration defining the same name in the other namespace (e.g. the type namespace). 2015-12-10 02:55:05 +00:00
resolve_imports.rs Partially undo the fix of issue #30159 in PR #30294 to avoid breakage. 2015-12-11 21:21:13 +00:00