rust/src/librustc_plugin
Leo Testard 03ab057f97 Remove the MacroVisitor pass.
This pass was supposed to check use of gated features before
`#[cfg]`-stripping but this was not the case since it in fact happens
after. Checks that are actually important and must be done before macro
expansion are now made where the features are actually used. Close #32648.
Also ensure that attributes on macro-generated macro invocations are
checked as well. Close #32782 and #32655.
2016-04-22 01:40:33 +02:00
..
build.rs rustc: move rustc_front to rustc::hir. 2016-04-06 09:01:55 +03:00
Cargo.toml rustc: move rustc_front to rustc::hir. 2016-04-06 09:01:55 +03:00
diagnostics.rs move librustc/plugin to librustc_plugin 2015-11-26 18:22:39 +02:00
lib.rs rustc: move rustc_front to rustc::hir. 2016-04-06 09:01:55 +03:00
load.rs Remove the MacroVisitor pass. 2016-04-22 01:40:33 +02:00
registry.rs Add Pass manager for MIR 2016-03-04 15:20:10 +02:00