about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/definitions.rs
AgeCommit message (Expand)AuthorLines
2020-11-10Changed unwrap_or to unwrap_or_else in some places.Nicholas-Baron-1/+1
2020-10-14Remove unused code from rustc_hirest31-4/+0
2020-10-13Replace absolute paths with relative onesest31-1/+1
2020-09-25Move `is_raw_guess` check in `ty::print::pretty`marmeladema-4/+1
2020-09-25Address review commentmarmeladema-4/+5
2020-09-25Rename `DefPathData::get_name()` to `DefPathData::name()`marmeladema-1/+1
2020-09-25Fix pretty-printing of `DisambiguatedDefPathData`marmeladema-9/+19
2020-09-25Implement `Display` for `DisambiguatedDefPathData` and `DefPathData`marmeladema-39/+26
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-20/+37
2020-09-04add track_caller to `local_def_id_to_hir_id`Bastian Kauschke-0/+1
2020-08-30mv compiler to compiler/mark-0/+457