| Age | Commit message (Expand) | Author | Lines |
| 2024-04-29 | Avoid some `def_span` query calls | Oli Scherer | -1/+2 |
| 2024-04-29 | mcdc-coverage: Get decision_depth from THIR lowering | Dorian Péron | -17/+66 |
| 2024-04-29 | mcdc-coverage: Add decision_depth field in structs | Dorian Péron | -0/+2 |
| 2024-04-29 | coverage: Avoid hard-coded values when visiting logical ops | Zalathar | -4/+4 |
| 2024-04-23 | Rollup merge of #124218 - Xiretza:subsubdiagnostics, r=davidtwco | León Orell Valerian Liehr | -2/+2 |
| 2024-04-23 | Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasper | León Orell Valerian Liehr | -151/+252 |
| 2024-04-22 | coverage: Move some helper code into `BranchInfoBuilder` | Zalathar | -26/+40 |
| 2024-04-22 | coverage: Detach MC/DC branch spans from regular branch spans | Zalathar | -27/+20 |
| 2024-04-21 | Pass translation closure to add_to_diag_with() as reference | Xiretza | -2/+2 |
| 2024-04-20 | Use deep fake borrows for deref patterns | Nadrieril | -28/+30 |
| 2024-04-20 | Add a non-shallow fake borrow | Nadrieril | -4/+5 |
| 2024-04-20 | Rework fake borrow calculation | Nadrieril | -117/+139 |
| 2024-04-20 | Allow mutable bindings inside deref patterns | Nadrieril | -15/+33 |
| 2024-04-20 | Track mutability of deref patterns | Nadrieril | -4/+6 |
| 2024-04-20 | Don't fake borrow inside a deref pattern | Nadrieril | -2/+12 |
| 2024-04-20 | Lower deref patterns to MIR | Nadrieril | -32/+78 |
| 2024-04-20 | Rollup merge of #123409 - ZhuUx:master, r=oli-obk | Matthias Krüger | -10/+258 |
| 2024-04-19 | coverage. Generate Mappings of decisions and conditions for MC/DC | zhuyunxing | -10/+247 |
| 2024-04-18 | Rollup merge of #124110 - beetrees:neg-f16-f128, r=compiler-errors | Jubilee | -2/+14 |
| 2024-04-19 | coverage. Add coverage-options=mcdc as gate for MC/DC instrument | zhuyunxing | -0/+11 |
| 2024-04-18 | Rollup merge of #124064 - Zalathar:otherwise-block, r=Nadrieril | Matthias Krüger | -3/+3 |
| 2024-04-18 | Fix negating `f16` and `f128` constants | beetrees | -2/+14 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -18/+13 |
| 2024-04-17 | Move confusing comment about otherwise blocks in `lower_match_tree` | Zalathar | -3/+3 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -20/+14 |
| 2024-04-16 | Rollup merge of #123512 - Jules-Bertholet:ref-pat-eat-one-layer-2024, r=Nadri... | Guillaume Gomez | -1/+1 |
| 2024-04-16 | Rollup merge of #123995 - compiler-errors:thir-hooks, r=oli-obk | Guillaume Gomez | -7/+8 |
| 2024-04-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -20/+14 |
| 2024-04-15 | Ensure inherited reference is never set to `&mut` behind an `&` | Jules Bertholet | -1/+1 |
| 2024-04-15 | Make thir_tree and thir_flat into hooks | Michael Goulet | -7/+8 |
| 2024-04-15 | Remove TypeVariableOriginKind | Michael Goulet | -5/+4 |
| 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 |