| Age | Commit message (Expand) | Author | Lines |
| 2025-04-03 | Make LevelAndSource a struct | Oli Scherer | -1/+1 |
| 2025-04-02 | Auto merge of #139269 - matthiaskrgr:rollup-pk78gig, r=matthiaskrgr | bors | -34/+35 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -1/+1 |
| 2025-03-26 | add a temporary workaround for `string_deref_patterns` | dianne | -2/+21 |
| 2025-03-26 | `lower_pat_expr`: use the pattern's type instead of the literal's | dianne | -33/+15 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -3/+3 |
| 2025-03-12 | Rollup merge of #137504 - nnethercote:remove-Map-4, r=Zalathar | Manish Goregaokar | -1/+1 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -1/+1 |
| 2025-03-09 | Explain weird quirk in user type annotation lowering | Michael Goulet | -1/+1 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -0/+1 |
| 2025-02-25 | Teach structured errors to display short `Ty` | Esteban Küber | -5/+1 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -2/+2 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -2/+2 |
| 2025-02-18 | Remove scrutinee_hir_id from ExprKind::Match | bjorn3 | -1/+1 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -1/+1 |
| 2025-02-17 | Rollup merge of #136817 - dianne:clean-and-comment-pat-migration, r=Nadrieril | Matthias Krüger | -111/+205 |
| 2025-02-17 | Rollup merge of #136671 - nnethercote:middle-limits, r=Nadrieril | Matthias Krüger | -14/+6 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -1/+1 |
| 2025-02-17 | Add `pattern_complexity_limit` to `Limits`. | Nicholas Nethercote | -14/+6 |
| 2025-02-14 | More comments for `lower_inline_const` | Zalathar | -1/+4 |
| 2025-02-14 | Clarify control-flow in `lower_path` | Zalathar | -30/+33 |
| 2025-02-14 | Rename `PatCtxt::lower_lit` to `lower_pat_expr` | Zalathar | -7/+7 |
| 2025-02-10 | move pattern migration internals to the `migration` module | dianne | -66/+114 |
| 2025-02-10 | move pattern migration setup/emitting to a separate module | dianne | -58/+104 |
| 2025-02-07 | Rollup merge of #136577 - dianne:simple-pat-migration-simplification, r=Nadri... | Matthias Krüger | -46/+100 |
| 2025-02-06 | Rollup merge of #136435 - Zalathar:thir-pat-stuff, r=Nadrieril | Matthias Krüger | -19/+18 |
| 2025-02-05 | try to suggest eliding redundant binding modifiers | dianne | -27/+31 |
| 2025-02-05 | peace of mind: remove a call to `Option::expect` | dianne | -2/+3 |
| 2025-02-05 | separate labels for default binding mode spans into their own notes | dianne | -10/+0 |
| 2025-02-04 | Rollup merge of #136526 - Zalathar:thir-cx, r=Nadrieril | Matthias Krüger | -21/+13 |
| 2025-02-04 | experimentally label the spans for default binding modes | dianne | -35/+88 |
| 2025-02-03 | highlight the whole problem subpattern when pointing out the default binding ... | dianne | -2/+2 |
| 2025-02-04 | Remove helper trait `UserAnnotatedTyHelpers` | Zalathar | -21/+13 |
| 2025-02-03 | reword pattern migration diagnostic to make sense in all editions | dianne | -8/+16 |
| 2025-02-03 | pattern migration: move labels out of the suggestion struct | dianne | -13/+11 |
| 2025-02-03 | Avoid double-boxing lists of THIR subpatterns | Zalathar | -7/+7 |
| 2025-02-03 | Remove some non-trivial `box` patterns | Zalathar | -11/+9 |
| 2025-02-03 | Remove `'pat` lifetime from some match-lowering data structures | Zalathar | -1/+2 |
| 2025-02-03 | Simplify the pattern unpeeling in `lower_pattern_range_endpoint` | Zalathar | -26/+25 |
| 2025-02-03 | Return range endpoint ascriptions/consts via a `&mut Vec` | Zalathar | -12/+19 |
| 2025-02-03 | Flatten the option check in `lower_pattern_range_endpoint` | Zalathar | -31/+28 |
| 2025-02-02 | Rollup merge of #136328 - estebank:long-ty-path, r=jieyouxu,lqd | Matthias Krüger | -4/+4 |
| 2025-01-31 | Rework "long type names" printing logic | Esteban Küber | -4/+4 |
| 2025-01-31 | Implement MIR, CTFE, and codegen for unsafe binders | Michael Goulet | -3/+4 |
| 2025-01-30 | add comments | Lukas Markeffsky | -0/+1 |
| 2025-01-30 | introduce `ty::Value` | Lukas Markeffsky | -1/+1 |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -4/+0 |
| 2025-01-27 | Use identifiers in diagnostics more often | Michael Goulet | -3/+3 |
| 2025-01-24 | Use short ty string for move errors | Esteban Küber | -0/+4 |
| 2025-01-21 | add fixme in typoed const pattern lint | Rémy Rakic | -0/+6 |