rust/src/librustc_metadata
2016-08-01 04:09:12 -04:00
..
astencode.rs Move caching of HIR-inlining into CStore in order to avoid duplicating inlined HIR. 2016-08-01 04:09:12 -04:00
Cargo.toml refactor rustc_metadata to use CamelCase names and IndexVec 2016-06-28 23:41:09 +03:00
common.rs make the metadata lock more robust and bump the metadata encoding version 2016-07-02 14:43:45 +03:00
creader.rs Store crate_disambiguator as an InternedString 2016-07-28 12:05:04 -04:00
csearch.rs Move caching of HIR-inlining into CStore in order to avoid duplicating inlined HIR. 2016-08-01 04:09:12 -04:00
cstore.rs Move caching of HIR-inlining into CStore in order to avoid duplicating inlined HIR. 2016-08-01 04:09:12 -04:00
decoder.rs Move caching of HIR-inlining into CStore in order to avoid duplicating inlined HIR. 2016-08-01 04:09:12 -04:00
def_key.rs Add initial version of codegen unit partitioning for incremental compilation. 2016-04-15 10:05:53 -04:00
diagnostics.rs Add error description for E0455 2016-05-10 20:16:29 -03:00
encoder.rs Auto merge of #34842 - cgswords:attr_enc, r=nrc 2016-07-29 16:26:38 -07:00
index.rs when encoding, push MetaData(foo) task on stack 2016-05-18 10:11:35 -04:00
lib.rs refactor rustc_metadata to use CamelCase names and IndexVec 2016-06-28 23:41:09 +03:00
loader.rs prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
macro_import.rs General MetaItem encapsulation rewrites. 2016-07-25 14:27:10 -07:00
macros.rs split the metadata code into rustc_metadata 2015-11-26 18:22:40 +02:00
tls_context.rs rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. 2016-05-11 04:14:58 +03:00
tydecode.rs prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
tyencode.rs tyencode: Make sure that projection bounds are handled in stable order. 2016-07-12 03:07:01 -04:00