rust/src/librustc/ich
bors bb42071f63 Auto merge of #46425 - eddyb:mir-place, r=nikomatsakis
MIR: change "lvalue" terminology to "place".

As pointed out elsewhere, "lvalue" vs "rvalue" is a misleading/obscure distinction and several other choices have been proposed, the one I prefer being "place" vs "value".

This PR only touches the "lvalue" side, and only in MIR-related code, as it's already a lot and could rot.
2017-12-01 18:48:20 +00:00
..
caching_codemap_view.rs incr.comp.: Store result fingerprints in DepGraph. 2017-09-20 11:21:25 +02:00
fingerprint.rs Use rls-data 0.12 2017-10-27 23:53:57 +02:00
hcx.rs incr.comp.: Store Spans as (file,line,col,length) in incr.comp. cache. 2017-12-01 13:48:19 +01:00
impls_const_math.rs rustc_const_math: use apfloat::ieee::{Single,Double} in ConstFloat. 2017-08-02 17:28:11 +03:00
impls_cstore.rs incr.comp.: Already hash HIR bodies during metadata export so they don't have to be hashed in downstream crates. 2017-09-18 11:26:11 +02:00
impls_hir.rs Implement in-band lifetime bindings 2017-11-22 12:44:09 -05:00
impls_mir.rs MIR: s/lv(al(ue)?)?/place in function/variable/module names. 2017-12-01 18:48:57 +02:00
impls_misc.rs Fix issues uncovered by rebasing: 2017-09-18 11:25:34 +02:00
impls_syntax.rs incr.comp.: Properly hash and encode macro expansion information. 2017-12-01 13:48:19 +01:00
impls_ty.rs Conform names 2017-11-25 23:27:16 +09:00
mod.rs incr.comp.: Remove on-export crate metadata hashing. 2017-11-29 16:28:25 +01:00