rust/src/librustc_resolve
Manish Goregaokar ee24bddfc5 Rollup merge of #30320 - nrc:err-names, r=@nikomatsakis
We can now handle name resolution errors and get past type checking (if we're a bit lucky). This is the first step towards doing code completion for partial programs (we need error recovery in the parser and early access to save-analysis).
2015-12-16 17:46:29 +05:30
..
build_reduced_graph.rs Make name resolution errors non-fatal 2015-12-11 21:00:15 +13:00
check_unused.rs make CrateStore a trait object 2015-11-26 18:21:17 +02:00
diagnostics.rs
lib.rs Make name resolution errors non-fatal 2015-12-11 21:00:15 +13: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