| Age | Commit message (Expand) | Author | Lines |
| 2023-11-29 | Avoid unnecessary pattern parse errors on `ref box` | Esteban Küber | -3/+3 |
| 2023-11-29 | Always emit help when failing to parse enum variant | Esteban Küber | -2/+7 |
| 2023-11-29 | review comment: rework `parse_for_head` to reduce branching | Esteban Küber | -36/+42 |
| 2023-11-29 | Change how `for (x in foo) {}` is handled | Esteban Küber | -57/+59 |
| 2023-11-29 | Account for `(pat if expr) => {}` | Esteban Küber | -39/+86 |
| 2023-11-29 | Change enum parse recovery | Esteban Küber | -8/+35 |
| 2023-11-29 | Bubble parse error when expecting `)` | Esteban Küber | -0/+3 |
| 2023-11-29 | More accurate span for unnecessary parens suggestion | Esteban Küber | -25/+9 |
| 2023-11-29 | When parsing patterns, bubble all errors except reserved idents that aren't l... | Esteban Küber | -1/+13 |
| 2023-11-29 | Make `parse_pat_ident` not recover bad name | Esteban Küber | -1/+1 |
| 2023-11-29 | Rollup merge of #118191 - estebank:let-chain-typo, r=compiler-errors | Matthias Krüger | -8/+40 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2023-11-29 | Rollup merge of #118394 - nnethercote:rm-hir-Ops, r=cjgillot | Matthias Krüger | -2/+2 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -1/+5 |
| 2023-11-28 | Suggest `let` or `==` on typo'd let-chain | Esteban Küber | -8/+40 |
| 2023-11-27 | Rollup merge of #111133 - hkmatsumoto:handle-python-slicing, r=TaKO8Ki | Michael Goulet | -11/+28 |
| 2023-11-28 | Rename `BinOpKind::lazy` as `BinOpKind::is_lazy`. | Nicholas Nethercote | -1/+1 |
| 2023-11-28 | Rework `ast::BinOpKind::to_string` and `ast::UnOp::to_string`. | Nicholas Nethercote | -1/+1 |
| 2023-11-27 | Change help message to make some sense in broader context | Hirochika Matsumoto | -1/+1 |
| 2023-11-27 | Address review feedbacks | Hirochika Matsumoto | -16/+17 |
| 2023-11-27 | Make tidy test happy | Hirochika Matsumoto | -1/+1 |
| 2023-11-27 | Detect Python-like slicing and suggest how to fix | Hirochika Matsumoto | -0/+16 |
| 2023-11-27 | Suggest swapping the order of `ref` and `box` | Hirochika Matsumoto | -2/+8 |
| 2023-11-24 | Add `Span` to `TraitBoundModifier` | Deadbeef | -1/+1 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -13/+13 |
| 2023-11-19 | Rollup merge of #117988 - estebank:issue-106020, r=cjgillot | Michael Goulet | -0/+110 |
| 2023-11-19 | Rollup merge of #117891 - compiler-errors:recover-for-dyn, r=davidtwco | Michael Goulet | -3/+37 |
| 2023-11-17 | Auto merge of #114292 - estebank:issue-71039, r=b-naber | bors | -27/+83 |
| 2023-11-17 | Rollup merge of #117990 - estebank:issue-100825-part-deux, r=Nilstrieb | Matthias Krüger | -7/+7 |
| 2023-11-17 | Rollup merge of #117892 - estebank:fat-arrow-typo, r=compiler-errors | Matthias Krüger | -9/+10 |
| 2023-11-16 | Fix code indentation | Esteban Küber | -2/+2 |
| 2023-11-16 | Handle attempts to have multiple `cfg`d tail expressions | Esteban Küber | -0/+110 |
| 2023-11-16 | Smaller span for unnessary `mut` suggestion | Esteban Küber | -5/+5 |
| 2023-11-16 | More detail when expecting expression but encountering bad macro argument | Esteban Küber | -27/+83 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -10/+12 |
| 2023-11-15 | discard invalid spans in external blocks | bohan | -1/+3 |
| 2023-11-14 | Fix some typos | cui fliter | -1/+1 |
| 2023-11-14 | Detect more `=>` typos | Esteban Küber | -9/+10 |
| 2023-11-14 | Recover `dyn` and `impl` after `for<...>` | Michael Goulet | -3/+37 |
| 2023-11-13 | Auto merge of #117770 - sjwang05:issue-117766, r=estebank,TaKO8Ki | bors | -1/+1 |
| 2023-11-12 | Fix `is_keyword_ahead` visibility | sjwang05 | -1/+1 |
| 2023-11-10 | Correctly handle while-let-chains | sjwang05 | -1/+1 |
| 2023-11-09 | Suggest fix for ; within let-chains | sjwang05 | -4/+20 |
| 2023-11-08 | Rollup merge of #117282 - clubby789:recover-wrong-function-header, r=TaKO8Ki | Guillaume Gomez | -3/+37 |
| 2023-11-07 | Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Ki | bors | -0/+12 |
| 2023-11-04 | fmt | Dinu Blanovschi | -3/+1 |
| 2023-11-04 | feat(hir): Store the `Span` of the `move` keyword | Dinu Blanovschi | -1/+4 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -10/+10 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -10/+10 |
| 2023-11-01 | Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkov | Matthias Krüger | -0/+10 |