about summary refs log tree commit diff
path: root/compiler/rustc_hir_pretty/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-02-04hir pretty printingb-naber-0/+1
2021-01-21Add loop head span to hirEsteban Küber-1/+1
2021-01-14Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasperbors-1/+54
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-10/+6
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-2/+2
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-10/+6
2021-01-07Reintroduce hir::ExprKind::IfCaio-1/+54
2021-01-08rustc_ast_pretty: Remove `PrintState::insert_extra_parens`Vadim Petrochenkov-3/+0
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-11/+9
2021-01-01const_generics_defaults: don't use todoRémy Rakic-1/+0
2021-01-01first pass at default values for const genericsJulian Knodt-2/+6
2020-12-17Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasperYuki Okushi-0/+9
2020-12-06Retain assembly operands span when lowering AST to HIRTomasz Miąsko-1/+1
2020-12-06Introduce if-let guards in the HIRLeSeulArtichaut-0/+9
2020-11-26Remove ForeignMod struct.Camille GILLOT-10/+6
2020-11-26Store ForeignItem in a side table.Camille GILLOT-1/+4
2020-10-30Fix even more clippy warningsJoshua Nelson-19/+8
2020-10-19Do not print braces again print_anon_const already does itSantiago Pastorino-2/+0
2020-10-16Lower inline const down to MIRSantiago Pastorino-0/+12
2020-10-15Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkorYuki Okushi-6/+0
2020-10-14Remove unused code from remaining compiler cratesest31-6/+0
2020-10-11Allow skipping extra paren insertion during AST pretty-printingAaron Hill-0/+3
2020-08-30mv compiler to compiler/mark-0/+2505