| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-10-26 | Suggest expressions that look like const generic arguments should be enclosed... | varkor | -0/+16 |
| 2020-10-25 | Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov | Yuki Okushi | -2/+4 |
| 2020-10-24 | Fix inconsistencies in handling of inert attributes on statements | Aaron Hill | -2/+4 |
| 2020-10-21 | Unconditionally capture tokens for attributes. | Aaron Hill | -3/+10 |
| 2020-10-21 | Auto merge of #77250 - Aaron1011:feature/flat-token-collection, r=petrochenkov | bors | -11/+83 |
| 2020-10-19 | Rewrite `collect_tokens` implementations to use a flattened buffer | Aaron Hill | -11/+83 |
| 2020-10-19 | Avoid cloning the contents of a `TokenStream` in a few places | Aaron Hill | -5/+5 |
| 2020-10-18 | Auto merge of #78066 - bugadani:wat, r=jonas-schievink | bors | -1/+1 |
| 2020-10-18 | No need to map the max_distance | Dániel Buga | -1/+1 |
| 2020-10-16 | Add check_generic_arg early pass | Santiago Pastorino | -5/+12 |
| 2020-10-16 | Parse inline const expressions | Santiago Pastorino | -0/+10 |
| 2020-10-15 | Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkor | Yuki Okushi | -64/+0 |