rust/src/librustc/middle/trans
2013-03-20 11:52:09 -07:00
..
_match.rs rustc: Remove some bad copies throughout 2013-03-20 01:28:32 -04:00
adt.rs Represent enums with regular structs; no more alignment-breaking casts. 2013-03-13 10:25:49 -07:00
base.rs auto merge of #5450 : pcwalton/rust/warnings, r=graydon 2013-03-20 11:52:09 -07:00
block.rs
build.rs rustc: Remove some bad copies throughout 2013-03-20 01:28:32 -04:00
cabi_arm.rs Remove legacy object creation mode, and convert remaining uses of it 2013-02-28 20:28:04 -05:00
cabi_mips.rs rustc: implement MIPS O32 ABI 2013-03-03 20:02:03 -08:00
cabi_x86_64.rs librustc: Don't accept as Trait anymore; fix all occurrences of it. 2013-03-13 20:07:09 -07:00
cabi.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
callee.rs librustc: Enforce privacy for static methods. 2013-03-19 13:40:48 -07:00
closure.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
common.rs rustc: Remove some bad copies throughout 2013-03-20 01:28:32 -04:00
consts.rs rustc: Remove some bad copies throughout 2013-03-20 01:28:32 -04:00
controlflow.rs librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07:00
datum.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
debuginfo.rs rustc: Remove some bad copies throughout 2013-03-20 01:28:32 -04:00
expr.rs Don't use by_val for passing asm operands. 2013-03-15 18:55:44 -07:00
foreign.rs librustc: Enforce privacy for static methods. 2013-03-19 13:40:48 -07:00
glue.rs rustc: Remove some bad copies throughout 2013-03-20 01:28:32 -04:00
inline.rs Remove unused imports throughout src/ 2013-03-04 12:27:01 -05:00
machine.rs libsyntax: Stop parsing structural record types 2013-03-07 22:32:52 -08:00
macros.rs Change imported macros to use leaky modules rather than leaky functions. 2013-02-26 10:26:41 -08:00
meth.rs rustc: Remove some bad copies throughout 2013-03-20 01:28:32 -04:00
monomorphize.rs librustc: Enforce privacy for static methods. 2013-03-19 13:40:48 -07:00
reachable.rs auto merge of #5443 : alexcrichton/rust/less-bad-copy, r=catamorphism 2013-03-20 00:09:47 -07:00
reflect.rs Refactor the self-info so that the def-id is carried in ty_self() 2013-03-20 06:14:53 -04:00
shape.rs Remove unused imports throughout src/ 2013-03-04 12:27:01 -05:00
tvec.rs rustc: Remove some bad copies throughout 2013-03-20 01:28:32 -04:00
type_of.rs Refactor the self-info so that the def-id is carried in ty_self() 2013-03-20 06:14:53 -04:00
type_use.rs librustc: Enforce privacy for static methods. 2013-03-19 13:40:48 -07:00
uniq.rs Remove unused imports throughout src/ 2013-03-04 12:27:01 -05:00