rust/src/librustc_metadata
bors ca092937aa Auto merge of #47181 - michaelwoerister:var-len-def-index, r=eddyb
Use DefIndex encoding that works better with on-disk variable length integer representations.

Use the least instead of the most significant bit for representing the address space.

r? @eddyb
2018-01-13 09:11:59 +00:00
..
astencode.rs incr.comp.: Hash spans unconditionally for full accuracy. 2017-12-08 10:02:26 +01:00
build.rs
Cargo.toml Try to fix a perf regression by updating log 2018-01-07 16:54:05 +01:00
creader.rs Try to fix a perf regression by updating log 2018-01-07 16:54:05 +01:00
cstore_impl.rs Use different DefIndex representation that is better suited for variable length integer encodings. 2018-01-08 14:15:17 +01:00
cstore.rs CStore switch FxHashMap to IndexVec 2017-12-27 10:36:52 -05:00
decoder.rs Auto merge of #47181 - michaelwoerister:var-len-def-index, r=eddyb 2018-01-13 09:11:59 +00:00
diagnostics.rs Clarify failure condition on tests 2017-09-05 11:55:01 -07:00
dynamic_lib.rs rustc_back: move dynamic_lib to rustc_metadata. 2017-12-04 18:25:29 +02:00
encoder.rs Auto merge of #47181 - michaelwoerister:var-len-def-index, r=eddyb 2018-01-13 09:11:59 +00:00
index_builder.rs Replace uses of DepGraph.in_ignore with DepGraph.with_ignore 2018-01-09 18:35:50 +01:00
index.rs Use different DefIndex representation that is better suited for variable length integer encodings. 2018-01-08 14:15:17 +01:00
isolated_encoder.rs incr.comp.: Remove on-export crate metadata hashing. 2017-11-29 16:28:25 +01:00
lib.rs Use the new fs_read_write functions in rustc internals 2018-01-10 14:53:40 -08:00
link_args.rs rustc: Remove a number of mutable fields in cstore 2017-09-05 07:37:28 -07:00
locator.rs Use the new fs_read_write functions in rustc internals 2018-01-10 14:53:40 -08:00
native_libs.rs Fix issues uncovered by rebasing: 2017-09-18 11:25:34 +02:00
schema.rs Map invalid Spans to DUMMY_SP during crate metadata encoding. 2018-01-04 11:26:47 +01:00