| Age | Commit message (Expand) | Author | Lines |
| 2024-02-08 | Rollup merge of #120214 - Nadrieril:fix-120210, r=pnkfelix | Matthias Krüger | -166/+221 |
| 2024-02-07 | Prefer "0..MAX not covered" to "_ not covered" | Nadrieril | -29/+29 |
| 2024-02-07 | Add tests | Nadrieril | -32/+176 |
| 2024-02-07 | Update tests | r0cky | -1/+11 |
| 2024-02-06 | Rollup merge of #120423 - RalfJung:indirect-structural-match, r=petrochenkov | Matthias Krüger | -8/+114 |
| 2024-02-06 | Rollup merge of #120597 - fmease:sugg-on-js-style-spread-op-in-pat, r=estebank | Matthias Krüger | -6/+71 |
| 2024-02-05 | update the tracking issue for structural match violations | Ralf Jung | -17/+17 |
| 2024-02-05 | show indirect_structural_match and pointer_structural_match in future compat ... | Ralf Jung | -0/+106 |
| 2024-02-05 | Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillot | Matthias Krüger | -22/+19 |
| 2024-02-04 | Suggest `[tail @ ..]` on `[..tail]` and `[...tail]` where `tail` is unresolved | León Orell Valerian Liehr | -6/+71 |
| 2024-02-01 | `#![feature(inline_const_pat)]` is no longer incomplete | Matthew Jasper | -5/+4 |
| 2024-01-26 | remove illegal_floating_point_literal_pattern lint | Ralf Jung | -22/+19 |
| 2024-01-26 | Classify closure arguments in refutable pattern in argument error | Deadbeef | -2/+2 |
| 2024-01-26 | Rollup merge of #118803 - Nadrieril:min-exhaustive-patterns, r=compiler-errors | Matthias Krüger | -139/+773 |
| 2024-01-25 | Put new bindings first in refutable cases too | Nadrieril | -163/+183 |
| 2024-01-25 | Add tests | Nadrieril | -6/+41 |
| 2024-01-25 | Implement feature gate logic | Nadrieril | -139/+773 |
| 2024-01-24 | remove StructuralEq trait | Ralf Jung | -125/+105 |
| 2024-01-18 | Add tests | Nadrieril | -90/+0 |
| 2024-01-15 | Auto merge of #119610 - Nadrieril:never_pattern_bindings, r=compiler-errors | bors | -73/+13 |
| 2024-01-13 | Bless tests | George-lewis | -0/+5 |
| 2024-01-11 | Only lint ranges that really overlap | Nadrieril | -25/+19 |
| 2024-01-10 | Add test case for #119778 | Nadrieril | -0/+48 |
| 2024-01-09 | Check bindings around never patterns | Nadrieril | -19/+14 |
| 2024-01-09 | Add tests | Nadrieril | -56/+1 |
| 2024-01-07 | Abort analysis on type error | Nadrieril | -0/+43 |
| 2024-01-05 | Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-... | Matthias Krüger | -2/+2 |
| 2024-01-05 | Remove `hir::Guard` | Matthew Jasper | -2/+2 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -8/+10 |
| 2024-01-05 | Remove revisions for THIR unsafeck | Matthew Jasper | -30/+14 |
| 2023-12-29 | add test for #117626 | bohan | -0/+21 |
| 2023-12-24 | Auto merge of #118796 - Nadrieril:fix-exponential-id-match-2, r=cjgillot | bors | -0/+72 |
| 2023-12-23 | Reveal empty opaques in depth | Nadrieril | -14/+41 |
| 2023-12-23 | Improve performance on wide matches | Nadrieril | -0/+72 |
| 2023-12-20 | Reveal opaque types in exhaustiveness checking | Nadrieril | -9/+39 |
| 2023-12-20 | Add tests | Nadrieril | -0/+217 |
| 2023-12-09 | Don't warn an empty pattern unreachable if we're not sure the data is valid | Nadrieril | -597/+87 |
| 2023-12-09 | Test empty types better | Nadrieril | -489/+2595 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -15/+15 |
| 2023-12-04 | Remove the `precise_pointer_size_matching` feature gate | Nadrieril | -63/+24 |
| 2023-12-03 | Disallow arm bodies on never patterns | Nadrieril | -14/+14 |
| 2023-12-02 | Add tests | Nadrieril | -1/+1 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -0/+150 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -0/+150 |
| 2023-11-27 | Suggest swapping the order of `ref` and `box` | Hirochika Matsumoto | -0/+36 |
| 2023-11-26 | Auto merge of #117611 - Nadrieril:linear-pass-take-4, r=cjgillot | bors | -91/+120 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -52/+52 |
| 2023-11-22 | Fully rework the algorithm and its explanation | Nadrieril | -27/+34 |
| 2023-11-22 | Keep rows with guards in the matrix | Nadrieril | -14/+14 |
| 2023-11-22 | Add some tests | Nadrieril | -55/+77 |