rust/src/rustc/middle
2012-10-03 17:18:24 -07:00
..
borrowck rename iter2 to each2, make it follow iterator protocol 2012-09-28 16:13:03 -07:00
trans rustc: Unbreak old-style boxed traits 2012-10-03 17:18:24 -07:00
typeck rustc: Implement "@Foo as @Bar" for boxed traits 2012-10-03 17:03:29 -07:00
astencode.rs rustc: Implement "@Foo as @Bar" for boxed traits 2012-10-03 17:03:29 -07:00
borrowck.rs libstd: Switch off legacy modes in both core and std. 2012-10-02 12:20:06 -07:00
capture.rs Demode vec::push (and convert to method) 2012-09-26 18:02:07 -07:00
check_alt.rs Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vec 2012-09-28 17:44:15 -07:00
check_const.rs core: More option demoding 2012-09-27 17:49:10 -07:00
check_loop.rs
const_eval.rs demode vec 2012-09-28 13:27:45 -07:00
freevars.rs Demode vec::push (and convert to method) 2012-09-26 18:02:07 -07:00
kind.rs rename iter2 to each2, make it follow iterator protocol 2012-09-28 16:13:03 -07:00
lang_items.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
lint.rs Removing explicit uses of + mode 2012-10-02 14:31:39 -07:00
liveness.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
mem_categorization.rs core: More option demoding 2012-09-27 17:49:10 -07:00
pat_util.rs Demode vec::push (and convert to method) 2012-09-26 18:02:07 -07:00
privacy.rs Demode iter-trait 2012-09-25 22:13:05 -07:00
region.rs Demode vec::push (and convert to method) 2012-09-26 18:02:07 -07:00
resolve.rs rustc: Only allow imports marked with "pub" to be imported from other modules 2012-10-02 18:15:19 -07:00
ty.rs Change default mode for fns to be by-copy, except for fn& 2012-10-03 16:34:36 -07:00
typeck.rs use + mode for (almost) everything when not using legacy modes 2012-09-25 12:47:35 -07:00