rust/compiler/rustc_expand/src
2024-09-13 15:33:21 +10:00
..
mbe Remove needless returns detected by clippy in the compiler 2024-09-09 13:32:22 +02:00
base.rs Rollup merge of #128886 - GrigorenkoPV:untranslatable-diagnostic, r=nnethercote 2024-08-12 17:09:17 +02:00
build.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
config.rs Stabilize unsafe_attributes 2024-08-07 03:12:13 -05:00
errors.rs Add warn(unreachable_pub) to rustc_expand. 2024-08-27 12:40:38 +10:00
expand.rs Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
lib.rs Add warn(unreachable_pub) to rustc_expand. 2024-08-27 12:40:38 +10:00
mbe.rs Add some comments. 2024-05-23 06:03:17 +10:00
module.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
placeholders.rs Add warn(unreachable_pub) to rustc_expand. 2024-08-27 12:40:38 +10:00
proc_macro.rs Remove unnecessary lifetimes from rustc_expand. 2024-09-13 15:33:21 +10:00
proc_macro_server.rs Add initial support for raw lifetimes 2024-09-06 10:32:48 -04:00