| Age | Commit message (Expand) | Author | Lines |
| 2021-02-04 | Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995 | Mara Bos | -1/+1 |
| 2021-02-04 | Stabilize feature(iterator_fold_self): Iterator::reduce | Mara Bos | -1/+0 |
| 2021-02-03 | Make panic/assert calls in rustc compatible with Rust 2021. | Mara Bos | -1/+1 |
| 2021-02-01 | Assert the size of the refactored enums | Dániel Buga | -0/+10 |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -53/+73 |
| 2021-01-22 | Refactor token collection to capture trailing token immediately | Aaron Hill | -11/+0 |
| 2021-01-17 | Replace let Some(..) = with .is_some() | wcampbell | -1/+1 |
| 2021-01-16 | Remove unnecessary manual shrink_to_fit calls | Dániel Buga | -3/+0 |
| 2021-01-15 | Auto merge of #80993 - Aaron1011:collect-set-tokens, r=petrochenkov | bors | -10/+66 |
| 2021-01-13 | Set tokens on AST node in `collect_tokens` | Aaron Hill | -10/+66 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -2/+12 |
| 2021-01-09 | ast: Remove some indirection layers from values in key-value attributes | Vadim Petrochenkov | -37/+31 |
| 2021-01-08 | Rollup merge of #80784 - petrochenkov:nontspan, r=Aaron1011 | Yuki Okushi | -1/+1 |
| 2021-01-08 | Rollup merge of #80659 - pierwill:edit-tokenstream, r=davidtwco | Yuki Okushi | -16/+17 |
| 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 |