| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-12-29 | Fix spacing and ordering of words in pretty printed Impl | David Tolnay | -3/+6 |
| 2021-12-29 | Fix double space in pretty printed TryBlock | David Tolnay | -1/+0 |
| 2021-12-29 | Rollup merge of #92372 - dtolnay:fntype, r=jackh726 | Matthias Krüger | -4/+1 |
| 2021-12-29 | Rollup merge of #92371 - dtolnay:attrblock, r=oli-obk | Matthias Krüger | -11/+12 |
| 2021-12-28 | Print space after formal generic params in fn type | David Tolnay | -4/+1 |
| 2021-12-28 | Remove pretty printer space inside block with only outer attrs | David Tolnay | -11/+12 |
| 2021-12-28 | Parse and suggest moving where clauses after equals for type aliases | Jack Huey | -28/+28 |
| 2021-12-27 | Remove &self from PrintState::to_string | David Tolnay | -24/+24 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2021-12-10 | Rollup merge of #91625 - est31:remove_indexes, r=oli-obk | Matthias Krüger | -14/+14 |
| 2021-12-09 | Remove redundant [..]s | est31 | -14/+14 |
| 2021-12-08 | Pretty print break and continue without redundant space | David Tolnay | -5/+3 |
| 2021-12-07 | Remove unneeded access to pretty printer's `s` field in favor of deref | David Tolnay | -165/+165 |
| 2021-12-07 | Rollup merge of #91562 - dtolnay:asyncspace, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2021-12-05 | Delete duplicated helpers from HIR printer | David Tolnay | -33/+29 |
| 2021-12-05 | Pretty print async block without redundant space | David Tolnay | -1/+0 |
| 2021-12-05 | Rollup merge of #91437 - dtolnay:emptybrace, r=nagisa | Matthias Krüger | -24/+44 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -0/+3 |
| 2021-12-01 | Pretty print empty blocks as {} | David Tolnay | -24/+44 |
| 2021-11-28 | expand: Turn `ast::Crate` into a first class expansion target | Vadim Petrochenkov | -0/+9 |
| 2021-11-10 | Add support for specifying multiple clobber_abi in `asm!` | asquared31415 | -2/+2 |
| 2021-11-07 | Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514 | bors | -5/+1 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -5/+1 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -17/+57 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -8/+0 |
| 2021-09-09 | Revert "Fix ast expanded printing for anonymous types" | Felix S. Klock II | -6/+10 |
| 2021-08-30 | Add let-else to AST | Cameron Steffen | -2/+8 |
| 2021-08-29 | Auto merge of #88262 - klensy:pprust-cow, r=nagisa | bors | -48/+50 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -18/+30 |
| 2021-08-25 | Convert some functions to return Cow<'static,str> instead of String to reduce... | klensy | -48/+50 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -17/+10 |
| 2021-08-12 | Add support for clobber_abi to asm! | Amanieu d'Antras | -0/+10 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-25 | use vec![] macro to create Vector with first item inside instead of pushing t... | Matthias Krüger | -2/+1 |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -3/+3 |
| 2021-07-03 | rustc_ast_pretty: Don't print space after `$` | Noah Lev | -3/+3 |
| 2021-06-29 | Rollup merge of #86358 - klensy:pp-loop, r=Mark-Simulacrum | Yuki Okushi | -1/+0 |
| 2021-06-25 | Auto merge of #86599 - Amanieu:asm_raw, r=nagisa | bors | -0/+3 |