about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/trait_def.rs
AgeCommit message (Expand)AuthorLines
2021-09-21use indexmap instead of hashmaplcnr-13/+3
2021-07-01Rename all_crate_nums query to crates and remove useless wrapperbjorn3-1/+1
2021-05-12Use () for HIR queries.Camille GILLOT-10/+1
2021-04-16Implement #[rustc_skip_array_during_method_dispatch]Josh Stone-0/+7
2021-03-30Only look at blanket impls in `get_blanket_impls`Joshua Nelson-0/+6
2021-02-15Trait impls are Items, therefore HIR owners.Camille GILLOT-5/+4
2021-01-16Enforce that query results implement DebugAaron Hill-1/+1
2020-10-09Reimplement for_each_relevant_impl on top of find_map...Dániel Buga-30/+17
2020-10-09Add find_map_relevant_implDániel Buga-0/+35
2020-09-06Fix documentation for TyCtxt::all_implsSasha-1/+1
2020-08-30mv compiler to compiler/mark-0/+234