.. |
astencode.rs
|
Auto merge of #34539 - arielb1:metadata-hash, r=alexcrichton
|
2016-07-02 06:50:59 -07: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
|
Avoid passing around the thread-local interner in librustc_metadata .
|
2016-07-11 22:23:35 +00:00 |
csearch.rs
|
Avoid passing around the thread-local interner in librustc_metadata .
|
2016-07-11 22:23:35 +00:00 |
cstore.rs
|
Avoid passing around the thread-local interner in librustc_metadata .
|
2016-07-11 22:23:35 +00:00 |
decoder.rs
|
Do not resolve inherent static methods from other crates prematurely
|
2016-07-17 00:19:26 +03: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
|
Remove unnecessary accessor function VariantDefData::kind
|
2016-07-08 12:42:57 +03: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
|
Move errors from libsyntax to its own crate
|
2016-06-23 08:07:35 -04:00 |
macros.rs
|
|
|
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 |