rust/src/librustc/middle
2013-03-15 18:57:19 -07:00
..
borrowck Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
trans Fix type_use for inline asm. 2013-03-15 18:57:19 -07:00
typeck Actually pass inline asm operands around. 2013-03-15 18:55:43 -07:00
astencode.rs librustc: Remove another deprecated use of as Trait. rs=burningtree 2013-03-14 08:03:05 -07:00
check_const.rs Const dereference works now, so allow it. 2013-03-09 17:40:59 -08:00
check_loop.rs
check_match.rs Implement vector destructuring from tail 2013-03-11 19:01:51 +09:00
const_eval.rs libsyntax: Remove struct literal expressions from the compiler 2013-03-07 22:32:55 -08:00
freevars.rs Remove unused imports throughout src/ 2013-03-04 12:27:01 -05:00
kind.rs librustc: Separate out trait storage from evec/estr storage 2013-03-13 20:07:08 -07:00
lang_items.rs Add manual &self/ and &static/ and /&self declarations that 2013-03-06 15:12:57 -05:00
lint.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
liveness.rs Actually pass inline asm operands around. 2013-03-15 18:55:43 -07:00
mem_categorization.rs Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
moves.rs Fix type_use for inline asm. 2013-03-15 18:57:19 -07:00
pat_util.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
privacy.rs rustc: Remove uses of DVec 2013-03-08 09:54:20 -05:00
region.rs Remove @ast::Region and replace with @ast::Lifetime. 2013-03-09 19:43:59 -05:00
resolve.rs librustc: Allow path-qualified constants in patterns 2013-03-13 20:07:11 -07:00
ty.rs Inline asm exprs should be RvalueStmtExpr. 2013-03-15 18:55:43 -07:00