about summary refs log tree commit diff
path: root/compiler/rustc_span/src/def_id.rs
AgeCommit message (Expand)AuthorLines
2021-03-27Remove (lots of) dead codeJoshua Nelson-0/+2
2021-03-07Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelixbors-0/+87
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-0/+4
2021-02-04Add unit test to ensure that both parts of a DefPathHash depend on the defini...Michael Woerister-0/+6
2021-02-02Let a portion of DefPathHash uniquely identify the DefPath's crate.Michael Woerister-0/+81
2020-10-06Add some docs to rustdoc::clean::inline and def_id functionsLzu Tao-0/+1
2020-08-30mv compiler to compiler/mark-0/+280