| Age | Commit message (Expand) | Author | Lines |
| 2024-04-23 | Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwco | Matthias Krüger | -0/+2 |
| 2024-04-22 | Improve handling of expr->field errors | Sasha Pourcelot | -0/+4 |
| 2024-04-18 | Disallow ambiguous attributes on expressions | Dominik Stolz | -0/+2 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -3/+0 |
| 2024-03-26 | Rollup merge of #122120 - fmease:sugg-assoc-ty-bound-on-eq-bound, r=compiler-... | Matthias Krüger | -4/+6 |
| 2024-03-24 | Rollup merge of #122217 - estebank:issue-119685, r=fmease | Matthias Krüger | -1/+2 |
| 2024-03-23 | Suggest assoc ty bound on lifetime in eq constraint | León Orell Valerian Liehr | -4/+6 |
| 2024-03-21 | Remove non-useful code path. | Nicholas Nethercote | -2/+0 |
| 2024-03-17 | review comment: `str` -> string in messages | Esteban Küber | -2/+2 |
| 2024-03-17 | Handle str literals written with `'` lexed as lifetime | Esteban Küber | -0/+1 |
| 2024-03-03 | Remove unused fluent messages | r0cky | -4/+0 |
| 2024-03-01 | Remove unused fluent messages | r0cky | -3/+0 |
| 2024-02-20 | Support async trait bounds in macros | Michael Goulet | -0/+2 |
| 2024-01-31 | Better error message in ed 2015 | Michael Goulet | -0/+2 |
| 2024-01-28 | Handle methodcalls & operators in patterns | Lieselotte | -0/+14 |
| 2024-01-19 | Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31 | Matthias Krüger | -0/+2 |
| 2024-01-18 | Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2024-01-18 | Suggest wrapping mac args in parens rather than the whole expression | Michael Goulet | -0/+2 |
| 2024-01-12 | Suggest quoting unquoted idents in attrs | sjwang05 | -0/+3 |
| 2024-01-12 | Detect `NulInCStr` error earlier. | Nicholas Nethercote | -0/+2 |
| 2024-01-04 | Auto merge of #119569 - matthiaskrgr:rollup-4packja, r=matthiaskrgr | bors | -0/+3 |
| 2024-01-03 | Recover parentheses in range patterns | Lieselotte | -0/+3 |
| 2024-01-02 | Make offset_of field parsing use metavariable which handles any spacing | George Bateman | -0/+4 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -7/+2 |
| 2023-12-08 | Auto merge of #118420 - compiler-errors:async-gen, r=eholk | bors | -2/+0 |
| 2023-12-08 | Support async gen fn | Michael Goulet | -2/+0 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -2/+0 |
| 2023-12-04 | Make async gen fn an error | Eric Holk | -0/+2 |
| 2023-12-03 | Detect attempts to expand a macro to a match arm again | Nadrieril | -2/+0 |
| 2023-11-29 | Account for `(pat if expr) => {}` | Esteban Küber | -0/+3 |
| 2023-11-29 | Rollup merge of #118191 - estebank:let-chain-typo, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2023-11-28 | Suggest `let` or `==` on typo'd let-chain | Esteban Küber | -0/+4 |
| 2023-11-27 | Suggest swapping the order of `ref` and `box` | Hirochika Matsumoto | -0/+3 |
| 2023-11-14 | Recover `dyn` and `impl` after `for<...>` | Michael Goulet | -0/+3 |
| 2023-11-07 | Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Ki | bors | -0/+3 |
| 2023-11-01 | Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkov | Matthias Krüger | -0/+3 |
| 2023-11-01 | Give a better diagnostic for missing parens in Fn* bounds | clubby789 | -0/+3 |
| 2023-11-01 | Recover from missing param list in function definitions | clubby789 | -0/+3 |
| 2023-10-30 | Talk about `gen fn` in diagnostics about `gen fn` | Oli Scherer | -2/+2 |
| 2023-10-26 | Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 edition | Oli Scherer | -0/+3 |
| 2023-10-06 | Rollup merge of #116400 - estebank:issue-78585, r=WaffleLapkin | Jubilee | -0/+4 |
| 2023-10-03 | Move some tests around | Esteban Küber | -4/+4 |
| 2023-10-03 | Detect missing `=>` after match guard during parsing | Esteban Küber | -0/+4 |
| 2023-10-03 | Rollup merge of #115863 - chenyukang:yukang-add-message-tidy-check, r=davidtwco | Matthias Krüger | -30/+0 |
| 2023-09-28 | Tweak wording of missing angle backets in qualified path | Esteban Küber | -1/+1 |
| 2023-09-20 | Cleanup unused messages in ftl files | yukang | -30/+0 |
| 2023-09-13 | Address review comments | Matthew Jasper | -0/+1 |
| 2023-09-11 | Move let expression checking to parsing | Matthew Jasper | -0/+2 |
| 2023-08-16 | Fix bad suggestion when wrong parentheses around a dyn trait | yukang | -2/+2 |
| 2023-08-04 | Rollup merge of #113999 - Centri3:macro-arm-expand, r=wesleywiser | Matthias Krüger | -0/+6 |