rust/src/librustc_resolve
bors 7ac9d337dc Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
Remove not(stage0) from deny(warnings)

Historically this was done to accommodate bugs in lints, but there hasn't been a
bug in a lint since this feature was added which the warnings affected. Let's
completely purge warnings from all our stages by denying warnings in all stages.
This will also assist in tracking down `stage0` code to be removed whenever
we're updating the bootstrap compiler.
2017-01-08 08:22:06 +00:00
..
build_reduced_graph.rs More systematic error reporting in path resolution 2016-12-26 15:01:49 +03:00
Cargo.toml Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
check_unused.rs Auto merge of #38191 - oli-obk:clippy_is_sad, r=eddyb 2016-12-07 23:06:10 +00:00
diagnostics.rs More systematic error reporting in path resolution 2016-12-26 15:01:49 +03:00
lib.rs Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc 2017-01-08 08:22:06 +00:00
macros.rs Style fixes 2016-12-31 17:55:59 +10:30
resolve_imports.rs Fix regression with duplicate #[macro_export] macro_rules!. 2017-01-04 08:03:23 +00:00