about summary refs log tree commit diff
path: root/compiler/rustc_hir_pretty
AgeCommit message (Expand)AuthorLines
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-13/+0
2021-09-20Migrate to 2021Mark Rousskov-1/+1
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-02Auto merge of #87535 - lf-:authors, r=Mark-Simulacrumbors-1/+0
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-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
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
2021-04-23Handle pretty printing of `else if let` clausesSmitty-2/+22
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-2/+2
2021-03-30Remove hir::CrateItem.Camille GILLOT-1/+1
2021-03-27Remove (lots of) dead codeJoshua Nelson-33/+0
2021-03-23Add has_default to GenericParamDefKind::Constkadmin-2/+4
2021-03-19stabilize or_patternsmark-1/+1
2021-03-18hir: Preserve used syntax in `TyKind::TraitObject`Vadim Petrochenkov-1/+4
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-2/+2
2021-03-09Use BTreeMap to store attributes.Camille GILLOT-5/+6
2021-03-09Remove hir::Expr::attrs.Camille GILLOT-1/+1
2021-03-09Remove hir::Item::attrs.Camille GILLOT-4/+5
2021-03-09Remove hir::ImplItem::attrs.Camille GILLOT-1/+1
2021-03-09Remove hir::TraitItem::attrs.Camille GILLOT-1/+1
2021-03-09Remove hir::ForeignItem::attrs.Camille GILLOT-1/+1
2021-03-09Remove hir::StructField::attrs.Camille GILLOT-2/+2
2021-03-09Remove hir::Variant::attrs.Camille GILLOT-1/+1
2021-03-09Remove hir::Param::attrs.Camille GILLOT-1/+1
2021-03-09Remove hir::Arm::attrs.Camille GILLOT-5/+17
2021-03-09Remove hir::Crate::attrs.Camille GILLOT-1/+1
2021-02-16Auto merge of #81611 - cjgillot:meowner, r=estebankbors-6/+6
2021-02-16avoid full-slicing slicesMatthias Krüger-2/+2
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-2/+2
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-2/+2
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-2/+2
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