| Age | Commit message (Expand) | Author | Lines |
| 2022-09-14 | make `mk_attr_id` part of `ParseSess` | SparrowLii | -2/+4 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -16/+10 |
| 2022-09-03 | Fix global_asm macro pretty printing | Michael Goulet | -0/+2 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -16/+10 |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 |
| 2022-08-17 | Rollup merge of #100018 - nnethercote:clean-up-LitKind, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-08-16 | Rename some things related to literals. | Nicholas Nethercote | -1/+1 |
| 2022-08-16 | Shrink `ast::Attribute`. | Nicholas Nethercote | -2/+2 |
| 2022-08-11 | Rollup merge of #100350 - jhpratt:stringify-vis, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-08-10 | Do not consider method call receiver as an argument in AST. | Camille GILLOT | -5/+9 |
| 2022-08-09 | Stringify non-shorthand visibility correctly | Jacob Pratt | -2/+2 |
| 2022-08-04 | Enable unused_parens for match arms | wcampbell | -1/+1 |
| 2022-07-29 | Remove `TreeAndSpacing`. | Nicholas Nethercote | -5/+5 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -0/+11 |
| 2022-07-02 | ast: Add span to `Extern` | Nixon Enraght-Moony | -2/+2 |
| 2022-06-16 | Fix pretty printing of empty type bound lists in where-clause | David Tolnay | -49/+72 |
| 2022-06-02 | Revert #96682. | Nicholas Nethercote | -18/+5 |
| 2022-05-23 | Rollup merge of #97254 - jhpratt:remove-crate-vis, r=cjgillot | Dylan DPC | -5/+1 |
| 2022-05-22 | rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast` | Vadim Petrochenkov | -31/+1 |
| 2022-05-21 | Merge crate and restricted visibilities | Jacob Pratt | -2/+1 |
| 2022-05-21 | Remove feature: `crate` visibility modifier | Jacob Pratt | -4/+1 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -35/+39 |
| 2022-05-18 | use `CursorRef` more, to not to clone `Tree`s | klensy | -2/+2 |
| 2022-05-11 | ast: Introduce some traits to get AST node properties generically | Vadim Petrochenkov | -3/+43 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -5/+5 |
| 2022-05-05 | Rollup merge of #96682 - nnethercote:show-invisible-delims, r=petrochenkov | Matthias Krüger | -5/+18 |
| 2022-05-05 | Rollup merge of #96628 - joshtriplett:stabilize-then-some, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2022-05-04 | Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkov | bors | -8/+20 |
| 2022-05-05 | Overhaul `MacArgs::Eq`. | Nicholas Nethercote | -3/+14 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-05-04 | Show invisible delimeters (within comments) when pretty printing. | Nicholas Nethercote | -5/+18 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -5/+5 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -1/+13 |
| 2022-04-29 | Tweak `print_attr_item`. | Nicholas Nethercote | -7/+8 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -13/+15 |
| 2022-04-27 | Avoid producing `NoDelim` values in `MacArgs::delim()`. | Nicholas Nethercote | -18/+20 |
| 2022-04-16 | Rollup merge of #94985 - dtolnay:constattr, r=pnkfelix | Dylan DPC | -4/+15 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -2/+6 |
| 2022-03-28 | Remove `Nonterminal::NtTT`. | Nicholas Nethercote | -1/+0 |
| 2022-03-15 | Parse inner attributes on inline const block | David Tolnay | -4/+15 |
| 2022-03-05 | Change syntax for TyAlias where clauses | Jack Huey | -4/+34 |
| 2022-02-07 | Pretty print ItemKind::Use in rustfmt style | David Tolnay | -15/+39 |
| 2022-02-03 | Change struct expr pretty printing to match rustfmt style | David Tolnay | -31/+83 |
| 2022-02-03 | Support offsetting the most recent break | David Tolnay | -0/+6 |
| 2022-02-03 | Change pp indent to signed to allow negative indents | David Tolnay | -9/+8 |
| 2022-02-03 | Add trailing comma support | David Tolnay | -7/+27 |
| 2022-02-03 | Rollup merge of #93515 - dtolnay:convenience, r=davidtwco | Yuki Okushi | -75/+78 |
| 2022-01-31 | Factor convenience functions out of main printer implementation | David Tolnay | -75/+78 |
| 2022-01-31 | Allow any line to have at least 60 chars | David Tolnay | -1/+4 |
| 2022-01-31 | Extract constant MARGIN out of Printer struct | David Tolnay | -7/+6 |