rust/compiler/rustc_expand/src
Nicholas Nethercote 89c21f7c1a Remove out-of-date noop_* names.
`mut_visit.rs` has a single function with a `noop_` prefix:
`noop_filter_map_expr`. This commit renames as `walk_filter_map_expr`
which is consistent with other functions in this file.

The commit also removes out-of-date comments that refer to `noop_*`
methods.
2025-05-27 19:16:11 +10:00
..
mbe Remove rustc_attr_data_structures re-export from rustc_attr_parsing 2025-05-18 18:14:43 +02:00
base.rs Remove rustc_attr_data_structures re-export from rustc_attr_parsing 2025-05-18 18:14:43 +02:00
build.rs Improve pretty-printing of braces. 2025-04-29 13:46:17 +10:00
config.rs Make attribute safety validation logic more obvious 2025-05-04 21:44:50 +08:00
errors.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
expand.rs Remove associated type InvocationCollectorNode::AttrsTy 2025-05-08 19:59:48 +10:00
lib.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
mbe.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
module.rs Reject macro calls inside of #![crate_name] 2025-02-15 16:47:30 +01:00
placeholders.rs Remove out-of-date noop_* names. 2025-05-27 19:16:11 +10:00
proc_macro.rs Remove NtItem and NtStmt. 2025-03-07 14:51:07 +11:00
proc_macro_server.rs Remove token::{Open,Close}Delim. 2025-04-21 07:35:56 +10:00