summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/auto_trait.rs
AgeCommit message (Expand)AuthorLines
2020-10-16Review commentsJack Huey-1/+1
2020-10-16map_bound_ref -> rebindJack Huey-4/+4
2020-10-16Use map_bound(_ref) instead of Binder::bind when possibleJack Huey-5/+6
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-0/+1
2020-09-24remove enum name from ImplSource variantsBastian Kauschke-4/+3
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-3/+1
2020-09-04Change ty.kind to a methodLeSeulArtichaut-2/+2
2020-08-30mv compiler to compiler/mark-0/+881