rust/src/librustc/ich
Michael Woerister 45439945c9 incr.comp.: Store Spans as (file,line,col,length) in incr.comp. cache.
The previous method ran into problems because ICH would treat Spans
as (file,line,col) but the cache contained byte offsets and its
possible for the latter to change while the former stayed stable.
2017-12-01 13:48:19 +01: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 incr.comp.: Make MIR encoding fit for incr.comp. caching. 2017-11-28 12:44:45 +01: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