rust/src/librustc/middle/trans
2013-06-08 15:02:32 -04:00
..
_match.rs std: remove {all*,any*,count} in favour of iterators 2013-06-09 02:22:23 +10:00
adt.rs std: remove foldr and alli methods in vec 2013-06-09 02:22:23 +10:00
asm.rs Remove a bunch of unnecessary allocations and copies 2013-05-30 11:49:04 +02:00
base.rs std: add reverse vec iterators, replace vec::each*_reverse. 2013-06-09 02:22:23 +10:00
block.rs
build.rs librustc: Stop reexporting the standard modules from prelude. 2013-05-29 19:04:53 -07:00
cabi_arm.rs std: remove foldr and alli methods in vec 2013-06-09 02:22:23 +10:00
cabi_mips.rs rm some uses of to_mut_unsafe_ptr 2013-06-08 15:02:32 -04:00
cabi_x86_64.rs std: remove fold[lr] in favour of iterators 2013-06-09 02:22:23 +10:00
cabi_x86.rs
cabi.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
callee.rs syntax: move callee_id into the expr_ variants 2013-06-01 15:31:56 -07:00
closure.rs Deduplicate words in code comments 2013-06-06 10:48:27 +03:00
common.rs rm some uses of to_mut_unsafe_ptr 2013-06-08 15:02:32 -04:00
consts.rs syntax: move callee_id into the expr_ variants 2013-06-01 15:31:56 -07:00
controlflow.rs librustc: Disallow multiple patterns from appearing in a "let" declaration. 2013-06-04 21:45:42 -07:00
datum.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
debuginfo.rs remove unused import warnings 2013-06-09 02:22:23 +10:00
expr.rs auto merge of #6885 : erickt/rust/move-callee_id, r=catamorphism 2013-06-01 17:13:39 -07:00
foreign.rs token_to_ident takes argument by reference 2013-06-05 12:01:38 -07:00
glue.rs Remove unnecessary 'use' forms 2013-05-30 13:08:18 -07:00
inline.rs std: remove vec::each2 and vec::each2_mut in favour of iterators 2013-06-08 01:20:47 +10:00
machine.rs
macros.rs
meth.rs librustc: Disallow multiple patterns from appearing in a "let" declaration. 2013-06-04 21:45:42 -07:00
monomorphize.rs std: remove {all*,any*,count} in favour of iterators 2013-06-09 02:22:23 +10:00
reachable.rs syntax: move callee_id into the expr_ variants 2013-06-01 15:31:56 -07:00
reflect.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
shape.rs Silence various warnings throughout test modules 2013-05-28 15:27:35 -05:00
tvec.rs librustc: Disallow multiple patterns from appearing in a "let" declaration. 2013-06-04 21:45:42 -07:00
type_of.rs Omit unused implicit argument if return type is immediate. 2013-05-27 17:13:01 -07:00
type_use.rs std: remove vec::each2 and vec::each2_mut in favour of iterators 2013-06-08 01:20:47 +10:00
uniq.rs
write_guard.rs