rust/src/rustc/middle
2012-08-21 21:05:01 -04:00
..
borrowck make borrowck more conservative around rvalues. 2012-08-17 15:14:13 -07:00
trans Convert atomic intrinsics away from old argument modes (partial #3200) 2012-08-21 15:30:53 -04:00
tstate more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
typeck Convert atomic intrinsics away from old argument modes (partial #3200) 2012-08-21 15:30:53 -04:00
astencode.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -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 Don't refute "()" in let-bindings (fixes #3104). 2012-08-21 21:05:01 -04:00
check_const.rs Convert more core types to camel case 2012-08-15 14:14:20 -07:00
check_loop.rs rustc: Parse labeled loop, break, and again 2012-08-15 16:20:34 -07:00
const_eval.rs Translate const structs. 2012-08-07 17:31:26 -07:00
freevars.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
kind.rs remove trailing whitespace 2012-08-21 11:24:41 -07:00
lang_items.rs Remove the class keyword 2012-08-17 10:13:45 -07:00
lint.rs lint: Allow leading underscores on camel case types 2012-08-15 14:54:33 -07:00
liveness.rs Remove the class keyword 2012-08-17 10:13:45 -07:00
mem_categorization.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
pat_util.rs syntax: Make match arm parsing more restrictive again 2012-08-07 12:23:43 -07:00
region.rs make borrowck more conservative around rvalues. 2012-08-17 15:14:13 -07:00
resolve3.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
ty.rs Convert atomic intrinsics away from old argument modes (partial #3200) 2012-08-21 15:30:53 -04:00
typeck.rs new region inference, seperate infer into modules, improve error msgs 2012-08-20 22:00:06 -07:00