rust/compiler/rustc_ast_lowering/src
Scott McMurray a2ee7592d6 Use &IndexSlice instead of &IndexVec where possible
All the same reasons as for `[T]`: more general, less pointer chasing, and `&mut IndexSlice` emphasizes that it doesn't change *length*.
2023-04-02 17:35:37 -07:00
..
asm.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
block.rs rustc_ast_lowering: remove ref patterns 2022-11-22 18:49:29 +00:00
errors.rs Add (..) syntax for RTN 2023-03-28 01:14:28 +00:00
expr.rs Remove the NodeId of ast::ExprKind::Async 2023-03-19 19:01:31 +01:00
format.rs Use span of placeholders in format_args!() expansion. 2023-03-27 14:53:48 +02:00
index.rs Take a LocalDefId in hir::Visitor::visit_fn. 2023-01-28 09:51:50 +00:00
item.rs Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
lib.rs Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
lifetime_collector.rs Rename Rptr to Ref in AST and HIR 2022-12-28 18:52:36 +01:00
pat.rs Add ErrorGuaranteed to HIR ExprKind::Err 2023-02-25 19:46:36 +00:00
path.rs Add (..) syntax for RTN 2023-03-28 01:14:28 +00:00