| Age | Commit message (Expand) | Author | Lines |
| 2021-07-11 | Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplett | bors | -1/+4 |
| 2021-06-25 | Auto merge of #86599 - Amanieu:asm_raw, r=nagisa | bors | -0/+1 |
| 2021-06-24 | Add a "raw" option for asm! which ignores format string specifiers | Amanieu d'Antras | -0/+1 |
| 2021-06-17 | Use `AttrVec` for `Arm`, `FieldDef`, and `Variant` | Yuki Okushi | -3/+3 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -6/+8 |
| 2021-05-16 | Implement Anonymous{Struct, Union} in the AST | jedel1043 | -0/+4 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -9/+1 |
| 2021-05-12 | Add more precise span informations to generic types | Giacomo Stevanato | -1/+1 |
| 2021-04-20 | Auto merge of #84334 - klensy:typo-compiler, r=jyn514 | bors | -1/+1 |
| 2021-04-19 | fix few typos | klensy | -1/+1 |
| 2021-04-11 | Match against attribute name when validating attributes | Tomasz Miąsko | -0/+1 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -1/+1 |
| 2021-04-04 | Add notes | Jubilee Young | -1/+4 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -64/+0 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -1/+1 |
| 2021-03-17 | Auto merge of #83188 - petrochenkov:field, r=lcnr | bors | -11/+18 |
| 2021-03-16 | ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct` | Vadim Petrochenkov | -2/+9 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -10/+10 |
| 2021-03-15 | More precise spans for HIR paths | Vadim Petrochenkov | -0/+8 |
| 2021-03-14 | expand: Resolve and expand inner attributes on out-of-line modules | Vadim Petrochenkov | -1/+1 |
| 2021-03-09 | Rollup merge of #82841 - hvdijk:x32, r=joshtriplett | Mara Bos | -4/+4 |
| 2021-03-08 | Rollup merge of #82854 - estebank:issue-82827, r=oli-obk | Mara Bos | -0/+8 |
| 2021-03-07 | Account for `if (let pat = expr) {}` | Esteban Küber | -0/+8 |
| 2021-03-06 | rustc_ast: Replace `AstLike::finalize_tokens` with a getter `tokens_mut` | Vadim Petrochenkov | -10/+0 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -4/+4 |
| 2021-02-27 | Combine HasAttrs and HasTokens into AstLike | Aaron Hill | -81/+0 |
| 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 | -15/+18 |
| 2021-02-18 | ast: Stop using `Mod` in `Crate` | Vadim Petrochenkov | -1/+1 |
| 2021-02-13 | Require passing an `AttrWrapper` to `collect_tokens_trailing_token` | Aaron Hill | -0/+15 |
| 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 | -35/+54 |
| 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 | -1/+10 |
| 2021-01-09 | ast: Remove some indirection layers from values in key-value attributes | Vadim Petrochenkov | -7/+8 |
| 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 | -0/+2 |
| 2020-12-30 | Rollup merge of #80128 - pierwill:pierwill-docs-fieldpat, r=jyn514 | Mara Bos | -6/+6 |
| 2020-12-29 | More uses of the matches! macro | LingMan | -10/+4 |
| 2020-12-28 | Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC | Dylan DPC | -36/+9 |
| 2020-12-26 | stabilize min_const_generics | Bastian Kauschke | -1/+1 |
| 2020-12-24 | use matches!() macro in more places | Matthias Krüger | -36/+9 |
| 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 | -16/+1 |
| 2020-11-28 | Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov | bors | -5/+43 |
| 2020-11-26 | Properly handle attributes on statements | Aaron Hill | -5/+43 |
| 2020-11-25 | ast and parser | b-naber | -0/+1 |