| Age | Commit message (Expand) | Author | Lines |
| 2022-07-11 | lower let-else in MIR instead | Ding Xiang Fei | -5/+17 |
| 2022-07-03 | clean up the borrowing in rustc_hir_pretty | KaDiWa | -281/+264 |
| 2022-07-01 | Factor out hir::Node::Binding | Cameron Steffen | -1/+1 |
| 2022-06-21 | Use CreateParameter mode for closures too. | Camille GILLOT | -0/+2 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -3/+11 |
| 2022-06-04 | Compute lifetimes in scope at diagnostic time. | Camille GILLOT | -15/+20 |
| 2022-05-09 | use hir::Let in hir::Guard | SparrowLii | -7/+2 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -14/+1 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -17/+13 |
| 2022-04-30 | Box HIR Generics and Impl. | Camille GILLOT | -4/+4 |
| 2022-04-23 | Stop pretty-printing HIR visibility. | Camille GILLOT | -79/+27 |
| 2022-04-23 | Stop visiting visibility. | Camille GILLOT | -1/+0 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -3/+8 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -1/+1 |
| 2022-02-09 | Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis | Yuki Okushi | -1/+0 |
| 2022-02-03 | Change pp indent to signed to allow negative indents | David Tolnay | -1/+1 |
| 2022-02-03 | Remove defaultness from ImplItem. | Camille GILLOT | -1/+0 |
| 2022-01-27 | try apply `rustc_pass_by_value` to `Span` | lcnr | -1/+1 |
| 2022-01-21 | Remove a span from hir::ExprKind::MethodCall | Cameron Steffen | -1/+1 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -7/+6 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -0/+4 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -61/+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 | -61/+0 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -3/+10 |
| 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 |
| 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-28 | Print space after formal generic params in fn type | David Tolnay | -4/+1 |
| 2021-12-23 | implement `generic_arg_infer` for array lengths | lcnr | -3/+10 |
| 2021-12-17 | Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa | bors | -6/+10 |
| 2021-12-13 | Keep info on pre-desugaring expression for better "incorrect `.await`" sugges... | Esteban Kuber | -1/+1 |
| 2021-12-13 | let-else: add hir::Let and type check it like a hir::Local | Cormac Relf | -6/+10 |
| 2021-12-10 | Rollup merge of #91625 - est31:remove_indexes, r=oli-obk | Matthias Krüger | -6/+6 |
| 2021-12-09 | Remove redundant [..]s | est31 | -6/+6 |
| 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 | -177/+177 |
| 2021-12-05 | Delete duplicated helpers from HIR printer | David Tolnay | -81/+1 |
| 2021-12-05 | Rollup merge of #91437 - dtolnay:emptybrace, r=nagisa | Matthias Krüger | -2/+2 |
| 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 | -2/+2 |
| 2021-10-18 | Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister | bors | -9/+8 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 2021-10-09 | Stop referring to hir::Crate in hir_pretty. | Camille GILLOT | -9/+8 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -13/+0 |
| 2021-09-11 | don't convert types into identical types | Matthias Krüger | -1/+1 |
| 2021-09-07 | Don't move ?Trait bounds to param bounds if they're in where clauses | jackh726 | -3/+0 |