]> git.lizzy.rs Git - rust.git/commit
Cleanup type resolution to use type folding infrastructure and not
authorNiko Matsakis <niko@alum.mit.edu>
Mon, 1 Dec 2014 17:27:27 +0000 (12:27 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Fri, 19 Dec 2014 08:29:29 +0000 (03:29 -0500)
commiteb6ea5d49b4eb21278d6ecdfa472f2cd90d379d0
treedae6c8d72f9eed868b4db7a50dcce2927a41d552
parent3efc9d2c55af6e58dd96c5814260bacc2b582ef3
Cleanup type resolution to use type folding infrastructure and not
have such a silly over-engineered interface.
src/librustc/middle/infer/coercion.rs
src/librustc/middle/infer/mod.rs
src/librustc/middle/infer/resolve.rs
src/librustc_typeck/check/_match.rs
src/librustc_typeck/check/demand.rs
src/librustc_typeck/check/regionck.rs
src/librustc_typeck/check/writeback.rs
src/librustc_typeck/coherence/mod.rs