rust/src/librustc_resolve
bors ca76c7e014 Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrc
rustc: Rename rustc_macro to proc_macro

This commit blanket renames the `rustc_macro` infrastructure to `proc_macro`,
which reflects the general consensus of #35900. A follow up PR to Cargo will be
required to purge the `rustc-macro` name as well.
2016-10-07 07:58:27 -07:00
..
build_reduced_graph.rs Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrc 2016-10-07 07:58:27 -07:00
Cargo.toml Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
check_unused.rs Replace _, _ with .. 2016-09-04 12:30:33 +03:00
diagnostics.rs Add E0530 error explanation 2016-08-30 18:20:14 +02:00
lib.rs Turn some impossible definitions into ICEs 2016-10-04 22:25:25 +03:00
macros.rs Auto merge of #36767 - jseyfried:enforce_rfc_1560_shadowing, r=nrc 2016-10-03 01:30:32 -07:00
resolve_imports.rs Fix cross-crate resolution of half-items created by export shadowing 2016-10-04 22:20:37 +03:00