about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/autoderef.rs
AgeCommit message (Expand)AuthorLines
2021-09-28Improve help for recursion limit errorsRoss MacArthur-3/+7
2021-09-15Remove ToPredicate impls that use Binder::dummyjackh726-1/+1
2021-07-04Combine individual limit queries into single `limits` queryAaron Hill-2/+2
2021-07-04Query-ify global limit attribute handlingAaron Hill-2/+2
2021-06-02Restrict access to crate_name.Camille GILLOT-1/+3
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-3/+1
2021-05-30Restrict access to crate_name.Camille GILLOT-1/+3
2021-02-13Remove ProjectionTy::from_ref_and_nameMatthew Jasper-6/+4
2020-11-16compiler: fold by valueBastian Kauschke-3/+3
2020-09-10Note when a a move/borrow error is caused by a deref coercionAaron Hill-0/+7
2020-08-30mv compiler to compiler/mark-0/+233