| Age | Commit message (Expand) | Author | Lines |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -13/+0 |
| 2021-05-16 | Implement Anonymous{Struct, Union} in the AST | jedel1043 | -13/+32 |
| 2021-05-11 | Recover from invalid `struct` item syntax | Esteban Küber | -1/+45 |
| 2021-05-11 | Re-add support for parsing (and pretty-printing) inner-attributes within body... | Felix S. Klock II | -1/+2 |
| 2021-05-10 | Auto merge of #85104 - hi-rustin:rustin-patch-typo, r=jonas-schievink | bors | -1/+1 |
| 2021-05-09 | Fix typo | hi-rustin | -1/+1 |
| 2021-05-08 | Rename `Parser::span_fatal_err` -> `Parser::span_err` | Joshua Nelson | -8/+4 |
| 2021-05-08 | Rollup merge of #76808 - LeSeulArtichaut:diagnose-functions-struct, r=jackh726 | Dylan DPC | -30/+58 |
| 2021-05-07 | Also take unions and enums into account | LeSeulArtichaut | -14/+19 |
| 2021-05-07 | Improve diagnostics for functions in `struct` definitions | LeSeulArtichaut | -19/+42 |
| 2021-05-07 | Rollup merge of #84896 - estebank:issue-84772, r=jackh726 | Dylan DPC | -3/+36 |
| 2021-05-03 | Handle incorrect placement of parentheses in trait bounds more gracefully | Esteban Küber | -3/+36 |
| 2021-05-03 | parser: Remove support for inner attributes on non-block expressions | Vadim Petrochenkov | -10/+4 |
| 2021-04-28 | Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakis | bors | -6/+8 |
| 2021-04-27 | remove pat2021 | mark | -4/+4 |
| 2021-04-23 | Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis" | Santiago Pastorino | -1/+9 |
| 2021-04-19 | fix few typos | klensy | -1/+1 |
| 2021-04-15 | rename pat2015 to pat_param | mark | -4/+6 |
| 2021-04-14 | Auto merge of #84130 - Aaron1011:fix/none-delim-lookahead, r=petrochenkov | bors | -8/+31 |
| 2021-04-12 | Add fast path when None delimiters are not involved | Aaron Hill | -0/+19 |
| 2021-04-12 | don't bump in check_mistyped_turbofish_with_multiple_type_params | b-naber | -15/+17 |
| 2021-04-12 | Fix lookahead with None-delimited group | Aaron Hill | -9/+13 |
| 2021-04-11 | Implement token-based handling of attributes during expansion | Aaron Hill | -220/+601 |
| 2021-04-09 | Avoid `;` -> `,` recovery and unclosed `}` recovery from being too verbose | Esteban Küber | -1/+3 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -1/+1 |
| 2021-04-05 | Allow exclusive range-from patterns | Jubilee Young | -2/+0 |
| 2021-03-26 | Always preserve `None`-delimited groups in a captured `TokenStream` | Aaron Hill | -15/+55 |
| 2021-03-25 | Avoid double-collection for expression nonterminals | Aaron Hill | -17/+17 |
| 2021-03-23 | Rollup merge of #83384 - mark-i-m:rename-pat2018, r=joshtriplett | Yuki Okushi | -3/+3 |
| 2021-03-22 | rename :pat2018 -> :pat215 | mark | -3/+3 |
| 2021-03-19 | stabilize or_patterns | mark | -64/+28 |
| 2021-03-18 | Auto merge of #76447 - pickfire:async-pub, r=estebank | bors | -9/+39 |
| 2021-03-17 | Auto merge of #83188 - petrochenkov:field, r=lcnr | bors | -22/+24 |
| 2021-03-17 | Add pub as optional check_front_matter | Ivan Tham | -8/+17 |
| 2021-03-17 | Detect pub fn attr wrong order like `async pub` | Ivan Tham | -3/+24 |
| 2021-03-17 | Emit more pretty diagnostics for qualified paths | Yuki Okushi | -14/+21 |
| 2021-03-17 | Fix bad diagnostics for anon params with qualified paths | Yuki Okushi | -10/+20 |
| 2021-03-17 | Fix bad diagnostics for anon params with ref | Yuki Okushi | -31/+54 |
| 2021-03-16 | ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct` | Vadim Petrochenkov | -1/+5 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -21/+19 |
| 2021-03-13 | Improve the wording for the `can't reassign` error | Yuki Okushi | -1/+2 |
| 2021-03-09 | Rollup merge of #82048 - mark-i-m:or-pat-type-ascription, r=petrochenkov | Mara Bos | -67/+130 |
| 2021-03-06 | rustc_ast: Replace `AstLike::finalize_tokens` with a getter `tokens_mut` | Vadim Petrochenkov | -3/+7 |
| 2021-03-05 | use pat<no_top_alt> for patterns in let bindings | mark | -67/+130 |
| 2021-03-03 | Detect match arm body without braces | Esteban Küber | -1/+112 |
| 2021-03-02 | Rollup merge of #82579 - osa1:issue82566, r=estebank | Yuki Okushi | -4/+12 |
| 2021-02-27 | Recover from X<Y,Z> when parsing const expr | Ömer Sinan Ağacan | -2/+10 |
| 2021-02-27 | Fix turbofish recovery with multiple generic args | Ömer Sinan Ağacan | -2/+2 |
| 2021-02-27 | Combine HasAttrs and HasTokens into AstLike | Aaron Hill | -5/+5 |
| 2021-02-26 | Rollup merge of #82456 - klensy:or-else, r=estebank | Guillaume Gomez | -1/+1 |