rust/compiler/rustc_expand/src
Matthias Krüger cf07246ae9
Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr
ast: Generalize item kind visiting

And avoid duplicating logic for visiting `Item`s with different kinds (regular, associated, foreign).

The diff is better viewed with whitespace ignored.
2024-04-27 07:55:37 +02:00
..
mbe Simplify static_assert_sizes. 2024-04-18 15:36:25 +10:00
mut_visit rustc_ast: Turn MutVisitor::token_visiting_enabled into a constant 2021-10-18 00:23:24 +03:00
parse Rename all ParseSess variables/fields/lifetimes as psess. 2024-03-05 08:11:45 +11:00
tokenstream Add newtype for raw idents 2024-02-20 13:13:29 +00:00
base.rs Rollup merge of #124391 - nnethercote:builtin_macros-cleanups, r=fee1-dead 2024-04-26 19:25:55 -04:00
build.rs Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
config.rs Rewrite the untranslatable_diagnostic lint. 2024-03-06 14:19:01 +11:00
errors.rs Move some functions from rustc_expand to rustc_builtin_macros. 2024-04-26 09:24:33 +10:00
expand.rs Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr 2024-04-27 07:55:37 +02:00
lib.rs Rollup merge of #122540 - WaffleLapkin:ununexpected, r=estebank 2024-03-20 05:51:22 +01:00
mbe.rs Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
module.rs Use do yeet () and do yeet _ instead of None? and Err(_)? in compiler 2024-03-15 11:37:42 +00:00
placeholders.rs ast: Generalize item kind visiting 2024-04-25 22:49:58 +03:00
proc_macro_server.rs Rename ModSep to PathSep 2024-04-04 19:44:04 +02:00
proc_macro.rs Rename all ParseSess variables/fields/lifetimes as psess. 2024-03-05 08:11:45 +11:00
tests.rs When displaying multispans, ignore empty lines adjacent to ... 2024-03-18 16:25:36 +00:00