| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | AST validation: Improve handling of inherent impls nested within functions an... | León Orell Valerian Liehr | -0/+72 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -1/+1 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -2/+3 |
| 2024-01-30 | Rollup merge of #120460 - nnethercote:fix-120397, r=compiler-errors | Guillaume Gomez | -20/+94 |
| 2024-01-29 | Be more careful about interpreting a label/lifetime as a mistyped char literal. | Nicholas Nethercote | -20/+94 |
| 2024-01-28 | Handle methodcalls & operators in patterns | Lieselotte | -43/+473 |
| 2024-01-27 | Rollup merge of #118182 - estebank:issue-118164, r=davidtwco | Matthias Krüger | -0/+36 |
| 2024-01-26 | Properly recover from trailing attr in body | Esteban Küber | -0/+36 |
| 2024-01-26 | Rollup merge of #119342 - sjwang05:issue-112254, r=wesleywiser | Matthias Krüger | -0/+89 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -2/+3 |
| 2024-01-20 | Rollup merge of #120063 - clubby789:remove-box-handling, r=Nilstrieb | Guillaume Gomez | -0/+0 |
| 2024-01-18 | Suggest wrapping mac args in parens rather than the whole expression | Michael Goulet | -6/+6 |
| 2024-01-17 | Deny braced macro invocations in let-else | Michael Goulet | -1/+52 |
| 2024-01-17 | Move `removed-syntax` tests to their own directory | clubby789 | -0/+0 |
| 2024-01-14 | Auto merge of #119341 - sjwang05:issue-58462, r=WaffleLapkin | bors | -0/+54 |
| 2024-01-13 | Bless tests | George-lewis | -0/+11 |
| 2024-01-12 | Suggest quoting unquoted idents in attrs | sjwang05 | -0/+54 |
| 2024-01-11 | Silence follow up errors if astconv already errored | Oli Scherer | -15/+3 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -3/+21 |
| 2024-01-08 | Emit suggestion when trying to write exclusive ranges as `..<` | sjwang05 | -0/+89 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -7/+7 |
| 2024-01-04 | Rollup merge of #119397 - ShE3py:pat-range-paren-recovery, r=fmease | Matthias Krüger | -0/+69 |
| 2024-01-04 | macro_rules: Less hacky heuristic for using `tt` metavariable spans | Vadim Petrochenkov | -6/+6 |
| 2024-01-03 | Rollup merge of #119505 - fmease:no-host-param-for-trait-fns, r=fee1-dead | León Orell Valerian Liehr | -8/+20 |
| 2024-01-03 | Rollup merge of #119494 - fmease:deny-hr-param-defaults, r=compiler-errors | León Orell Valerian Liehr | -7/+10 |
| 2024-01-03 | Recover parentheses in range patterns | Lieselotte | -0/+69 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -7/+7 |
| 2024-01-02 | E0379: Provide suggestions | León Orell Valerian Liehr | -4/+16 |
| 2024-01-02 | E0379: Make diagnostic more precise | León Orell Valerian Liehr | -6/+6 |
| 2024-01-01 | Deny defaults for higher-ranked generic parameters | León Orell Valerian Liehr | -7/+10 |
| 2023-12-28 | Don't expect bodyless arms if the pattern can never be a never pattern | Lieselotte | -19/+19 |
| 2023-12-27 | Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-dead | bors | -4/+27 |
| 2023-12-27 | Auto merge of #117303 - sjwang05:issue-117245, r=estebank | bors | -0/+196 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -4/+27 |
| 2023-12-26 | Suggest `=>` --> `>=` in conditions | sjwang05 | -0/+196 |
| 2023-12-26 | fallback `default` to `None` during ast-loweing for lifetime binder | bohan | -0/+7 |
| 2023-12-21 | Simple modification of diagnostic information | surechen | -2/+2 |
| 2023-12-18 | Auto merge of #117818 - fmease:properly-reject-defaultness-on-free-consts, r=... | bors | -8/+36 |
| 2023-12-14 | Change expr_trailing_brace to an exhaustive match to force new expression kin... | GearsDatapacks | -0/+396 |
| 2023-12-12 | Rollup merge of #118868 - Nadrieril:correctly-gate-never_patterns-parsing, r=... | Matthias Krüger | -13/+5 |
| 2023-12-12 | Correctly gate the parsing of match arms without body | Nadrieril | -13/+5 |
| 2023-12-12 | Improve an error involving attribute values. | Nicholas Nethercote | -12/+28 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -22/+229 |
| 2023-12-05 | Rollup merge of #118585 - sjwang05:issue-118564, r=compiler-errors | Michael Goulet | -1/+11 |
| 2023-12-05 | Rollup merge of #117922 - estebank:unclosed-generics, r=b-naber | Matthias Krüger | -6/+4 |
| 2023-12-04 | Fix parser ICE when recovering `dyn`/`impl` after `for<...>` | sjwang05 | -1/+11 |
| 2023-12-03 | Disallow an arm without a body (except for never patterns) | Nadrieril | -7/+86 |
| 2023-12-03 | Detect attempts to expand a macro to a match arm again | Nadrieril | -0/+2 |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -103/+39 |
| 2023-12-03 | Auto merge of #118542 - chenyukang:yukang-fix-parser-ice-118531, r=cjgillot | bors | -0/+106 |