| Age | Commit message (Expand) | Author | Lines |
| 2021-01-07 | rustc_parse: Better spans for synthesized token streams | Vadim Petrochenkov | -1/+1 |
| 2021-01-03 | Edit rustc_ast::tokenstream docs | pierwill | -16/+17 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -3/+3 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -2/+10 |
| 2020-12-31 | Enable Pat2021 in edition 2021. | Mara Bos | -2/+1 |
| 2020-12-31 | Auto merge of #80459 - mark-i-m:or-pat-reg, r=petrochenkov | bors | -5/+30 |
| 2020-12-30 | Rollup merge of #80128 - pierwill:pierwill-docs-fieldpat, r=jyn514 | Mara Bos | -6/+6 |
| 2020-12-30 | Implement edition-based macro pat feature | mark | -5/+30 |
| 2020-12-30 | Auto merge of #80503 - JohnTitor:rollup-b26vglu, r=JohnTitor | bors | -10/+4 |
| 2020-12-29 | More uses of the matches! macro | LingMan | -10/+4 |
| 2020-12-29 | Remove pretty-print/reparse hack, and add derive-specific hack | Aaron Hill | -0/+6 |
| 2020-12-28 | Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC | Dylan DPC | -87/+40 |
| 2020-12-26 | stabilize min_const_generics | Bastian Kauschke | -1/+1 |
| 2020-12-24 | use matches!() macro in more places | Matthias Krüger | -87/+40 |
| 2020-12-22 | Rework beautify_doc_string so that it returns a Symbol instead of a String | Guillaume Gomez | -35/+37 |
| 2020-12-17 | docs: Edit rustc_ast::token::Token | pierwill | -1/+1 |
| 2020-12-17 | Edit rustc_ast::ast::FieldPat docs | pierwill | -6/+6 |
| 2020-12-09 | Accept arbitrary expressions in key-value attributes at parse time | Vadim Petrochenkov | -30/+9 |
| 2020-12-01 | Add documentation for name_value_literal_span methods | Guillaume Gomez | -0/+14 |
| 2020-12-01 | Improve some attributes error spans | Guillaume Gomez | -1/+3 |
| 2020-12-01 | Created NestedMetaItem::name_value_literal_span method | Guillaume Gomez | -0/+15 |
| 2020-11-28 | Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov | bors | -14/+61 |
| 2020-11-27 | Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkov | bors | -1/+8 |
| 2020-11-26 | Properly handle attributes on statements | Aaron Hill | -14/+61 |
| 2020-11-26 | Rollup merge of #79000 - sivadeilra:user/ardavis/lev_distance, r=wesleywiser | Jonas Schievink | -169/+0 |
| 2020-11-25 | ast and parser | b-naber | -1/+8 |
| 2020-11-25 | Adjust pretty-print compat hack to work with item statements | Aaron Hill | -7/+14 |
| 2020-11-24 | Move lev_distance to rustc_ast, make non-generic | Arlie Davis | -169/+0 |
| 2020-11-15 | Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkov | Jonas Schievink | -0/+5 |
| 2020-11-14 | Add underscore expressions for destructuring assignments | Fabian Zaiser | -0/+5 |
| 2020-11-13 | Reserve space in advance | Dániel Buga | -1/+1 |
| 2020-11-12 | Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov | Mara Bos | -7/+24 |
| 2020-11-12 | Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011 | bors | -27/+37 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -7/+24 |
| 2020-11-10 | Changed unwrap_or to unwrap_or_else in some places. | Nicholas-Baron | -3/+3 |
| 2020-11-09 | Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco | Dylan DPC | -26/+18 |
| 2020-11-09 | Do not collect tokens for doc comments | Vadim Petrochenkov | -27/+37 |
| 2020-11-08 | Auto merge of #78712 - petrochenkov:visitok, r=Aaron1011 | bors | -16/+35 |
| 2020-11-06 | The renumber pass is long gone | est31 | -2/+2 |
| 2020-11-06 | rustc_ast: Never clone empty token streams in mutable visitor | Vadim Petrochenkov | -1/+1 |
| 2020-11-06 | rustc_ast: Visit tokens stored in AST nodes in mutable visitor | Vadim Petrochenkov | -15/+34 |
| 2020-11-04 | fix a couple of clippy warnings: | Matthias Krüger | -1/+1 |
| 2020-11-03 | rustc_ast: `visit_mac` -> `visit_mac_call` | Vadim Petrochenkov | -16/+16 |
| 2020-11-03 | rustc_ast: Do not panic by default when visiting macro calls | Vadim Petrochenkov | -12/+4 |
| 2020-11-03 | Rollup merge of #78376 - Aaron1011:feature/consistent-empty-expr, r=petrochenkov | Yuki Okushi | -0/+7 |
| 2020-11-03 | Expand `NtExpr` tokens only in key-value attributes | Vadim Petrochenkov | -53/+94 |
| 2020-11-02 | Treat trailing semicolon as a statement in macro call | Aaron Hill | -0/+7 |
| 2020-11-01 | Do not remove tokens before AST json serialization | Vadim Petrochenkov | -2/+3 |
| 2020-10-31 | parser: Cleanup `LazyTokenStream` and avoid some clones | Vadim Petrochenkov | -43/+22 |
| 2020-10-27 | Auto merge of #77502 - varkor:const-generics-suggest-enclosing-braces, r=petr... | bors | -0/+16 |