rust/compiler/rustc_mir/src
bors 7402a39447 Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakis
Removing the `def_id` field from hot `ParamEnv` to make it smaller

This PR addresses https://github.com/rust-lang/rust/issues/74865.
2020-09-13 16:28:22 +00:00
..
borrow_check use push(char) instead of push_str(&str) to add single chars to strings 2020-09-10 13:58:41 +02:00
const_eval Change ty.kind to a method 2020-09-04 17:47:51 +02:00
dataflow Rollup merge of #76500 - richkadel:mir-graphviz-dark, r=tmandry 2020-09-09 21:02:35 -07:00
interpret Change ty.kind to a method 2020-09-04 17:47:51 +02:00
monomorphize use push(char) instead of push_str(&str) to add single chars to strings 2020-09-10 13:58:41 +02:00
transform Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakis 2020-09-13 16:28:22 +00:00
util use push(char) instead of push_str(&str) to add single chars to strings 2020-09-10 13:58:41 +02:00
lib.rs Extend dataflow framework to support arbitrary lattices 2020-08-30 11:15:24 -07:00
shim.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00