rust/compiler/rustc_ast/src
Guillaume Gomez 2946ce29ed
Rollup merge of #142086 - fee1-dead-contrib:ast-visitor-dedup, r=oli-obk
duduplicate more AST visitor methods

r? oli-obk
2025-06-06 23:53:17 +02:00
..
attr Reduce P<T> to a typedef of Box<T>. 2025-05-27 13:29:24 +10:00
expand Rollup merge of #139351 - EnzymeAD:autodiff-batching2, r=oli-obk 2025-04-17 21:53:23 +02:00
util Replace rustc_lexer/unescape with rustc-literal-escaper crate 2025-04-04 14:44:45 +02:00
ast.rs Rollup merge of #141603 - nnethercote:reduce-P, r=fee1-dead 2025-06-06 23:53:16 +02:00
ast_traits.rs remove visit_clobber and move DummyAstNode to rustc_expand 2025-05-29 12:46:26 +08:00
entry.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
format.rs Limit formatting width and precision to 16 bits. 2025-03-10 12:20:05 +01:00
lib.rs introduce common macro for MutVisitor and Visitor to dedup code 2025-05-19 21:21:03 +08:00
mut_visit.rs deduplicate more walk_* methods in AST visit 2025-06-06 04:59:26 +00:00
node_id.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
ptr.rs Reduce P<T> to a typedef of Box<T>. 2025-05-27 13:29:24 +10:00
token.rs Remove token::{Open,Close}Delim. 2025-04-21 07:35:56 +10:00
tokenstream.rs remove eq_unspanned from TokenStream 2025-05-26 17:02:51 +08:00
visit.rs deduplicate more walk_* methods in AST visit 2025-06-06 04:59:26 +00:00