about summary refs log tree commit diff
path: root/compiler/rustc_hir_pretty
AgeCommit message (Expand)AuthorLines
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/+2520