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
parse
tokenstream
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
expand.rs
lib.rs Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
mbe.rs
module.rs
placeholders.rs
proc_macro_server.rs
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