| Age | Commit message (Expand) | Author | Lines |
| 2021-03-06 | rustc_ast: Replace `AstLike::finalize_tokens` with a getter `tokens_mut` | Vadim Petrochenkov | -64/+34 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -7/+7 |
| 2021-03-01 | Rename rustdoc lints to be a tool lint instead of built-in. | Joshua Nelson | -1/+1 |
| 2021-02-27 | Combine HasAttrs and HasTokens into AstLike | Aaron Hill | -184/+224 |
| 2021-02-25 | Rollup merge of #82321 - bugadani:ast3, r=varkor | Dylan DPC | -2/+2 |
| 2021-02-21 | New pass to deduplicate blocks | Simon Vandel Sillesen | -2/+2 |
| 2021-02-20 | Remove some P-s | Dániel Buga | -2/+2 |
| 2021-02-18 | ast: Keep expansion status for out-of-line module items | Vadim Petrochenkov | -23/+35 |
| 2021-02-18 | ast: Stop using `Mod` in `Crate` | Vadim Petrochenkov | -27/+15 |
| 2021-02-13 | Require passing an `AttrWrapper` to `collect_tokens_trailing_token` | Aaron Hill | -0/+15 |
| 2021-02-11 | Auto merge of #80860 - camelid:nodeid-docs, r=sanxiyn | bors | -4/+10 |
| 2021-02-07 | Clarify docs for `DUMMY_NODE_ID` | Camelid | -3/+3 |
| 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-02 | Let a portion of DefPathHash uniquely identify the DefPath's crate. | Michael Woerister | -36/+0 |
| 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-11 | Document `NodeId` | Camelid | -3/+9 |
| 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 |