rust/src/rustc/middle
2012-05-18 14:32:37 -07:00
..
trans test that we preserve boxes in patterns---still one bug 2012-05-18 14:32:37 -07:00
tstate rustc: Don't recurse in seq_preconds. Consumes too much stack 2012-05-18 14:28:39 -07:00
typeck Move inference-related fields/methods from fn_ctxt to infer_ctxt. 2012-05-17 14:34:41 -07:00
alias.rs make poison-on-free work, disable copying if borrowck is enabled 2012-05-15 11:49:08 -07:00
ast_map.rs Generate drop glue correctly for classes with destructors 2012-05-15 18:00:41 -07:00
astencode.rs get preservation of boxes working, at least in simple cases 2012-05-15 13:38:16 -07:00
block_use.rs
borrowck.rs test that we preserve boxes in patterns---still one bug 2012-05-18 14:32:37 -07:00
capture.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
check_alt.rs
check_const.rs
check_loop.rs Remove be keyword. 2012-05-15 10:41:14 -07:00
check_self.rs Enforce that self doesn't escape from a class 2012-05-14 14:26:10 -07:00
const_eval.rs
freevars.rs new cap clause syntax 2012-05-04 12:33:08 -07:00
kind.rs First cut at dtors for classes 2012-05-14 14:26:10 -07:00
last_use.rs Remove do { ... } while ... from the language. 2012-05-10 15:09:33 -07:00
lint.rs
pat_util.rs
region.rs check if the type of a local variable contains illegal region 2012-05-15 21:20:37 -07:00
resolve.rs First cut at dtors for classes 2012-05-14 14:26:10 -07:00
ty.rs rustc: Make type_is_pod class-aware 2012-05-17 17:20:58 -07:00
typeck.rs Move inference-related fields/methods from fn_ctxt to infer_ctxt. 2012-05-17 14:34:41 -07:00