about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/builder/expr/into.rs
AgeCommit message (Expand)AuthorLines
2025-07-01loop match: run exhaustiveness checkFolkert de Vries-4/+8
2025-06-23Add `#[loop_match]` for improved DFA codegenbjorn3-2/+120
2025-06-05Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of NoneOli Scherer-1/+1
2025-04-07Make use generated TerminatorKind::Call have call_source UseSantiago Pastorino-1/+1
2025-03-06Add UseCloned trait related codeSantiago Pastorino-26/+46
2025-03-06Implement .use keyword as an alias of cloneSantiago Pastorino-1/+35
2025-02-22Make a fake body to store typeck results for global_asmMichael Goulet-13/+4
2025-02-08Rustfmtbjorn3-48/+61
2025-01-31Implement MIR, CTFE, and codegen for unsafe bindersMichael Goulet-2/+5
2025-01-28Represent the raw pointer for a array length check as a new kind of fake borrowMichael Goulet-1/+1
2024-12-17Rename `rustc_mir_build::build` to `builder`Zalathar-0/+650