about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/intravisit.rs
AgeCommit message (Expand)AuthorLines
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