summary refs log tree commit diff
path: root/compiler/rustc_hir/src/intravisit.rs
AgeCommit message (Expand)AuthorLines
2021-10-19Replace FnLikeNode by FnKind.Camille GILLOT-0/+8
2021-10-09Perform indexing during lowering.Camille GILLOT-0/+22
2021-09-20Do not store visibility in *ItemRef.Camille GILLOT-8/+6
2021-09-07Don't move ?Trait bounds to param bounds if they're in where clausesjackh726-1/+0
2021-09-02Drop walk_crate_and_attributes.Camille GILLOT-12/+0
2021-09-02Stop using walk_crate.Camille GILLOT-1/+1
2021-08-28Treat macros as HIR itemsinquisitivecrystal-9/+3
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-0/+4
2021-07-30Do not discard `?Sized` type params and suggest their removalEsteban Küber-0/+1
2021-07-27Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnrbors-0/+8
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-1/+2
2021-07-25Merge the BTreeMap in hir::Crate.Camille GILLOT-1/+1
2021-07-25Add inferred args to typeckkadmin-6/+1
2021-07-25Add generic arg inferkadmin-0/+13
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-22/+25
2021-04-08Rollup merge of #83965 - rust-lang:debug-intravisit-fnkind, r=lqdDylan DPC-1/+1
2021-04-07Add Debug implementation for hir::intravisit::FnKindGuillaume Gomez-1/+1
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-1/+3
2021-03-30Remove hir::CrateItem.Camille GILLOT-1/+1
2021-03-23progress, stuff compiles nowlcnr-1/+8
2021-03-18hir: Preserve used syntax in `TyKind::TraitObject`Vadim Petrochenkov-1/+1
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-8/+8
2021-03-09Use BTreeMap to store attributes.Camille GILLOT-1/+1
2021-03-09Track HirId when visiting attributes.Camille GILLOT-3/+5
2021-03-09Remove hir::ImplItem::attrs.Camille GILLOT-10/+2
2021-03-09Visit attributes in one go.Camille GILLOT-15/+4
2021-03-09Do not store attrs in FnKind.Camille GILLOT-19/+11
2021-02-15Only store a LocalDefId in hir::MacroDef.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-4/+4
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-4/+4
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-15/+15
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-3/+3
2021-02-04add generic args to hir::TypeBindingb-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-0/+5
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-2/+2
2021-01-07Reintroduce hir::ExprKind::IfCaio-0/+5
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-4/+4
2021-01-01first pass at default values for const genericsJulian Knodt-1/+6
2020-12-17Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasperYuki Okushi-0/+4
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/+4
2020-11-26Formatting.Camille GILLOT-1/+1
2020-11-26Remove ForeignMod struct.Camille GILLOT-2/+2
2020-11-26Store ForeignItem in a side table.Camille GILLOT-1/+35
2020-10-16Lower inline const down to MIRSantiago Pastorino-0/+1
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-3/+0
2020-08-30mv compiler to compiler/mark-0/+1222