rust/compiler/rustc_expand/src
bors d7f9e81650 Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`

Fluent, with all the icu4x it brings in, takes quite some time to compile. `fluent_messages!` is only needed in further downstream rustc crates, but is blocking more upstream crates like `rustc_index`. By splitting it out, we allow `rustc_macros` to be compiled earlier, which speeds up `x check compiler` by about 5 seconds (and even more after the needless dependency on `serde_json` is removed from `rustc_data_structures`).
2023-04-19 08:26:47 +00:00
..
mbe Spelling - compiler 2023-04-17 16:09:18 -04:00
mut_visit rustc_ast: Turn MutVisitor::token_visiting_enabled into a constant 2021-10-18 00:23:24 +03:00
parse various: translation resources from cg backend 2023-02-22 09:15:54 +00:00
tokenstream Remove TokenStreamBuilder. 2022-10-05 12:42:54 +11:00
base.rs Separate find_*_stability. 2023-03-23 19:52:27 +00:00
build.rs Rename ast::Static to ast::StaticItem to match ast::ConstItem 2023-04-04 15:34:40 +00:00
config.rs Fix some clippy::complexity 2023-04-09 23:22:14 +02:00
errors.rs rustc_expand: make proc-macro derive error translatable 2023-03-04 07:54:29 +02:00
expand.rs rustc_interface: Add a new query pre_configure 2023-03-23 14:22:48 +04:00
lib.rs Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
mbe.rs Move macro_rules diagnostics to diagnostics module 2022-11-20 13:06:44 +01:00
module.rs Use ThinVec in a few more AST types. 2023-02-21 11:51:56 +11:00
placeholders.rs Split MacArgs in two. 2022-11-22 09:04:15 +11:00
proc_macro_server.rs Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb 2023-01-20 04:52:28 +00:00
proc_macro.rs Remove an unnecessary use of with_session_globals. 2023-03-31 15:34:00 +11:00
tests.rs Spelling - compiler 2023-04-17 16:09:18 -04:00