index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
infer
/
nll_relate
Age
Commit message (
Expand
)
Author
Lines
2019-04-28
Fix lint findings in librustc
flip1995
-1
/
+1
2019-03-20
expand the fixme
Niko Matsakis
-1
/
+4
2019-03-20
refactor so that `relate_ty_var` can accommodate vid on a or b side
Niko Matsakis
-22
/
+130
2019-03-20
nll_relate/mod.rs: rustfmt
Niko Matsakis
-25
/
+27
2019-03-20
Fix a bug in chalk unification code
scalexm
-2
/
+14
2019-03-05
Stub methods in infer
varkor
-2
/
+2
2019-02-10
rustc: doc comments
Alexander Regueiro
-8
/
+8
2019-01-04
Revert "add coherence future-compat warnings for marker-only trait objects"
Ariel Ben-Yehuda
-14
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-14
add coherence future-compat warnings for marker-only trait objects
Ariel Ben-Yehuda
-0
/
+14
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-3
/
+3
2018-11-29
Correctly generalize inference variables in `nll_relate`
scalexm
-11
/
+6
2018-11-29
Fix doc comments
scalexm
-5
/
+5
2018-11-29
Handle inference variables in `nll_relate` and use it for chalk
scalexm
-96
/
+231
2018-11-24
Distinguish between placeholder kinds
scalexm
-2
/
+2
2018-10-15
move `force_instantiate_unchecked` to be local to `nll_relate` code
Niko Matsakis
-0
/
+61
2018-10-15
extract `type_relate` into the inference context as `nll_relate`
Niko Matsakis
-0
/
+675