rust/compiler/rustc_expand/src
Matthias Krüger 68f12338af
Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726
Remove double spaces after dots in comments

Most of the comments do not have double spaces, so I assume these are typos.
2023-01-17 20:21:25 +01:00
..
mbe Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
mut_visit rustc_ast: Turn MutVisitor::token_visiting_enabled into a constant 2021-10-18 00:23:24 +03:00
parse Split MacArgs in two. 2022-11-22 09:04:15 +11:00
tokenstream Remove TokenStreamBuilder. 2022-10-05 12:42:54 +11:00
base.rs Update rental hack to work with remapped paths. 2023-01-13 20:36:03 +00:00
build.rs parse const closures 2023-01-12 02:28:37 +00:00
config.rs Migrate parts of rustc_expand to session diagnostics 2022-12-10 11:02:41 +01:00
errors.rs Migrate parts of rustc_expand to session diagnostics 2022-12-10 11:02:41 +01:00
expand.rs Only enable relative span hashing on nightly. 2022-12-25 18:48:36 +00:00
lib.rs Migrate parts of rustc_expand to session diagnostics 2022-12-10 11:02:41 +01:00
mbe.rs Move macro_rules diagnostics to diagnostics module 2022-11-20 13:06:44 +01:00
module.rs Migrate parts of rustc_expand to session diagnostics 2022-12-10 11:02:41 +01:00
placeholders.rs Split MacArgs in two. 2022-11-22 09:04:15 +11:00
proc_macro_server.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
proc_macro.rs Add the #[derive_const] attribute 2022-09-20 11:57:58 +00:00
tests.rs Migrate parts of rustc_expand to session diagnostics 2022-12-10 11:02:41 +01:00