rust/src/librustc_hir
Mazdak Farrokhzad 7341cad3f3
Rollup merge of #71116 - marmeladema:dummy-hir-id-removal, r=eddyb
Entirely remove `DUMMY_HIR_ID`

Some helpers functions have been introduced to deal with (buggy) cases
where either a `NodeId` or a `DefId` do not have a corresponding `HirId`.
Those cases are tracked in issue #71104.
2020-04-15 09:10:05 +02:00
..
arena.rs Rename asm! to llvm_asm! 2020-03-26 15:49:22 +00:00
Cargo.toml move rustc_hir::print -> rustc_hir_pretty 2020-03-24 06:25:03 +01:00
def.rs correctly handle const params in type_of 2020-03-22 22:29:54 +01:00
definitions.rs Remove DUMMY_HIR_ID 2020-04-14 08:46:07 +01:00
hir_id.rs Remove DUMMY_HIR_ID 2020-04-14 08:46:07 +01:00
hir.rs Auto merge of #70679 - tmandry:issue-68112, r=nikomatsakis 2020-04-14 06:47:38 +00:00
intravisit.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
itemlikevisit.rs
lang_items.rs rustc: add lang items "const_slice_ptr" and "mut_slice_ptr" 2020-04-14 18:49:28 +02:00
lib.rs move rustc_hir::print -> rustc_hir_pretty 2020-03-24 06:25:03 +01:00
pat_util.rs
stable_hash_impls.rs rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
target.rs More Method->Fn renaming 2020-03-15 19:15:55 -05:00
weak_lang_items.rs