rust/src/rustc/middle
2012-09-18 16:41:51 -07:00
..
borrowck libsyntax: Remove 'unchecked_blk' from AST 2012-09-18 11:51:17 -07:00
trans Revert "rustc: Change all non-keyword uses of "link"" 2012-09-18 11:47:04 -07:00
tstate Refactor fn_ty, working towards #3320 2012-09-07 07:54:11 -07:00
typeck Revert "change relative priority of auto-slice and auto-ptr" 2012-09-18 16:41:51 -07:00
astencode.rs libcore: make a copyless io::BytesWriter 2012-09-18 12:56:57 -07:00
borrowck.rs fixup mutability of vec::each, make iter_bytes pure 2012-09-12 13:29:31 -07:00
capture.rs Convert std::map to camel case 2012-09-10 17:08:36 -07:00
check_alt.rs Promote 'struct' from a restricted keyword to a strict keyword 2012-09-11 17:15:33 -07:00
check_const.rs Introduce auto adjustment table to subsume autoderef/autoref/borrowings. 2012-09-11 21:25:01 -07:00
check_loop.rs Remove 'with' 2012-09-04 15:47:04 -07:00
const_eval.rs Introduce auto adjustment table to subsume autoderef/autoref/borrowings. 2012-09-11 21:25:01 -07:00
freevars.rs Convert std::map to camel case 2012-09-10 17:08:36 -07:00
kind.rs Introduce auto adjustment table to subsume autoderef/autoref/borrowings. 2012-09-11 21:25:01 -07:00
lang_items.rs rustc: Make the box annihilator a language item 2012-09-14 16:50:12 -07:00
lint.rs rustc: Remove legacy mode inference, unless #[legacy_modes] is used 2012-09-18 15:53:04 -07:00
liveness.rs Make moves explicit in rustc 2012-09-11 13:59:57 -07:00
mem_categorization.rs Introduce auto adjustment table to subsume autoderef/autoref/borrowings. 2012-09-11 21:25:01 -07:00
pat_util.rs trans: overhaul match bindings. No more phi, one code path for guards. 2012-09-12 18:15:22 -07:00
privacy.rs Promote 'struct' from a restricted keyword to a strict keyword 2012-09-11 17:15:33 -07:00
region.rs Have parser recognize static, self region. 2012-09-14 15:22:15 -07:00
resolve.rs Make moves explicit in rustc 2012-09-11 13:59:57 -07:00
ty.rs Treat static slices and rptrs as sendable. 2012-09-18 16:28:16 -07:00
typeck.rs trans: overhaul match bindings. No more phi, one code path for guards. 2012-09-12 18:15:22 -07:00