| Age | Commit message (Expand) | Author | Lines |
| 2022-09-14 | make `mk_attr_id` part of `ParseSess` | SparrowLii | -2/+4 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -16/+10 |
| 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-04 | Enable unused_parens for match arms | wcampbell | -1/+1 |
| 2022-07-29 | Remove `TreeAndSpacing`. | Nicholas Nethercote | -5/+5 |
| 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 | -44/+49 |
| 2022-06-02 | Revert #96682. | Nicholas Nethercote | -18/+5 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -26/+31 |
| 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 | -0/+8 |
| 2022-05-05 | Rollup merge of #96682 - nnethercote:show-invisible-delims, r=petrochenkov | Matthias Krüger | -5/+18 |
| 2022-05-05 | Overhaul `MacArgs::Eq`. | Nicholas Nethercote | -3/+14 |
| 2022-05-04 | Show invisible delimeters (within comments) when pretty printing. | Nicholas Nethercote | -5/+18 |
| 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 | -1/+1 |
| 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 | -1/+1 |
| 2022-02-03 | Change struct expr pretty printing to match rustfmt style | David Tolnay | -0/+3 |
| 2022-02-03 | Change pp indent to signed to allow negative indents | David Tolnay | -1/+1 |
| 2022-01-30 | Restore a visual alignment mode for block comments | David Tolnay | -1/+1 |
| 2022-01-30 | Compute indent never relative to current column | David Tolnay | -1/+1 |
| 2022-01-27 | try apply `rustc_pass_by_value` to `Span` | lcnr | -2/+2 |
| 2022-01-19 | Rollup merge of #93065 - dtolnay:ringbuffer, r=lcnr | Matthias Krüger | -8/+12 |
| 2022-01-18 | Eliminate eof token state | David Tolnay | -8/+12 |
| 2022-01-18 | Move item-related pretty printing functions to module | David Tolnay | -636/+2 |
| 2022-01-18 | Move expr-related pretty printing functions to module | David Tolnay | -564/+3 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -3/+1 |
| 2022-01-17 | Add term | kadmin | -7/+6 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -3/+7 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -56/+0 |
| 2022-01-17 | Rollup merge of #92921 - dtolnay:printernew, r=wesleywiser | Matthias Krüger | -2/+2 |
| 2022-01-16 | Rollup merge of #92487 - dtolnay:traitalias, r=matthewjasper | Matthias Krüger | -3/+3 |
| 2022-01-14 | Rename Printer constructor from mk_printer() to Printer::new() | David Tolnay | -2/+2 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -56/+0 |
| 2022-01-07 | Rollup merge of #92336 - dtolnay:printstateself, r=michaelwoerister | Eric Huss | -22/+22 |
| 2022-01-06 | Rollup merge of #92417 - dtolnay:printimpl, r=jackh726 | Matthias Krüger | -3/+6 |
| 2022-01-03 | Rollup merge of #92418 - dtolnay:emptystructpat, r=michaelwoerister | Matthias Krüger | -2/+8 |
| 2022-01-01 | Fix unclosed boxes in pretty printing of TraitAlias | David Tolnay | -3/+3 |
| 2022-01-01 | Rollup merge of #92420 - dtolnay:patrange, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2022-01-01 | Rollup merge of #92412 - dtolnay:tryspace, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2021-12-29 | Fix whitespace in pretty printed PatKind::Range | David Tolnay | -1/+0 |
| 2021-12-29 | Fix spacing in pretty printed PatKind::Struct with no fields | David Tolnay | -2/+8 |
| 2021-12-29 | Move equal sign back into head ibox | David Tolnay | -1/+3 |
| 2021-12-29 | Fix spacing of pretty printed const item without body | David Tolnay | -1/+1 |