| Age | Commit message (Expand) | Author | Lines |
| 2022-09-08 | Introduce `DotDotPos`. | Nicholas Nethercote | -2/+3 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -15/+9 |
| 2022-09-05 | Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj... | bors | -7/+12 |
| 2022-09-05 | separate the receiver from arguments in HIR | Takayuki Maeda | -7/+12 |
| 2022-09-05 | Remove dead code from `print_generic_args`. | Nicholas Nethercote | -27/+7 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -15/+9 |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 |
| 2022-08-16 | Rename some things related to literals. | Nicholas Nethercote | -1/+1 |
| 2022-08-15 | Auto merge of #96745 - ehuss:even-more-attribute-validation, r=cjgillot | bors | -28/+32 |
| 2022-08-11 | Check attributes on struct expression fields. | Eric Huss | -14/+16 |
| 2022-08-11 | Check attributes on pattern fields. | Eric Huss | -14/+16 |
| 2022-08-12 | Fix HIR pretty printing of let else | Michael Goulet | -0/+4 |
| 2022-07-17 | use rustc_hir_pretty::qpath_to_string to avoid span_to_snippet when rendering... | Michael Goulet | -0/+4 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -3/+41 |
| 2022-07-12 | Add an indirection for closures in `hir::ExprKind` | Maybe Waffle | -3/+3 |
| 2022-07-12 | Lower closure binders to hir & properly check them | Maybe Waffle | -1/+39 |
| 2022-07-11 | move else block into the `Local` struct | Ding Xiang Fei | -3/+3 |
| 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 |