rust/compiler/rustc_ast_lowering/src
Noah Lev 1c49d406b6 Use ConstArg for const param defaults
Now everything that actually affects the type system (i.e., excluding
const blocks, enum variant discriminants, etc.) *should* be using
`ConstArg`.
2024-07-16 19:27:28 -07:00
..
asm.rs Setup ast_lowering functions for ConstArg 2024-07-16 19:27:28 -07:00
block.rs Don't recompute tail in lower_stmts 2024-05-31 00:46:07 +02:00
delegation.rs Delegation: support coercion for target expression 2024-07-16 18:03:15 +03:00
errors.rs Make sure we deny unimplemented RTN on qpath segments 2024-06-28 14:20:44 -04:00
expr.rs Add current_def_id_parent to LoweringContext 2024-07-16 19:27:28 -07:00
format.rs Improve semantics of int_ty_max functions 2024-04-15 00:39:28 +05:30
index.rs Use ConstArg for const param defaults 2024-07-16 19:27:28 -07:00
item.rs Use ConstArg for const param defaults 2024-07-16 19:27:28 -07:00
lib.rs Use ConstArg for const param defaults 2024-07-16 19:27:28 -07:00
lifetime_collector.rs Lower and resolve precise captures in HIR 2024-04-15 16:45:01 -04:00
pat.rs Add a note to the ArbitraryExpressionInPattern error 2024-04-28 21:27:26 +02:00
path.rs Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank 2024-07-03 23:30:07 +02:00