]> git.lizzy.rs Git - rust.git/commit
A few cleanups and minor improvements to typeck
authorljedrz <ljedrz@gmail.com>
Wed, 19 Sep 2018 11:51:51 +0000 (13:51 +0200)
committerljedrz <ljedrz@gmail.com>
Thu, 27 Sep 2018 08:17:37 +0000 (10:17 +0200)
commit3527276dba98a307976f58e269a5b193d6b8194b
treefaa05fc42850b644de1b798a544fe1aef019d640
parent441519536c8bd138e8c651743249acd6814747a1
A few cleanups and minor improvements to typeck
19 files changed:
src/librustc_typeck/check/_match.rs
src/librustc_typeck/check/callee.rs
src/librustc_typeck/check/cast.rs
src/librustc_typeck/check/closure.rs
src/librustc_typeck/check/coercion.rs
src/librustc_typeck/check/compare_method.rs
src/librustc_typeck/check/demand.rs
src/librustc_typeck/check/dropck.rs
src/librustc_typeck/check/generator_interior.rs
src/librustc_typeck/check/intrinsic.rs
src/librustc_typeck/check/method/confirm.rs
src/librustc_typeck/check/method/probe.rs
src/librustc_typeck/check/method/suggest.rs
src/librustc_typeck/check/mod.rs
src/librustc_typeck/check/op.rs
src/librustc_typeck/check/regionck.rs
src/librustc_typeck/check/upvar.rs
src/librustc_typeck/check/wfcheck.rs
src/librustc_typeck/check/writeback.rs