rust/src/rustc/middle
Patrick Walton fe9d07dda6 rustc: "as Trait" can now be written "as @Trait".
There is also code for ~Trait and &Trait, but these are currently (incorrectly)
synonyms for "as @Trait" and "as &Trait".
2012-08-15 16:20:31 -07:00
..
borrowck Convert more core types to camel case 2012-08-15 14:14:20 -07:00
trans rustc: "as Trait" can now be written "as @Trait". 2012-08-15 16:20:31 -07:00
tstate
typeck rustc: "as Trait" can now be written "as @Trait". 2012-08-15 16:20:31 -07:00
astencode.rs
block_use.rs rustc: Mostly implement region-bounded stack closures 2012-08-13 15:34:36 -07:00
borrowck.rs Convert more core types to camel case 2012-08-15 14:14:20 -07:00
capture.rs rustc: Mostly implement region-bounded stack closures 2012-08-13 15:34:36 -07:00
check_alt.rs Reject empty matches on inhabited types 2012-08-15 14:57:45 -07:00
check_const.rs Convert more core types to camel case 2012-08-15 14:14:20 -07:00
check_loop.rs rustc: Mostly implement region-bounded stack closures 2012-08-13 15:34:36 -07:00
const_eval.rs
freevars.rs
kind.rs rustc: "as Trait" can now be written "as @Trait". 2012-08-15 16:20:31 -07:00
lang_items.rs
lint.rs lint: Allow leading underscores on camel case types 2012-08-15 14:54:33 -07:00
liveness.rs Convert more core types to camel case 2012-08-15 14:14:20 -07:00
mem_categorization.rs rustc: Mostly implement region-bounded stack closures 2012-08-13 15:34:36 -07:00
pat_util.rs
region.rs Convert more core types to camel case 2012-08-15 14:14:20 -07:00
resolve3.rs Convert more core types to camel case 2012-08-15 14:14:20 -07:00
ty.rs rustc: "as Trait" can now be written "as @Trait". 2012-08-15 16:20:31 -07:00
typeck.rs rustc: Mostly implement region-bounded stack closures 2012-08-13 15:34:36 -07:00