rust/src/librustc/middle
2013-01-25 19:42:23 -07:00
..
borrowck Fix Option camel case in comments 2013-01-25 19:42:23 -07:00
trans Fix Option camel case in comments 2013-01-25 19:42:23 -07:00
typeck Fix Option camel case in error message 2013-01-25 19:42:23 -07:00
astencode.rs syntax/rustc: Less copy 2013-01-24 16:45:20 -08:00
capture.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
check_const.rs convert ast::expr into a struct 2013-01-20 14:08:18 -08:00
check_loop.rs convert ast::expr into a struct 2013-01-20 14:08:18 -08:00
check_match.rs Merge pull request #4625 from thestinger/container 2013-01-25 11:57:51 -08:00
const_eval.rs Handle divide by zero in constant evaluator 2013-01-23 15:07:00 +09:00
freevars.rs convert librustc record types to structs 2013-01-20 14:08:18 -08:00
kind.rs librustc: Implement &static as the replacement for Durable. r=nmatsakis 2013-01-10 11:16:54 -08:00
lang_items.rs comments: Convert XXXes to FIXMEs 2013-01-24 18:49:51 -08:00
lint.rs remove remaining is_not_empty functions/methods 2013-01-24 23:24:57 -05:00
liveness.rs Merge pull request #4596 from Trinick/tomutrename 2013-01-23 10:56:08 -08:00
mem_categorization.rs librustc: Allow &mut to be loaned; allow self to be loaned; make &mut loanable to &. r=nmatsakis 2013-01-24 13:52:22 -08:00
mode.rs rustc: Address an XXX in middle::mode 2013-01-24 21:12:44 -08:00
pat_util.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
privacy.rs convert librustc record types to structs 2013-01-20 14:08:18 -08:00
region.rs librustc: Allow &mut to be loaned; allow self to be loaned; make &mut loanable to &. r=nmatsakis 2013-01-24 13:52:22 -08:00
resolve.rs librustc: Make C functions unsafe 2013-01-24 13:52:21 -08:00
ty.rs Make super a keyword 2013-01-24 16:07:04 +09:00