rust/compiler/rustc_expand/src
2021-03-05 01:33:43 +03:00
..
mbe Add SEMICOLON_IN_EXPRESSIONS_FROM_MACROS lint 2021-01-28 08:51:43 -05:00
mut_visit ast: Stop using Mod in Crate 2021-02-18 13:07:49 +03:00
parse ast: Keep expansion status for out-of-line module items 2021-02-18 13:07:49 +03:00
tokenstream mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
base.rs rustc_interface: Hide some hacky details of early linting from expand 2021-03-05 01:33:43 +03:00
build.rs Properly handle attributes on statements 2020-11-26 17:08:35 -05:00
config.rs Combine HasAttrs and HasTokens into AstLike 2021-02-27 00:14:13 -05:00
expand.rs expand: Align some code with the PR fixing inner attributes on out-of-line modules 2021-03-05 01:33:43 +03:00
lib.rs expand: Introduce enum for module loading errors and make module loading speculative 2021-03-05 01:33:43 +03:00
mbe.rs Revert "Promote missing_fragment_specifier to hard error" 2020-12-22 09:33:16 -05:00
module.rs expand: Introduce enum for module loading errors and make module loading speculative 2021-03-05 01:33:43 +03:00
placeholders.rs expand: Remove obsolete ExpansionConfig::keep_macs 2021-02-14 19:43:54 +03:00
proc_macro_server.rs rustc_parse: Better spans for synthesized token streams 2021-01-07 17:48:13 +03:00
proc_macro.rs expand/resolve: Turn #[derive] into a regular macro attribute 2021-02-07 20:08:45 +03:00
tests.rs remove redundant closures (clippy::redundant_closure) 2021-01-03 13:34:24 +01:00