summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/structural_impls.rs
AgeCommit message (Expand)AuthorLines
2020-09-21check for cycles when unifying const variablesBastian Kauschke-0/+1
2020-09-16Rollup merge of #75304 - Aaron1011:feature/diag-deref-move-out, r=estebankDylan DPC-2/+5
2020-09-10Note when a a move/borrow error is caused by a deref coercionAaron Hill-2/+5
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-1/+7
2020-09-04Change ty.kind to a methodLeSeulArtichaut-9/+9
2020-09-02pretty: trim paths of unique symbolsDan Aloni-6/+10
2020-08-30mv compiler to compiler/mark-0/+1166