rust/src/librustc/middle
2013-04-18 15:12:27 -07:00
..
borrowck Add a lint mode for unused unsafe blocks/functions 2013-04-14 01:15:46 -04:00
trans auto merge of #5726 : brson/rust/struct-return, r=brson 2013-04-17 18:45:58 -07:00
typeck rustc: Make some typechecker errors non-fatal 2013-04-18 15:12:27 -07:00
astencode.rs auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed-self, r=pcwalton 2013-04-12 15:14:24 -07:00
check_const.rs
check_loop.rs
check_match.rs Reason about nested free variables that appear in a function 2013-04-10 07:52:46 -07:00
const_eval.rs Prevent eval_const_expr_partial hides prior error in expr_cast arm. 2013-04-16 04:13:37 +09:00
freevars.rs rename Linear{Map,Set} => Hash{Map,Set} 2013-04-03 10:30:36 -04:00
kind.rs Allow casting to mutable trait objects. 2013-04-17 00:34:25 +02:00
lang_items.rs rustc: remove unnecessary unsafe blocks/methods 2013-04-14 01:15:46 -04:00
lint.rs Add a lint mode for unused unsafe blocks/functions 2013-04-14 01:15:46 -04:00
liveness.rs Allow lint modes to be used on unused variables and dead assignments 2013-04-09 13:48:44 -04:00
mem_categorization.rs Rather than storing a list of ty::method per trait, store one ty::method 2013-04-05 05:36:02 -04:00
moves.rs Fix various warnings, NOTEs, etc 2013-04-05 05:36:03 -04:00
pat_util.rs path -> Path 2013-04-10 09:15:04 -07:00
privacy.rs path -> Path 2013-04-10 09:15:04 -07:00
region.rs Issue #5656: Make &self not mean "&'self self" 2013-04-10 17:32:02 -07:00
resolve.rs rustc: remove unnecessary unsafe blocks/methods 2013-04-14 01:15:46 -04:00
subst.rs Issue #5656: Make &self not mean "&'self self" 2013-04-10 17:32:02 -07:00
ty.rs Allow casting to mutable trait objects. 2013-04-17 00:34:25 +02:00