| Age | Commit message (Expand) | Author | Lines |
| 2023-01-26 | Rollup merge of #106960 - estebank:parse-anon-enums, r=cjgillot | Matthias Krüger | -4/+63 |
| 2023-01-23 | review comment: Remove AST AnonTy | Esteban Küber | -1/+1 |
| 2023-01-17 | Teach parser to understand fake anonymous enum syntax | Esteban Küber | -4/+63 |
| 2023-01-16 | fix dropping diagnostic without emit | Ezra Shaw | -1/+2 |
| 2023-01-15 | make error emitted on `impl &Trait` nicer | Ezra Shaw | -4/+35 |
| 2022-12-29 | Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgr | bors | -2/+93 |
| 2022-12-29 | Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e... | Matthias Krüger | -1/+1 |
| 2022-12-29 | Provide a better error for `Fn` traits with lifetime params | Yutaro Ohno | -2/+93 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -1/+1 |
| 2022-12-28 | Rollup merge of #106176 - compiler-errors:fn-kw-as-fn-trait, r=estebank | Matthias Krüger | -3/+45 |
| 2022-12-27 | Recover `fn` keyword as `Fn` trait in bounds | Michael Goulet | -3/+45 |
| 2022-12-13 | error parsing lifetime following by Sized and message + between them | Yiming Lei | -0/+19 |
| 2022-11-23 | Auto merge of #104410 - WaffleLapkin:unregress, r=estebank | bors | -1/+1 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -1/+1 |
| 2022-11-16 | Fix perf regression by correctly matching keywords | Maybe Waffle | -1/+1 |
| 2022-11-11 | Recover from fn ptr tys with generic param list | León Orell Valerian Liehr | -3/+55 |
| 2022-11-11 | Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank | bors | -2/+3 |
| 2022-11-09 | Make span_suggestions take IntoIterator | Michael Goulet | -1/+1 |
| 2022-10-01 | Replace some `bool` params with an enum | Maybe Waffle | -2/+3 |
| 2022-10-01 | Recover wrong cased keywords starting functions | Maybe Waffle | -2/+2 |
| 2022-09-27 | Structured suggestion for missing mut/const in pointer | Michael Goulet | -4/+7 |
| 2022-09-13 | Address code review comments | Eric Holk | -3/+1 |
| 2022-09-12 | Introduce dyn_star feature flag | Eric Holk | -2/+13 |
| 2022-08-22 | Rollup merge of #99915 - WaffleLapkin:recover_keyword_bounds, r=compiler-errors | Dylan DPC | -1/+21 |
| 2022-08-21 | recover `const Tr` bounds (no `~`) | Maybe Waffle | -0/+14 |
| 2022-08-17 | Box the `MacCall` in various types. | Nicholas Nethercote | -2/+2 |
| 2022-07-29 | Recover keywords in bounds | Maybe Waffle | -1/+7 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -4/+4 |
| 2022-06-02 | Rollup merge of #97166 - nnethercote:move-conditions-out, r=estebank | Yuki Okushi | -5/+10 |
| 2022-05-20 | Introduce BareFnTy::decl_span and fix generics span. | Camille GILLOT | -1/+3 |
| 2022-05-19 | Move condition out of `maybe_report_ambiguous_plus` and `maybe_recover_from_b... | Nicholas Nethercote | -2/+5 |
| 2022-05-19 | Move condition out of `maybe_recover_from_question_mark`. | Nicholas Nethercote | -2/+4 |
| 2022-05-19 | Move condition out of `maybe_recover_from_bad_qpath`. | Nicholas Nethercote | -1/+1 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -11/+11 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -14/+14 |
| 2022-03-26 | Stablize `const_extern_fn` for "Rust" and "C" | Aaron Hill | -0/+3 |
| 2022-03-04 | Do not recover from `Ty?` in macro parsing | Esteban Kuber | -11/+23 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -1/+2 |
| 2022-01-14 | Parse `Ty?` as `Option<Ty>` and provide structured suggestion | Esteban Kuber | -0/+26 |
| 2021-12-13 | Use Inherited Visibility instead of None when no vis is present | Alexis Bourget | -1/+6 |
| 2021-12-13 | Change error for pub in fn decl if already present | Alexis Bourget | -1/+2 |
| 2021-11-24 | Account for incorrect `impl Foo<const N: ty> {}` syntax | Esteban Küber | -6/+32 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -13/+0 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -26/+20 |
| 2021-07-02 | Recover from `&dyn mut ...` parse errors | Fabian Wolff | -1/+21 |
| 2021-06-04 | Remove incorrect assertion in type parsing code | Fabian Wolff | -1/+0 |
| 2021-05-16 | Implement Anonymous{Struct, Union} in the AST | jedel1043 | -0/+13 |
| 2021-05-03 | Handle incorrect placement of parentheses in trait bounds more gracefully | Esteban Küber | -3/+36 |
| 2021-03-17 | Add pub as optional check_front_matter | Ivan Tham | -2/+2 |