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