| Age | Commit message (Expand) | Author | Lines |
| 2022-01-18 | Implement check_stream nonrecursively | David Tolnay | -3/+3 |
| 2022-01-18 | Replace `if` + `unwrap` with `if let` in check_stack | David Tolnay | -2/+1 |
| 2022-01-18 | Ensure Printer buf is always indexed using self.left or self.right | David Tolnay | -3/+3 |
| 2022-01-18 | Inline Printer's scan_pop_bottom method | David Tolnay | -5/+1 |
| 2022-01-18 | Inline Printer's scan_top method | David Tolnay | -5/+1 |
| 2022-01-18 | Inline Printer's scan_pop method | David Tolnay | -7/+3 |
| 2022-01-18 | Simplify ring buffer pushes | David Tolnay | -7/+12 |
| 2022-01-18 | Inline Printer's scan_push method | David Tolnay | -8/+6 |
| 2022-01-18 | Inline Printer's advance_right method | David Tolnay | -9/+8 |
| 2022-01-18 | Move item-related pretty printing functions to module | David Tolnay | -636/+646 |
| 2022-01-18 | Move expr-related pretty printing functions to module | David Tolnay | -564/+574 |
| 2022-01-18 | Delete pretty printer tracing | David Tolnay | -52/+0 |
| 2022-01-18 | Render more readable macro matchers in rustdoc | David Tolnay | -1/+1 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -7/+8 |
| 2022-01-17 | Abstract the pretty printer's ringbuffer to be infinitely sized | David Tolnay | -22/+67 |
| 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 | -25/+25 |
| 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 | -25/+25 |
| 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 | -24/+24 |
| 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 |