| Age | Commit message (Expand) | Author | Lines |
| 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/+13 |
| 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 | -107/+124 |
| 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 | -107/+124 |
| 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 |
| 2021-01-13 | Set tokens on AST node in `collect_tokens` | Aaron Hill | -137/+35 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -1/+2 |
| 2021-01-12 | Auto merge of #76580 - rokob:iss76011, r=estebank | bors | -4/+5 |
| 2021-01-10 | Auto merge of #80789 - Aaron1011:fix/stmt-empty, r=petrochenkov | bors | -1/+10 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -1/+2 |
| 2021-01-09 | Auto merge of #80441 - petrochenkov:kwtok, r=Aaron1011 | bors | -4/+5 |
| 2021-01-09 | Synthesize a `TokenStream` for `StmtKind::Empty` | Aaron Hill | -1/+10 |
| 2021-01-09 | ast: Remove some indirection layers from values in key-value attributes | Vadim Petrochenkov | -4/+5 |
| 2021-01-08 | Use an empty `TokenCursorFrame` stack when capturing tokens | Aaron Hill | -1/+9 |
| 2021-01-08 | Add a note for `*` and `{}` usage on `use` | Yuki Okushi | -1/+16 |
| 2021-01-08 | rustc_ast_pretty: Remove `PrintState::insert_extra_parens` | Vadim Petrochenkov | -2/+1 |
| 2021-01-07 | rustc_parse: Better spans for synthesized token streams | Vadim Petrochenkov | -12/+8 |
| 2021-01-01 | make `const_generics_defaults` use the unstable syntax mechanism | Rémy Rakic | -3/+14 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -12/+22 |
| 2020-12-31 | Consistently call editions "Rust 20xx" in messages. | Mara Bos | -2/+2 |
| 2020-12-31 | Add edition 2021. | Mara Bos | -5/+6 |
| 2020-12-31 | Auto merge of #80459 - mark-i-m:or-pat-reg, r=petrochenkov | bors | -25/+10 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -3/+3 |
| 2020-12-30 | Implement edition-based macro pat feature | mark | -25/+10 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -3/+3 |
| 2020-12-30 | Fix ICE when pointing at multi bytes character | Yuki Okushi | -5/+1 |
| 2020-12-29 | Remove pretty-print/reparse hack, and add derive-specific hack | Aaron Hill | -359/+31 |
| 2020-12-28 | Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC | Dylan DPC | -4/+3 |
| 2020-12-26 | stabilize min_const_generics | Bastian Kauschke | -3/+1 |
| 2020-12-25 | Rollup merge of #80160 - diondokter:move_async_fix, r=davidtwco | Dylan DPC | -4/+32 |
| 2020-12-24 | use matches!() macro in more places | Matthias Krüger | -4/+3 |
| 2020-12-21 | Implemented a compiler diagnostic for move async mistake | Dion Dokter | -4/+32 |
| 2020-12-19 | implement edition-specific :pat behavior for 2015/18 | mark | -12/+41 |
| 2020-12-19 | Auto merge of #77035 - mibac138:fn-fat-arrow-return, r=davidtwco | bors | -17/+107 |
| 2020-12-17 | Don't allow `const` to begin a nonterminal | Camelid | -0/+2 |
| 2020-12-17 | Address review comments | mibac138 | -7/+21 |