about summary refs log tree commit diff
path: root/src/librustc_span/def_id.rs
AgeCommit message (Expand)AuthorLines
2020-04-10librustc_middle: return LocalDefId instead of DefId in get_parent_didmarmeladema-0/+5
2020-04-05Stop importing int/float modules in librustc_*Linus Färnstrand-1/+0
2020-03-23Split long derive lists into two derive attributes.Ana-Maria Mihalache-13/+2
2020-03-19rustc: use LocalDefId instead of DefIndex in HirId.Eduard-Mihai Burtescu-1/+12
2020-03-19rustc: introduce DefId::as_local(self) -> Option<LocalDefId> and use it.Eduard-Mihai Burtescu-2/+6
2020-03-19rustc: rename DefId::to_local to expect_local and use it instead of LocalDefI...Eduard-Mihai Burtescu-8/+3
2020-03-19rustc: make LocalDefId's index field public like DefId's is.Eduard-Mihai Burtescu-3/+5
2020-03-17Rename `from_u32_const` -> `from_u32`Dylan MacKenzie-1/+1
2020-03-14Update `visit_item_likes_in_module`John Kåre Alsaker-0/+25
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-1/+1
2020-02-08Move librustc_hir/def_id.rs to librustc_span/def_id.rsAaron Hill-0/+217