]> git.lizzy.rs Git - rust.git/commit
A few cleanups and minor improvements to typeck
authorljedrz <ljedrz@gmail.com>
Wed, 26 Sep 2018 15:32:23 +0000 (17:32 +0200)
committerljedrz <ljedrz@gmail.com>
Sat, 29 Sep 2018 09:13:00 +0000 (11:13 +0200)
commit608c395818c18ac2a91d0f4409296b788bd4e4ef
tree96b4524c4f0651daf1296e52b98f6b59a8a72540
parent6622172734a6c456ea85e17b765ad1dbc0e42907
A few cleanups and minor improvements to typeck
15 files changed:
src/librustc_typeck/astconv.rs
src/librustc_typeck/check_unused.rs
src/librustc_typeck/coherence/builtin.rs
src/librustc_typeck/coherence/inherent_impls.rs
src/librustc_typeck/coherence/mod.rs
src/librustc_typeck/coherence/orphan.rs
src/librustc_typeck/coherence/unsafety.rs
src/librustc_typeck/collect.rs
src/librustc_typeck/constrained_type_params.rs
src/librustc_typeck/impl_wf_check.rs
src/librustc_typeck/lib.rs
src/librustc_typeck/outlives/mod.rs
src/librustc_typeck/outlives/test.rs
src/librustc_typeck/outlives/utils.rs
src/librustc_typeck/variance/mod.rs