rust/src/librustc/middle
2013-03-19 21:57:49 -07:00
..
borrowck librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07:00
trans auto merge of #5442 : pcwalton/rust/extern-block-restriction, r=pcwalton 2013-03-19 21:57:49 -07:00
typeck auto merge of #5442 : pcwalton/rust/extern-block-restriction, r=pcwalton 2013-03-19 21:57:49 -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
kind.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
lang_items.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
lint.rs Now actually allow using constants in those constant expressions for [T * n]. 2013-03-18 17:31:41 -07:00
liveness.rs auto merge of #5426 : nikomatsakis/rust/issue-4846-lifetimes-in-expl-self, r=pcwalton 2013-03-19 12:43:14 -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 librustc: Enforce privacy for static methods. 2013-03-19 13:40:48 -07:00
region.rs librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07:00
resolve.rs librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07:00
ty.rs librustc: Enforce privacy for static methods. 2013-03-19 13:40:48 -07:00