rust/src/librustc/middle
Felix S. Klock II 5ff9087e05 Refactored new CodeExtent type for improved abstraction.
(Previously, statically identifiable scopes/regions were solely
identified with NodeId's; this refactoring prepares for a future
where that 1:1 correspondence does not hold.)
2014-11-20 13:10:03 +01:00
..
borrowck Refactored new CodeExtent type for improved abstraction. 2014-11-20 13:10:03 +01:00
cfg Refactored new CodeExtent type for improved abstraction. 2014-11-20 13:10:03 +01:00
traits Refactor QPath to take an ast::TraitRef 2014-11-19 05:53:40 -05:00
typeck Refactored new CodeExtent type for improved abstraction. 2014-11-20 13:10:03 +01:00
astencode.rs Refactored new CodeExtent type for improved abstraction. 2014-11-20 13:10:03 +01:00
check_const.rs rustc: avoid use-ing syntax::ast::*. 2014-11-19 06:24:34 +02:00
check_loop.rs
check_match.rs rollup merge of #19040: alexcrichton/issue-18904 2014-11-19 22:38:26 +01:00
check_rvalues.rs rustc: fix fallout of adding the 'tcx lifetime to Ty. 2014-11-19 06:24:34 +02:00
check_static_recursion.rs
check_static.rs rustc: middle: remove obsolete ty::get. 2014-11-19 06:24:35 +02:00
const_eval.rs rustc: middle: remove obsolete ty::get. 2014-11-19 06:24:35 +02:00
dataflow.rs std: Stabilize std::fmt 2014-11-18 21:16:22 -08:00
dead.rs rustc: middle: remove obsolete ty::get. 2014-11-19 06:24:35 +02:00
def.rs
dependency_format.rs
effect.rs rustc: middle: remove obsolete ty::get. 2014-11-19 06:24:35 +02:00
entry.rs
expr_use_visitor.rs Refactored new CodeExtent type for improved abstraction. 2014-11-20 13:10:03 +01:00
fast_reject.rs rustc: middle: remove obsolete ty::get. 2014-11-19 06:24:35 +02:00
graph.rs std: Stabilize std::fmt 2014-11-18 21:16:22 -08:00
intrinsicck.rs rustc: middle: remove obsolete ty::get. 2014-11-19 06:24:35 +02:00
lang_items.rs
liveness.rs rustc: middle: remove obsolete ty::get. 2014-11-19 06:24:35 +02:00
mem_categorization.rs Refactored new CodeExtent type for improved abstraction. 2014-11-20 13:10:03 +01:00
pat_util.rs rustc: avoid use-ing syntax::ast::*. 2014-11-19 06:24:34 +02:00
privacy.rs rustc: middle: remove obsolete ty::get. 2014-11-19 06:24:35 +02:00
reachable.rs
region.rs Refactored new CodeExtent type for improved abstraction. 2014-11-20 13:10:03 +01:00
resolve_lifetime.rs Refactored new CodeExtent type for improved abstraction. 2014-11-20 13:10:03 +01:00
resolve.rs Refactor QPath to take an ast::TraitRef 2014-11-19 05:53:40 -05:00
stability.rs
subst.rs Refactor QPath to take an ast::TraitRef 2014-11-19 05:53:40 -05:00
ty_fold.rs rustc: middle: remove obsolete ty::get. 2014-11-19 06:24:35 +02:00
ty.rs Refactored new CodeExtent type for improved abstraction. 2014-11-20 13:10:03 +01:00
weak_lang_items.rs