about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/traits/select.rs
AgeCommit message (Expand)AuthorLines
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-08-18Properly generate multiple candidates for trait upcasting coercion.Charles Lew-0/+5
2021-08-13Make selection and evaluation caches use constnessDeadbeef-2/+2
2021-02-15Add `ptr::Pointee` trait (for all types) and `ptr::metadata` functionSimon Sapin-0/+3
2020-11-22Thread `Constness` through selectionJonas Schievink-1/+1
2020-10-22Normalize when finding trait object candidatesMatthew Jasper-1/+4
2020-10-06Handle multiple applicable projection candidatesMatthew Jasper-3/+4
2020-08-30mv compiler to compiler/mark-0/+255