rust/compiler/rustc_expand/src
David Wood 26255186e2 various: translation resources from cg backend
Extend `CodegenBackend` trait with a function returning the translation
resources from the codegen backend, which can be added to the complete
list of resources provided to the emitter.

Signed-off-by: David Wood <david.wood@huawei.com>
2023-02-22 09:15:54 +00:00
..
mbe Remove a redundant function argument 2023-02-20 15:28:58 +00: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 Use ThinVec in various AST types. 2023-02-21 11:51:56 +11:00
build.rs Use ThinVec in a few more AST types. 2023-02-21 11:51:56 +11:00
config.rs Use ThinVec in a few more AST types. 2023-02-21 11:51:56 +11:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
expand.rs rustc_expand: remove ref patterns 2023-01-17 07:48:19 +00:00
lib.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +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 Add the #[derive_const] attribute 2022-09-20 11:57:58 +00:00
tests.rs various: translation resources from cg backend 2023-02-22 09:15:54 +00:00