| Age | Commit message (Expand) | Author | Lines |
| 2024-10-08 | coverage. Adapt to mcdc mapping formats introduced by llvm 19 | zhuyunxing | -40/+54 |
| 2024-10-08 | coverage. MCDC ConditionId start from 0 to keep with llvm 19 | zhuyunxing | -12/+17 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -6/+13 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -4/+12 |
| 2024-09-24 | use more accurate spans for user type ascriptions | Lukas Markeffsky | -6/+8 |
| 2024-09-23 | Rollup merge of #130715 - compiler-errors:mir-build-const-eval, r=BoxyUwU | Matthias Krüger | -2/+7 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -337/+245 |
| 2024-09-22 | Replace calls to Const::eval in mir build | Michael Goulet | -2/+7 |
| 2024-09-14 | Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr | León Orell Valerian Liehr | -7/+6 |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -7/+6 |
| 2024-09-13 | Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxu | bors | -0/+10 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -3/+2 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -3/+2 |
| 2024-09-11 | rescope temp lifetime in let-chain into IfElse | Ding Xiang Fei | -0/+10 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -7/+5 |
| 2024-08-25 | Avoid taking reference of &TyKind | Michael Goulet | -1/+1 |
| 2024-08-20 | fix: simple typo in compiler directory | c8ef | -1/+1 |
| 2024-08-18 | rename AddressOf -> RawBorrow inside the compiler | Ralf Jung | -7/+7 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -2/+4 |
| 2024-08-10 | Stabilize `min_exhaustive_patterns` | Nadrieril | -8/+5 |
| 2024-08-06 | miri: make vtable addresses not globally unique | Ralf Jung | -2/+4 |
| 2024-08-05 | custom MIR: add support for tail calls | Ralf Jung | -0/+22 |
| 2024-08-01 | MIR required_consts, mentioned_items: ensure we do not forget to fill these l... | Ralf Jung | -2/+2 |
| 2024-07-29 | Entirely hide `Candidate`s from outside `lower_match_tree` | Nadrieril | -38/+64 |
| 2024-07-29 | Visiting bindings is straightforward now | Nadrieril | -67/+14 |
| 2024-07-29 | Abstract out the candidate manipulation not in the main algorithm | Nadrieril | -127/+192 |
| 2024-07-29 | Set up false edges in `lower_match_tree` | Nadrieril | -38/+42 |
| 2024-07-29 | Small simplification | Nadrieril | -14/+20 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -70/+82 |
| 2024-07-25 | Remove an obsolete comment | Zalathar | -6/+0 |
| 2024-07-25 | Various notes on match lowering | Zalathar | -54/+198 |
| 2024-07-20 | Rollup merge of #127917 - Zalathar:after-or, r=Nadrieril | Matthias Krüger | -91/+129 |
| 2024-07-20 | Rollup merge of #127556 - Zalathar:autoref, r=Nadrieril | Matthias Krüger | -81/+84 |
| 2024-07-20 | Inline `finalize_or_candidate` | Zalathar | -17/+7 |
| 2024-07-20 | Improve `test_remaining_match_pairs_after_or` | Zalathar | -0/+13 |
| 2024-07-20 | Split out `test_remaining_match_pairs_after_or` | Zalathar | -43/+58 |
| 2024-07-20 | Improve `merge_trivial_subcandidates` | Zalathar | -5/+15 |
| 2024-07-20 | Split out `remove_never_subcandidates` | Zalathar | -37/+47 |
| 2024-07-18 | Rollup merge of #127858 - Zalathar:pair-tree, r=Nadrieril | Matthias Krüger | -39/+46 |
| 2024-07-18 | pattern lowering: make sure we never call user-defined PartialEq instances | Ralf Jung | -28/+17 |
| 2024-07-17 | Rollup merge of #127472 - Zalathar:block-and-unit, r=fmease | Matthias Krüger | -73/+86 |
| 2024-07-17 | Rename `test` to `pick_test_for_match_pair` | Zalathar | -3/+6 |
| 2024-07-17 | Rename `MatchPair` to `MatchPairTree` | Zalathar | -37/+41 |
| 2024-07-16 | Rollup merge of #127707 - Zalathar:expand-until, r=Nadrieril | Matthias Krüger | -14/+19 |
| 2024-07-16 | Rollup merge of #127709 - Zalathar:pair-mod, r=Nadrieril | Trevor Gross | -245/+272 |
| 2024-07-16 | Use an iterator to find `expand_until` | Zalathar | -14/+19 |
| 2024-07-14 | Add cache for `allocate_str` | Adwin White | -1/+1 |
| 2024-07-14 | Improve internal docs for `MatchPair` | Zalathar | -5/+24 |
| 2024-07-14 | Move `MatchPair` tree creation to its own module | Zalathar | -240/+248 |
| 2024-07-10 | Replace a long inline "autoref" comment with method docs | Zalathar | -81/+84 |