| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-01 | Auto merge of #144783 - folkertdev:loop-match-diverging-loop, r=SparrowLii | bors | -3/+5 | |
| fix `#[loop_match]` on diverging loop tracking issue: https://github.com/rust-lang/rust/issues/132306 fixes https://github.com/rust-lang/rust/issues/144492 fixes https://github.com/rust-lang/rust/issues/144493 fixes https://github.com/rust-lang/rust/issues/144781 this generated invalid MIR before. issue https://github.com/rust-lang/rust/issues/143806 still has an issue where we assign `state = state` which is invalid in MIR. Fixing that problem is tricky, so I'd like to do that separately. r? `@bjorn3` | ||||
| 2025-08-10 | add place mention for `#[loop_match]` scrutinee | Folkert de Vries | -2/+4 | |
| 2025-08-06 | coverage: Remove all unstable support for MC/DC instrumentation | Zalathar | -2/+0 | |
| 2025-08-04 | fix `#[loop_match]` on diverging loop | Folkert de Vries | -1/+1 | |
| this generated invalid MIR before | ||||
| 2025-07-01 | loop match: run exhaustiveness check | Folkert de Vries | -4/+8 | |
| 2025-06-23 | Add `#[loop_match]` for improved DFA codegen | bjorn3 | -2/+120 | |
| Co-authored-by: Folkert de Vries <folkert@folkertdev.nl> | ||||
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -1/+1 | |
| 2025-04-07 | Make use generated TerminatorKind::Call have call_source Use | Santiago Pastorino | -1/+1 | |
| 2025-03-06 | Add UseCloned trait related code | Santiago Pastorino | -26/+46 | |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -1/+35 | |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -13/+4 | |
| 2025-02-08 | Rustfmt | bjorn3 | -48/+61 | |
| 2025-01-31 | Implement MIR, CTFE, and codegen for unsafe binders | Michael Goulet | -2/+5 | |
| 2025-01-28 | Represent the raw pointer for a array length check as a new kind of fake borrow | Michael Goulet | -1/+1 | |
| 2024-12-17 | Rename `rustc_mir_build::build` to `builder` | Zalathar | -0/+650 | |
