about summary refs log tree commit diff
path: root/src/librustc/infer/nll_relate
AgeCommit message (Expand)AuthorLines
2019-04-28Fix lint findings in librustcflip1995-1/+1
2019-03-20expand the fixmeNiko Matsakis-1/+4
2019-03-20refactor so that `relate_ty_var` can accommodate vid on a or b sideNiko Matsakis-22/+130
2019-03-20nll_relate/mod.rs: rustfmtNiko Matsakis-25/+27
2019-03-20Fix a bug in chalk unification codescalexm-2/+14
2019-03-05Stub methods in infervarkor-2/+2
2019-02-10rustc: doc commentsAlexander Regueiro-8/+8
2019-01-04Revert "add coherence future-compat warnings for marker-only trait objects"Ariel Ben-Yehuda-14/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-14add coherence future-compat warnings for marker-only trait objectsAriel Ben-Yehuda-0/+14
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-3/+3
2018-11-29Correctly generalize inference variables in `nll_relate`scalexm-11/+6
2018-11-29Fix doc commentsscalexm-5/+5
2018-11-29Handle inference variables in `nll_relate` and use it for chalkscalexm-96/+231
2018-11-24Distinguish between placeholder kindsscalexm-2/+2
2018-10-15move `force_instantiate_unchecked` to be local to `nll_relate` codeNiko Matsakis-0/+61
2018-10-15extract `type_relate` into the inference context as `nll_relate`Niko Matsakis-0/+675