about summary refs log tree commit diff
path: root/compiler/rustc_hir_pretty/src
AgeCommit message (Expand)AuthorLines
2022-01-27try apply `rustc_pass_by_value` to `Span`lcnr-1/+1
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-1/+1
2022-01-17Use Term in ProjectionPredicatekadmin-7/+6
2022-01-17add eq constraints on associated constantskadmin-0/+4
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-61/+0
2022-01-17Rollup merge of #92921 - dtolnay:printernew, r=wesleywiserMatthias Krüger-2/+2
2022-01-16Rollup merge of #92487 - dtolnay:traitalias, r=matthewjasperMatthias Krüger-3/+3
2022-01-14Rename Printer constructor from mk_printer() to Printer::new()David Tolnay-2/+2
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-61/+0
2022-01-04Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwUMatthias Krüger-3/+10
2022-01-03Rollup merge of #92418 - dtolnay:emptystructpat, r=michaelwoeristerMatthias Krüger-2/+8
2022-01-01Fix unclosed boxes in pretty printing of TraitAliasDavid Tolnay-3/+3
2021-12-29Fix whitespace in pretty printed PatKind::RangeDavid Tolnay-1/+0
2021-12-29Fix spacing in pretty printed PatKind::Struct with no fieldsDavid Tolnay-2/+8
2021-12-28Print space after formal generic params in fn typeDavid Tolnay-4/+1
2021-12-23implement `generic_arg_infer` for array lengthslcnr-3/+10
2021-12-17Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisabors-6/+10
2021-12-13Keep info on pre-desugaring expression for better "incorrect `.await`" sugges...Esteban Kuber-1/+1
2021-12-13let-else: add hir::Let and type check it like a hir::LocalCormac Relf-6/+10
2021-12-10Rollup merge of #91625 - est31:remove_indexes, r=oli-obkMatthias Krüger-6/+6
2021-12-09Remove redundant [..]sest31-6/+6
2021-12-08Pretty print break and continue without redundant spaceDavid Tolnay-5/+3
2021-12-07Remove unneeded access to pretty printer's `s` field in favor of derefDavid Tolnay-177/+177
2021-12-05Delete duplicated helpers from HIR printerDavid Tolnay-81/+1
2021-12-05Rollup merge of #91437 - dtolnay:emptybrace, r=nagisaMatthias Krüger-2/+2
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-0/+3
2021-12-01Pretty print empty blocks as {}David Tolnay-2/+2
2021-10-18Auto merge of #89124 - cjgillot:owner-info, r=michaelwoeristerbors-9/+8
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-1/+1
2021-10-09Stop referring to hir::Crate in hir_pretty.Camille GILLOT-9/+8
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-13/+0
2021-09-11don't convert types into identical typesMatthias Krüger-1/+1
2021-09-07Don't move ?Trait bounds to param bounds if they're in where clausesjackh726-3/+0
2021-08-28Remove obsolete `MacroDef` variant of `OwnerNode`inquisitivecrystal-1/+0
2021-08-28Treat macros as HIR itemsinquisitivecrystal-0/+5
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-63/+61
2021-08-01Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisabors-2/+2
2021-07-30Do not discard `?Sized` type params and suggest their removalEsteban Küber-0/+3
2021-07-27Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnrbors-3/+5
2021-07-26Actually infer args in visitorskadmin-1/+1
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-1/+1
2021-07-25use vec![] macro to create Vector with first item inside instead of pushing t...Matthias Krüger-2/+2
2021-07-25Add generic arg inferkadmin-3/+5
2021-06-29Rollup merge of #86358 - klensy:pp-loop, r=Mark-SimulacrumYuki Okushi-1/+0
2021-06-25Auto merge of #86599 - Amanieu:asm_raw, r=nagisabors-0/+3
2021-06-24Add a "raw" option for asm! which ignores format string specifiersAmanieu d'Antras-0/+3
2021-06-23fix pretty print for `loop` in mir and hirklensy-1/+0
2021-06-06Remove some last remants of {push,pop}_unsafe!Smitty-2/+0
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-105/+109