rust/src/librustc/middle
Irina Popa b63d7e2b1c Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03: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 Introduce ConstValue and use it instead of miri's Value for constant values 2018-05-11 13:01:44 +02:00
cstore.rs Add Sync bounds to the crate store 2018-05-13 01:28:20 +02: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 Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03: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 label-break-value: Parsing and AST/HIR changes 2018-05-16 13:56:24 +02:00
free_region.rs extract `constrain_anon_types` to the `InferCtxt` 2017-12-20 14:04:52 -05:00
intrinsicck.rs rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
lang_items.rs Replace GlobalAlloc::oom with a lang item 2018-04-22 10:08:17 -07:00
liveness.rs label-break-value: Parsing and AST/HIR changes 2018-05-16 13:56:24 +02:00
mem_categorization.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
privacy.rs Reexport -> re-export in prose and documentation comments 2018-01-15 13:36:53 -05:00
reachable.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
recursion_limit.rs Make recursion_limit and type_length_limit thread-safe 2018-04-10 14:39:57 +02:00
region.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
resolve_lifetime.rs Lift pure_wrt_drop to GenericParamDef 2018-05-15 14:21:32 +01:00
stability.rs Better error reporting in Copy derive 2018-05-12 14:24:01 -03:00
weak_lang_items.rs Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00