rust/src/librustc/middle
2014-09-19 10:00:12 -07:00
..
borrowck rustc: remove DefArg and DefBinding in favor of DefLocal. 2014-09-18 14:36:35 +03:00
cfg Fallout from renaming 2014-09-16 14:37:48 -07:00
save rustc: add a closure depth to DefUpvar. 2014-09-18 14:36:36 +03:00
traits Test fixes from the rollup 2014-09-17 09:37:39 -07:00
trans rollup merge of #17259 : eddyb/def-no-gc 2014-09-19 10:00:12 -07:00
typeck rollup merge of #17259 : eddyb/def-no-gc 2014-09-19 10:00:12 -07:00
astencode.rs rustc: remove Gc<Def> and depth from DefUpvar. 2014-09-18 14:36:36 +03:00
check_const.rs Separate static item recursion check into its own pass 2014-09-14 20:56:07 -07:00
check_loop.rs Track the visited AST's lifetime throughout Visitor. 2014-09-12 14:24:45 +03:00
check_match.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
check_rvalues.rs Track the visited AST's lifetime throughout Visitor. 2014-09-12 14:24:45 +03:00
check_static_recursion.rs Separate static item recursion check into its own pass 2014-09-14 20:56:07 -07:00
check_static.rs rustc: fix fallout from using ptr::P. 2014-09-14 04:20:34 +03:00
const_eval.rs rustc: fix fallout from using ptr::P. 2014-09-14 04:20:34 +03:00
dataflow.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
dead.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
def.rs rustc: remove Gc<Def> and depth from DefUpvar. 2014-09-18 14:36:36 +03:00
dependency_format.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
effect.rs rustc: fix fallout from using ptr::P. 2014-09-14 04:20:34 +03:00
entry.rs rustc: fix fallout from using ptr::P. 2014-09-14 04:20:34 +03:00
expr_use_visitor.rs rustc: move freevar finding to resolve. 2014-09-18 14:36:36 +03:00
graph.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
intrinsicck.rs rustc: fix fallout from using ptr::P. 2014-09-14 04:20:34 +03:00
kind.rs rustc: move type definitions from middle::freevars to middle::ty. 2014-09-18 14:36:36 +03:00
lang_items.rs auto merge of #17197 : nikomatsakis/rust/issue-5527-trait-reform-revisited, r=pcwalton 2014-09-16 15:25:59 +00:00
liveness.rs rustc: move freevar finding to resolve. 2014-09-18 14:36:36 +03:00
mem_categorization.rs rustc: remove Gc<Def> and depth from DefUpvar. 2014-09-18 14:36:36 +03:00
pat_util.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
privacy.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
reachable.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
region.rs rustc: fix fallout from using ptr::P. 2014-09-14 04:20:34 +03:00
resolve_lifetime.rs Track the visited AST's lifetime throughout Visitor. 2014-09-12 14:24:45 +03:00
resolve.rs rollup merge of #17259 : eddyb/def-no-gc 2014-09-19 10:00:12 -07:00
stability.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
subst.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
ty_fold.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
ty.rs rustc: move freevar finding to resolve. 2014-09-18 14:36:36 +03:00
weak_lang_items.rs Track the visited AST's lifetime throughout Visitor. 2014-09-12 14:24:45 +03:00