| Age | Commit message (Expand) | Author | Lines |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -1/+1 |
| 2021-12-13 | Use Inherited Visibility instead of None when no vis is present | Alexis Bourget | -14/+20 |
| 2021-12-13 | Update test to new error message | Alexis Bourget | -1/+1 |
| 2021-12-13 | Suggest remove on const async const instead of const const async | Alexis Bourget | -16/+45 |
| 2021-12-13 | Fix broken span and related tests | Alexis Bourget | -1/+1 |
| 2021-12-13 | Change error for pub in fn decl if already present | Alexis Bourget | -14/+39 |
| 2021-12-12 | Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr | bors | -14/+3 |
| 2021-12-10 | Rollup merge of #91625 - est31:remove_indexes, r=oli-obk | Matthias Krüger | -3/+3 |
| 2021-12-10 | remove feature gate and cleanup code | Ellen | -14/+3 |
| 2021-12-09 | Rollup merge of #91634 - terrarier2111:fix-recover-from-variant-ice, r=nagisa | Matthias Krüger | -20/+27 |
| 2021-12-09 | Remove redundant [..]s | est31 | -3/+3 |
| 2021-12-08 | Rollup merge of #91337 - FabianWolff:issue-91227-misspelled-macro, r=nagisa | Matthias Krüger | -4/+25 |
| 2021-12-08 | Do not attempt to suggest help for overly malformed struct/function call | threadexception | -20/+27 |
| 2021-12-08 | Rollup merge of #91531 - notriddle:notriddle/issue-87647-expected-semicolon, ... | Matthias Krüger | -29/+113 |
| 2021-12-06 | Expect extern fn with no body when parsing | Michael Howell | -1/+1 |
| 2021-12-06 | Add better comments for FnParseMode | Michael Howell | -2/+49 |
| 2021-12-05 | Rollup merge of #90022 - hkmatsumoto:self-upper-as-generic-parameter, r=jackh726 | Matthias Krüger | -0/+13 |
| 2021-12-04 | Do not add `;` to expected tokens list when it's wrong | Michael Howell | -29/+66 |
| 2021-12-02 | Rollup merge of #91435 - FabianWolff:issue-91421-if-then, r=lcnr | Matthias Krüger | -10/+41 |
| 2021-12-01 | Improve diagnostic for missing half of binary operator in `if` condition | Fabian Wolff | -10/+41 |
| 2021-12-01 | Rollup merge of #91313 - petrochenkov:cratexp, r=Aaron1011 | Matthias Krüger | -1/+1 |
| 2021-11-29 | review comments: clean up | Esteban Kuber | -173/+185 |
| 2021-11-28 | Add a suggestion if `macro_rules` is misspelled | Fabian Wolff | -4/+25 |
| 2021-11-28 | expand: Turn `ast::Crate` into a first class expansion target | Vadim Petrochenkov | -1/+1 |
| 2021-11-25 | Reject generic arguments on mod style interpolated path | David Tolnay | -10/+24 |
| 2021-11-25 | Let qpath contain NtTy: <$:ty as $:ty>::rest | David Tolnay | -0/+10 |
| 2021-11-25 | When recovering from a `:` in a pattern, use adequate AST pattern | Esteban Küber | -16/+87 |
| 2021-11-25 | Auto merge of #85346 - estebank:issue-84946, r=nagisa,varkor | bors | -54/+160 |
| 2021-11-24 | Tweak span and add more tests | Esteban Kuber | -5/+2 |
| 2021-11-24 | Account for incorrect `impl Foo<const N: ty> {}` syntax | Esteban Küber | -54/+163 |
| 2021-11-23 | Auto merge of #91149 - notriddle:notriddle/rustdoc-doctest-semicolon, r=jyn514 | bors | -1/+1 |
| 2021-11-22 | fix(doctest): detect extern crate items in statement doctests | Michael Howell | -1/+1 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -5/+9 |
| 2021-11-20 | Rollup merge of #90994 - Badel2:issue-90993, r=estebank | Matthias Krüger | -1/+1 |
| 2021-11-20 | Fix float ICE | threadexception | -0/+2 |
| 2021-11-20 | Fix ICE `#90993`: add missing call to cancel | Badel2 | -1/+1 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -14/+15 |
| 2021-10-22 | Rollup merge of #89257 - aDotInTheVoid:macro-error-2, r=estebank | Yuki Okushi | -10/+40 |
| 2021-10-19 | Explain why `Self` is invalid in generic parameters | Hirochika Matsumoto | -0/+13 |
| 2021-10-18 | Rollup merge of #89990 - petrochenkov:idempty, r=wesleywiser | Matthias Krüger | -4/+4 |
| 2021-10-18 | Rollup merge of #89974 - est31:let_else_if_error, r=nagisa | Matthias Krüger | -5/+16 |
| 2021-10-17 | Nicer error message if the user attempts to do let...else if | est31 | -5/+16 |
| 2021-10-17 | rustc_span: `Ident::invalid` -> `Ident::empty` | Vadim Petrochenkov | -4/+4 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -6/+6 |
| 2021-10-07 | some clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2021-10-04 | Use `TokenKind::similar_tokens()` | Fabian Wolff | -1/+4 |
| 2021-10-03 | Try to recover from a `=>` -> `=` or `->` typo in a match arm | Fabian Wolff | -1/+15 |
| 2021-10-01 | Give better error for `macro_rules name` | Nixon Enraght-Moony | -10/+40 |
| 2021-10-01 | Rollup merge of #89029 - notriddle:notriddle/issue-89013, r=estebank | Manish Goregaokar | -5/+32 |
| 2021-09-28 | Improve error messages for bad type constraints | Michael Howell | -11/+20 |