about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/hir_id.rs
AgeCommit message (Expand)AuthorLines
2022-01-27Store def_id_to_hir_id as variant in hir_owner.Camille GILLOT-0/+5
2022-01-15Add inline.Camille GILLOT-0/+2
2021-12-22Remove `PartialOrd` and `Ord` from `LocalDefId`pierwill-1/+17
2021-10-31Remove `rustc_hir::hir_id::HirIdVec`pierwill-68/+0
2021-10-12Use invalid local id for zeroth node parent.Camille GILLOT-0/+4
2021-03-27Address review commentsJoshua Nelson-0/+68
2021-03-27Remove (lots of) dead codeJoshua Nelson-67/+0
2021-03-09Collect attributes during HIR lowering.Camille GILLOT-0/+14
2021-03-09Introduce HirIdVec.Camille GILLOT-0/+53
2021-02-26Miscellaneous inlining improvementsTomasz Miąsko-0/+1
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-0/+15
2020-10-14Remove unused code from rustc_hirest31-2/+0
2020-08-30mv compiler to compiler/mark-0/+49