| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-02-25 | Rollup merge of #82321 - bugadani:ast3, r=varkor | Dylan DPC | -1/+1 |
| 2021-02-25 | fix review | klensy | -1/+1 |
| 2021-02-24 | replaced some map_or with map_or_else | klensy | -1/+1 |
| 2021-02-23 | Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis | Dylan DPC | -9/+1 |
| 2021-02-23 | Rollup merge of #81235 - reese:rw-tuple-diagnostics, r=estebank | Dylan DPC | -2/+2 |
| 2021-02-21 | parser: remove unneccessary wrapping of return value in parse_extern() | Matthias Krüger | -7/+3 |
| 2021-02-21 | remove unneccessary wrapping of return value in mk_await_expr() | Matthias Krüger | -3/+3 |
| 2021-02-21 | rustc_parse: remove unneccessary wrapping of return value in fn mk_range() wh... | Matthias Krüger | -5/+5 |
| 2021-02-20 | Remove some P-s | Dániel Buga | -1/+1 |
| 2021-02-19 | Support `pub` on `macro_rules` | Vadim Petrochenkov | -9/+1 |
| 2021-02-19 | Rollup merge of #82238 - petrochenkov:nocratemod, r=Aaron1011 | Dylan DPC | -24/+11 |
| 2021-02-18 | Rollup merge of #82236 - matthiaskrgr:useless_conv, r=jyn514 | Dylan DPC | -4/+4 |
| 2021-02-18 | ast: Keep expansion status for out-of-line module items | Vadim Petrochenkov | -5/+7 |
| 2021-02-18 | ast: Stop using `Mod` in `Crate` | Vadim Petrochenkov | -23/+8 |
| 2021-02-17 | avoid converting types into themselves (clippy::useless_conversion) | Matthias Krüger | -4/+4 |
| 2021-02-15 | Simplify pattern grammar by allowing nested leading vert | mark | -89/+111 |
| 2021-02-13 | Address review comments | Aaron Hill | -179/+201 |
| 2021-02-13 | Require passing an `AttrWrapper` to `collect_tokens_trailing_token` | Aaron Hill | -409/+608 |
| 2021-02-08 | parser: Fix panic in 'const impl' recovery | Ömer Sinan Ağacan | -2/+12 |
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -4/+2 |
| 2021-02-02 | Auto merge of #81405 - bugadani:ast, r=cjgillot | bors | -9/+11 |
| 2021-02-02 | Auto merge of #80843 - Mark-Simulacrum:fmt-bump, r=petrochenkov | bors | -7/+10 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -7/+10 |
| 2021-02-02 | Rollup merge of #81608 - Aaron1011:macro-res-parse-err, r=davidtwco | Jonas Schievink | -2/+2 |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -9/+11 |
| 2021-01-31 | Improve handling of spans around macro result parse errors | Aaron Hill | -2/+2 |
| 2021-01-31 | Rollup merge of #81472 - Aaron1011:fix/revert-cursor-clone, r=petrochenkov | Jonas Schievink | -9/+1 |
| 2021-01-29 | Fix typo in pat.rs | Ikko Ashimine | -1/+1 |
| 2021-01-28 | Clone entire `TokenCursor` when collecting tokens | Aaron Hill | -9/+1 |
| 2021-01-26 | Point only at generic arguments when they are unexpected | Esteban Küber | -1/+9 |
| 2021-01-24 | parser: Collect tokens for values in key-value attributes | Vadim Petrochenkov | -6/+2 |
| 2021-01-23 | Auto merge of #80065 - b-naber:parse-angle-arg-diagnostics, r=petrochenkov | bors | -50/+28 |
| 2021-01-23 | Auto merge of #81017 - Aaron1011:collect-trailing-token, r=petrochenkov | bors | -106/+123 |
| 2021-01-22 | improve diagnostics for angle args | b-naber | -50/+28 |
| 2021-01-21 | Parse loop labels missing a leading `'` | Esteban Küber | -6/+48 |
| 2021-01-22 | Refactor token collection to capture trailing token immediately | Aaron Hill | -106/+123 |
| 2021-01-20 | Improve suggestion for tuple struct pattern matching errors. | Reese Williams | -2/+2 |
| 2021-01-20 | Force token collection to run when parsing nonterminals | Aaron Hill | -63/+89 |
| 2021-01-15 | Rollup merge of #80944 - LingMan:map_or, r=nagisa | Yuki Okushi | -1/+1 |
| 2021-01-15 | Auto merge of #80993 - Aaron1011:collect-set-tokens, r=petrochenkov | bors | -137/+35 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -1/+1 |