about summary refs log tree commit diff
path: root/compiler/rustc_ast_passes/src/node_count.rs
AgeCommit message (Expand)AuthorLines
2022-09-12Remove unused span argument from `walk_fn`.Nicholas Nethercote-2/+2
2022-09-12Remove `path_span` argument to the `visit_path_segment` methods.Nicholas Nethercote-2/+2
2022-08-11Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`.Nicholas Nethercote-2/+2
2022-08-11Simplify `rustc_ast::visit::Visitor::visit_enum_def`.Nicholas Nethercote-9/+3
2022-07-29Remove `visit_name` from the AST visitor.Nicholas Nethercote-2/+1
2022-05-20Introduce LifetimeCtxt.Camille GILLOT-1/+1
2022-04-21rename to `BoundKind` and add commentsSparrowLii-1/+1
2022-04-20Add `BoundCtxt` in `visit_param_bounds` to check questions in boundsSparrowLii-1/+1
2022-01-17add eq constraints on associated constantskadmin-2/+2
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-2/+2
2021-02-18ast: Stop using `Mod` in `Crate`Vadim Petrochenkov-4/+0
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-1/+1
2020-11-03rustc_ast: `visit_mac` -> `visit_mac_call`Vadim Petrochenkov-1/+1
2020-11-03rustc_ast: Do not panic by default when visiting macro callsVadim Petrochenkov-2/+2
2020-08-30mv compiler to compiler/mark-0/+140