about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/autoderef.rs
AgeCommit message (Expand)AuthorLines
2022-10-07Remove TypeckResults from InferCtxtCameron Steffen-2/+2
2022-09-01Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1Gabriel Bustamante-14/+5
2022-07-06Update TypeVisitor pathsAlan Egerton-1/+1
2022-03-20Filter OnceNote in diagnostic infra.Camille GILLOT-20/+15
2021-12-12Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"Deadbeef-1/+1
2021-12-03Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"Santiago Pastorino-1/+1
2021-11-29Completely remove ConstnessAndOli Scherer-1/+1
2021-11-08Make select_* methods return Vec for TraitEngineDeadbeef-2/+3
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