| Age | Commit message (Expand) | Author | Lines |
| 2024-07-25 | Various notes on match lowering | Zalathar | -54/+198 |
| 2024-07-24 | Improve "covered_by_many" error | Nadrieril | -19/+18 |
| 2024-07-24 | Explain why a given pattern is considered unreachable | Nadrieril | -23/+78 |
| 2024-07-24 | Move rustc-specific entrypoint to the `rustc` module | Nadrieril | -6/+10 |
| 2024-07-23 | Rollup merge of #125834 - workingjubilee:weaken-thir-unsafeck-for-addr-of-sta... | Matthias Krüger | -2/+22 |
| 2024-07-22 | compiler: treat `&raw (const|mut) UNSAFE_STATIC` implied deref as safe | Jubilee Young | -2/+22 |
| 2024-07-22 | Rollup merge of #125990 - tbu-:pr_unsafe_env_lint_name, r=ehuss | Trevor Gross | -2/+2 |
| 2024-07-21 | Rollup merge of #128033 - Nadrieril:explain-empty-wildcards, r=compiler-errors | Jubilee | -16/+20 |
| 2024-07-21 | Explain why we require `_` for empty patterns | Nadrieril | -0/+4 |
| 2024-07-21 | Tweak `collect_non_exhaustive_tys` | Nadrieril | -16/+16 |
| 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 | remove saw_const_match_error; check if pattern contains an Error instead | Ralf Jung | -14/+3 |
| 2024-07-18 | avoid creating an Instance only to immediately disassemble it again | Ralf Jung | -41/+3 |
| 2024-07-18 | pattern lowering: make sure we never call user-defined PartialEq instances | Ralf Jung | -28/+17 |
| 2024-07-18 | const_to_pat: cleanup leftovers from when we had to deal with non-structural ... | Ralf Jung | -226/+108 |
| 2024-07-18 | valtree construction: keep track of which type was valtree-incompatible | Ralf Jung | -4/+3 |
| 2024-07-17 | Rollup merge of #127472 - Zalathar:block-and-unit, r=fmease | Matthias Krüger | -73/+86 |
| 2024-07-17 | Rename `deprecated_safe` lint to `deprecated_safe_2024` | Tobias Bucher | -2/+2 |
| 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 |
| 2024-07-09 | Address review comments | Nadrieril | -4/+4 |
| 2024-07-09 | Return the `otherwise_block` instead of passing it as argument | Nadrieril | -57/+29 |
| 2024-07-09 | Factor out the "process remaining candidates" cases | Nadrieril | -44/+30 |
| 2024-07-09 | Don't try to save an extra block | Nadrieril | -13/+9 |
| 2024-07-09 | Move or-pattern expansion inside the main part of the algorithm | Nadrieril | -36/+24 |
| 2024-07-09 | Factor out the special handling of or-patterns | Nadrieril | -81/+104 |
| 2024-07-09 | Move a function | Nadrieril | -19/+19 |
| 2024-07-09 | Auto merge of #127028 - Nadrieril:fix-or-pat-expansion, r=matthewjasper | bors | -0/+3 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -2/+139 |
| 2024-07-08 | Stop using `unpack!` for `BlockAnd<()>` | Zalathar | -29/+26 |
| 2024-07-08 | Remove the non-assigning form of `unpack!` | Zalathar | -44/+60 |
| 2024-07-07 | Fix conflicts after rebase | Maybe Lapkin | -1/+1 |
| 2024-07-07 | Fix unconditional recursion lint wrt tail calls | Maybe Waffle | -2/+16 |
| 2024-07-07 | Properly handle drops for tail calls | DrMeepster | -18/+107 |
| 2024-07-07 | Support tail calls in mir via `TerminatorKind::TailCall` | Maybe Waffle | -2/+36 |
| 2024-07-05 | coverage: Rename `mir::coverage::BranchInfo` to `CoverageInfoHi` | Zalathar | -60/+73 |