rust/src/librustc_metadata
bors 91e907345c Auto merge of #33625 - alexcrichton:rustbuild-moar-tests, r=aturon
rustbuild: Touch up some test suites

This adds in some missing test suites, primarily a few pretty suites. It also starts optimizing tests by default as the current test suite does, but also recognizes `--disable-optimize-tests`.

Currently the optimization of tests isn't recognized by crate tests because Cargo doesn't support the ability to compile an unoptimized test suite against an optimized library. Perhaps a feature to add, though!
2016-05-20 20:33:38 -07:00
..
astencode.rs Auto merge of #33532 - jseyfried:mutable_lowering_context, r=nrc 2016-05-13 18:40:08 -07:00
Cargo.toml rustc: move rustc_front to rustc::hir. 2016-04-06 09:01:55 +03:00
common.rs implement fuzzy matching in on_unimplemented 2016-05-18 19:13:09 +03:00
creader.rs Auto merge of #33625 - alexcrichton:rustbuild-moar-tests, r=aturon 2016-05-20 20:33:38 -07:00
csearch.rs allow retracing paths across crates 2016-05-18 10:11:36 -04:00
cstore.rs allow retracing paths across crates 2016-05-18 10:11:36 -04:00
decoder.rs allow retracing paths across crates 2016-05-18 10:11:36 -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 change svh to store a u64 2016-05-18 10:11:35 -04:00
index.rs when encoding, push MetaData(foo) task on stack 2016-05-18 10:11:35 -04:00
lib.rs Do not encode name when encoding DefKey 2016-04-12 01:35:26 +09:00
loader.rs change svh to store a u64 2016-05-18 10:11:35 -04:00
macro_import.rs Make the compiler emit an error if the crate graph contains two crates with the same crate-name and crate-salt but different SVHs. 2016-03-25 14:07:18 -04: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 rustc: More interning for data used in Ty<'tcx>. 2016-05-11 04:14:58 +03:00
tyencode.rs rustc: More interning for data used in Ty<'tcx>. 2016-05-11 04:14:58 +03:00