| Age | Commit message (Expand) | Author | Lines |
| 2024-04-12 | Suppress erroneous suggestion | Alan Egerton | -0/+1 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -1/+1 |
| 2024-04-05 | Rollup merge of #123311 - Jules-Bertholet:andpat-everywhere, r=Nadrieril | Guillaume Gomez | -1/+8 |
| 2024-04-04 | Rollup merge of #123324 - Nadrieril:false-edges2, r=matthewjasper | Matthias Krüger | -12/+94 |
| 2024-04-03 | Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2024-04-03 | More precise false edges | Nadrieril | -10/+50 |
| 2024-04-03 | Explain false edges in more detail | Nadrieril | -3/+45 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -3/+3 |
| 2024-04-03 | Rollup merge of #123394 - compiler-errors:postfix-match-fixes, r=estebank | Matthias Krüger | -32/+51 |
| 2024-04-03 | Remove MIR unsafe check | Matthew Jasper | -119/+25 |
| 2024-04-02 | Fix suggestions for match non-exhaustiveness | Michael Goulet | -32/+51 |
| 2024-04-02 | Address review comments | Jules Bertholet | -7/+7 |
| 2024-04-01 | Auto merge of #122046 - Nadrieril:integrate-or-pats2, r=matthewjasper | bors | -65/+38 |
| 2024-03-30 | Implement "&<pat> everywhere" | Jules Bertholet | -2/+9 |
| 2024-03-30 | Sort `Eq` candidates in the failure case too | Nadrieril | -6/+8 |
| 2024-03-29 | Rollup merge of #123188 - klensy:clippy-me2, r=Nilstrieb | Matthias Krüger | -4/+1 |
| 2024-03-28 | and more | klensy | -4/+1 |
| 2024-03-27 | Use `create_or_subcandidates` for all or-pattern expansions | Nadrieril | -46/+37 |
| 2024-03-27 | Avoid recursion in creating and merging or-patterns | Nadrieril | -21/+3 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -98/+73 |
| 2024-03-27 | Rollup merge of #122439 - Nadrieril:store-built-place, r=compiler-errors | Matthias Krüger | -36/+42 |
| 2024-03-26 | Store `Place` instead of `PlaceBuilder` in `MatchPair` | Nadrieril | -28/+33 |
| 2024-03-26 | Rename | Nadrieril | -19/+20 |
| 2024-03-25 | Consistently merge simplifiable or-patterns | Nadrieril | -2/+5 |
| 2024-03-25 | Use the correct span for simplifying or-patterns | Nadrieril | -9/+15 |
| 2024-03-25 | Auto merge of #122721 - oli-obk:merge_queries, r=davidtwco | bors | -11/+6 |
| 2024-03-23 | Unbox and unwrap the contents of `StatementKind::Coverage` | Zalathar | -6/+2 |
| 2024-03-22 | Ty::new_ref and Ty::new_ptr stop using TypeAndMut | Michael Goulet | -6/+2 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -1/+1 |
| 2024-03-21 | Rollup merge of #122222 - Nadrieril:deref-pat-feature-gate, r=compiler-errors | Matthias Krüger | -1/+21 |
| 2024-03-21 | Auto merge of #122568 - RalfJung:mentioned-items, r=oli-obk | bors | -0/+1 |
| 2024-03-20 | Add barest-bones deref patterns | Nadrieril | -1/+21 |
| 2024-03-20 | Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -1/+0 |
| 2024-03-20 | step cfgs | Mark Rousskov | -1/+0 |
| 2024-03-20 | collector: recursively traverse 'mentioned' items to evaluate their constants | Ralf Jung | -0/+1 |
| 2024-03-20 | Rename mir_const query to mir_built | Oli Scherer | -2/+2 |
| 2024-03-20 | Replace `mir_built` query with a hook and use mir_const everywhere instead | Oli Scherer | -13/+8 |
| 2024-03-20 | Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk | Matthias Krüger | -1/+0 |
| 2024-03-20 | resolve clippy errors | onur-ozkan | -1/+0 |
| 2024-03-19 | Remove all checks of `IntrinsicDef::must_be_overridden` except for the actual... | Oli Scherer | -2/+7 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -1/+1 |
| 2024-03-18 | Rollup merge of #121823 - Nadrieril:never-witnesses, r=compiler-errors | Matthias Krüger | -35/+39 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -5/+4 |
| 2024-03-17 | fix typo | omahs | -1/+1 |
| 2024-03-16 | Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro... | bors | -3/+5 |
| 2024-03-15 | Rollup merge of #122254 - estebank:issue-48677, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-14 | Rollup merge of #122487 - GuillaumeGomez:rename-stmtkind-local, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-14 | Rollup merge of #122322 - Zalathar:branch, r=oli-obk | Matthias Krüger | -2/+170 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -1/+1 |