rust/src/librustc/middle
Alex Crichton 4b31b5bda7 Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister
Misc changes from my parallel rustc branch

r? @michaelwoerister
2018-03-23 10:16:09 -07:00
..
allocator.rs
borrowck.rs Add InterpretInterner to StableHashingContext for AllocId serialization 2018-03-08 08:34:08 +01:00
const_val.rs Replace Rc with Lrc 2018-03-17 23:01:54 +01:00
cstore.rs rustc: Add a #[wasm_import_module] attribute 2018-03-22 13:16:38 -07:00
dataflow.rs
dead.rs rustc: Add a #[wasm_custom_section] attribute 2018-03-22 13:16:38 -07:00
dependency_format.rs Run Rustfix on librustc 2018-03-02 21:02:34 -08:00
entry.rs Add backticks to main not found errors. 2018-03-14 12:23:29 -07:00
exported_symbols.rs Don't show crate metadata symbol as exported symbol to downstream crates. 2018-03-06 09:58:47 +01:00
expr_use_visitor.rs Run Rustfix on librustc 2018-03-02 21:02:34 -08:00
free_region.rs
intrinsicck.rs
lang_items.rs Produce instead of pointers 2018-03-08 08:08:14 +01:00
liveness.rs Replace many of the last references to readmes 2018-03-16 12:43:22 -05:00
mem_categorization.rs remove defaulting to unit 2018-03-14 12:44:51 +08:00
privacy.rs
reachable.rs Remove the contains_extern_indicator query 2018-03-06 19:58:03 -05:00
recursion_limit.rs
region.rs Replace many of the last references to readmes 2018-03-16 12:43:22 -05:00
resolve_lifetime.rs resolve '_ in dyn Trait just like ordinary elision 2018-03-14 19:39:28 -04:00
stability.rs Turn features() into a query. 2018-03-05 11:05:01 +01:00
weak_lang_items.rs