| Age | Commit message (Expand) | Author | Lines |
| 2021-10-01 | Improve error message for missing angle brackets in `[_]::method` | Fabian Wolff | -0/+2 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -4/+0 |
| 2021-09-04 | Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser | bors | -0/+8 |
| 2021-09-03 | Detect bare blocks with type ascription that were meant to be a `struct` literal | Esteban Kuber | -0/+8 |
| 2021-09-01 | Compute proc_macros in resolutions. | Camille GILLOT | -7/+0 |
| 2021-08-30 | Add let-else to AST | Cameron Steffen | -2/+31 |
| 2021-08-30 | allow unordered const/ty params if any cg feature is active | lcnr | -2/+2 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -1/+1 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -3/+3 |
| 2021-08-24 | Move `named_asm_labels` to a HIR lint | asquared31415 | -0/+1 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -1/+3 |
| 2021-08-12 | Add support for clobber_abi to asm! | Amanieu d'Antras | -0/+1 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -0/+2 |
| 2021-07-25 | Add generic arg infer | kadmin | -1/+3 |
| 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 |