rust/src/librustc_interface
bors eaac45a9a9 Auto merge of #66565 - Mark-Simulacrum:syntax-cfg-mod, r=petrochenkov
Move process_configure_mod to rustc_parse

This removes the hack in favor of perhaps a less principled, but less painful, approach.

This also supports my work to decouple `Session` from librustc, as `ParseSess` currently has `Attribute` as "part" of it but after this PR will no longer do so.
2019-11-22 10:33:29 +00:00
..
build.rs Locate rustc binary similarly to codegen backend loading 2019-09-10 16:57:14 -04:00
Cargo.toml Rename directory rustc_plugin -> rustc_plugin_impl 2019-11-17 11:04:49 +03:00
interface.rs Delete ProcessCfgMod 2019-11-20 14:07:57 -05:00
lib.rs move parse_cfgspecs to rustc_interface 2019-10-19 13:25:46 +02:00
passes.rs rustc_plugin: Remove the compatibility shim 2019-11-17 11:04:49 +03:00
proc_macro_decls.rs rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-04 12:53:12 +02:00
queries.rs rustc_interface: Remove ExpansionResult and some Steals 2019-10-24 21:12:05 +03:00
tests.rs Delete ProcessCfgMod 2019-11-20 14:07:57 -05:00
util.rs Delete ProcessCfgMod 2019-11-20 14:07:57 -05:00