| Age | Commit message (Expand) | Author | Lines |
| 2021-06-24 | Add a "raw" option for asm! which ignores format string specifiers | Amanieu d'Antras | -0/+3 |
| 2021-06-23 | fix pretty print for `loop` in mir and hir | klensy | -1/+0 |
| 2021-06-22 | Auto merge of #85193 - pnkfelix:readd-support-for-inner-attrs-within-match, r... | bors | -0/+5 |
| 2021-06-17 | Use `AttrVec` for `Arm`, `FieldDef`, and `Variant` | Yuki Okushi | -1/+1 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -6/+19 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-24 | Fix ast expanded printing for anonymous types | jedel1043 | -10/+6 |
| 2021-05-16 | Implement Anonymous{Struct, Union} in the AST | jedel1043 | -17/+33 |
| 2021-05-15 | Remove some unncessary spaces from pretty-printed tokenstream output | Aaron Hill | -1/+4 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -112/+113 |
| 2021-05-11 | Re-add support for parsing (and pretty-printing) inner-attributes within body... | Felix S. Klock II | -0/+5 |
| 2021-05-03 | parser: Remove support for inner attributes on non-block expressions | Vadim Petrochenkov | -26/+9 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -2/+2 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -28/+0 |
| 2021-03-23 | Update with comments | kadmin | -1/+0 |
| 2021-03-23 | Update with comments | kadmin | -3/+2 |
| 2021-03-23 | Some refactoring | varkor | -0/+1 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -0/+3 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-16 | ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct` | Vadim Petrochenkov | -2/+2 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -1/+1 |
| 2021-02-19 | Rollup merge of #82238 - petrochenkov:nocratemod, r=Aaron1011 | Dylan DPC | -28/+25 |
| 2021-02-18 | Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726 | Dylan DPC | -0/+1 |
| 2021-02-18 | ast: Keep expansion status for out-of-line module items | Vadim Petrochenkov | -22/+20 |
| 2021-02-18 | ast: Stop using `Mod` in `Crate` | Vadim Petrochenkov | -9/+8 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -3/+3 |
| 2021-02-13 | Fix pretty printing of generic associated type constraints | Matthew Jasper | -0/+1 |
| 2021-02-08 | Fix pretty printer macro_rules with semicolon. | Eric Huss | -0/+3 |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -9/+16 |
| 2021-01-23 | Remove unused dependency | bjorn3 | -1/+0 |
| 2021-01-09 | ast: Remove some indirection layers from values in key-value attributes | Vadim Petrochenkov | -2/+3 |
| 2021-01-08 | rustc_ast_pretty: Remove `PrintState::insert_extra_parens` | Vadim Petrochenkov | -31/+2 |
| 2021-01-01 | const_generics_defaults: don't use todo | Rémy Rakic | -1/+0 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -2/+6 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -1/+1 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -1/+1 |
| 2020-12-28 | Add missing commas to `rustc_ast_pretty::pp` docs | Camelid | -2/+2 |
| 2020-12-20 | Fix pretty printing an AST representing `&(mut ident)` | Thomas Bahn | -1/+9 |
| 2020-11-15 | Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkov | Jonas Schievink | -0/+1 |
| 2020-11-15 | Rollup merge of #79005 - petrochenkov:noinjected, r=davidtwco | Jonas Schievink | -2/+1 |
| 2020-11-15 | Rollup merge of #78980 - thiolliere:gui-fix-qpath, r=estebank | Dylan DPC | -5/+6 |
| 2020-11-14 | Add underscore expressions for destructuring assignments | Fabian Zaiser | -0/+1 |
| 2020-11-13 | cleanup: Remove `ParseSess::injected_crate_name` | Vadim Petrochenkov | -2/+1 |
| 2020-11-12 | Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov | Mara Bos | -11/+10 |
| 2020-11-12 | fix pretty print for qpath | thiolliere | -5/+6 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -11/+10 |
| 2020-11-09 | Do not collect tokens for doc comments | Vadim Petrochenkov | -1/+1 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -7/+5 |
| 2020-10-30 | Rollup merge of #77888 - LingMan:ast_pretty_tt_prepend_space, r=jyn514 | Yuki Okushi | -18/+7 |
| 2020-10-20 | Drop unneeded `mut` | LingMan | -3/+3 |