rust/src/librustc_trans_utils
Niko Matsakis b4d71ea6f8 make fn_sig().subst() ICE when used with a closure
It's inefficient, and the substitution there doesn't account for the
extra regions used by NLL inference, so it's a bad thing to encourage.

As it happens all callers already know if they have a closure or not,
from what I can tell.
2017-12-07 05:28:01 -05:00
..
Cargo.toml Move collector to rustc_trans_utils 2017-10-19 11:01:31 +02:00
collector.rs MIR: s/Lvalue/Place in type names. 2017-12-01 18:47:36 +02:00
common.rs Don't duplicate logic of when an Instance requests to be inlined. 2017-11-07 08:54:38 +01:00
lib.rs Don't duplicate logic of when an Instance requests to be inlined. 2017-11-07 08:54:38 +01:00
link.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
monomorphize.rs make fn_sig().subst() ICE when used with a closure 2017-12-07 05:28:01 -05:00
trans_crate.rs incr.comp.: Remove on-export crate metadata hashing. 2017-11-29 16:28:25 +01:00
trans_item.rs Move type_has_metadata to trans_utils 2017-10-27 23:36:18 +02:00