rust/src/librustc/middle
bors 748c549185 Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov
Fix save-analysis generation with extern_in_paths/extern_absolute_paths

Fixes #48742.
2018-04-16 02:34:32 +00:00
..
allocator.rs rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
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 Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov 2018-04-16 02:34:32 +00:00
dataflow.rs address more FIXME whose associated issues were marked as closed 2017-10-08 00:27:28 +03:00
dead.rs Avoid comparing fields by name when possible 2018-04-12 23:06:03 +03:00
dependency_format.rs Make Session.injected_panic_runtime thread-safe 2018-04-10 14:40:26 +02:00
entry.rs Combine Session.entry_fn and Session.entry_type and make them thread-safe 2018-04-10 14:40:25 +02:00
exported_symbols.rs Fix some rebasing fallout. 2018-04-06 12:14:08 +02:00
expr_use_visitor.rs Avoid comparing fields by name when possible 2018-04-12 23:06:03 +03:00
free_region.rs extract constrain_anon_types to the InferCtxt 2017-12-20 14:04:52 -05:00
intrinsicck.rs Use ItemLocalId as key for node_types, node_substs, and adjustments in TypeckTables. 2017-08-11 12:11:38 +02:00
lang_items.rs Produce instead of pointers 2018-03-08 08:08:14 +01:00
liveness.rs AST/HIR: Merge field access expressions for named and numeric fields 2018-04-12 23:02:09 +03:00
mem_categorization.rs Avoid comparing fields by name when possible 2018-04-12 23:06:03 +03:00
privacy.rs Reexport -> re-export in prose and documentation comments 2018-01-15 13:36:53 -05:00
reachable.rs Remove the contains_extern_indicator query 2018-03-06 19:58:03 -05:00
recursion_limit.rs Make recursion_limit and type_length_limit thread-safe 2018-04-10 14:39:57 +02:00
region.rs AST/HIR: Merge field access expressions for named and numeric fields 2018-04-12 23:02:09 +03:00
resolve_lifetime.rs permit '_ and &T in impl headers 2018-03-22 16:54:52 -04:00
stability.rs Replace as_ref with & 2018-04-02 22:57:47 +01:00
weak_lang_items.rs Fix another circulare deps link args issue 2018-04-04 16:54:30 -07:00