]> git.lizzy.rs Git - rust.git/commit
Move param_env onto SharedCrateContext, and move functions which need the ParamEnv...
authorMark Simulacrum <mark.simulacrum@gmail.com>
Sun, 18 Dec 2016 18:50:07 +0000 (11:50 -0700)
committerMark Simulacrum <mark.simulacrum@gmail.com>
Wed, 21 Dec 2016 03:03:32 +0000 (20:03 -0700)
commita42a3429fe357fc5a455e96d65cda7465d0be860
treed68aeb3a9020149c998f574569b86ec4bff8b847
parent2b9a0efef470fd061c70592892f6e40844415344
Move param_env onto SharedCrateContext, and move functions which need the ParamEnv onto it.
18 files changed:
src/librustc_trans/abi.rs
src/librustc_trans/adt.rs
src/librustc_trans/base.rs
src/librustc_trans/cleanup.rs
src/librustc_trans/collector.rs
src/librustc_trans/common.rs
src/librustc_trans/context.rs
src/librustc_trans/glue.rs
src/librustc_trans/intrinsic.rs
src/librustc_trans/mir/analyze.rs
src/librustc_trans/mir/block.rs
src/librustc_trans/mir/constant.rs
src/librustc_trans/mir/lvalue.rs
src/librustc_trans/mir/mod.rs
src/librustc_trans/mir/operand.rs
src/librustc_trans/mir/rvalue.rs
src/librustc_trans/trans_item.rs
src/librustc_trans/type_of.rs