rust/src/librustc/middle/trans
Jed Davis 22f751f0f3 Use nullable pointers to represent enums like Option<~T>.
See comments in adt.rs for details.
2013-04-22 08:50:27 -07:00
..
_match.rs rustc: de-mode + fallout from libsyntax changes 2013-04-19 23:23:23 -04:00
adt.rs Use nullable pointers to represent enums like Option<~T>. 2013-04-22 08:50:27 -07:00
asm.rs
base.rs Consider nullability for equivalence of monomorphized fns. 2013-04-22 08:49:56 -07:00
block.rs
build.rs Replaced many instances of reinterpret_cast with transmute 2013-04-20 22:05:50 +02:00
cabi_arm.rs
cabi_mips.rs rustc: Use an out pointer to return structs in x86 C ABI. #5347 2013-04-17 15:49:19 -07:00
cabi_x86_64.rs rustc: de-mode + fallout from libsyntax changes 2013-04-19 23:23:23 -04:00
cabi_x86.rs rustc: Fix struct returns on x86 mac for 8-byte structs 2013-04-18 14:14:17 -07:00
cabi.rs librustc: Remove debug code; xfail-pretty reverse-complement. 2013-04-19 12:00:48 -07:00
callee.rs rustc: de-mode + fallout from libsyntax changes 2013-04-19 23:23:23 -04:00
closure.rs librustc: WIP patch for using the return value. 2013-04-19 12:00:08 -07:00
common.rs Use nullable pointers to represent enums like Option<~T>. 2013-04-22 08:50:27 -07:00
consts.rs Rename Div operator trait to Quot and Modulo operator trait to Rem 2013-04-22 01:58:53 +10:00
controlflow.rs rustc: de-mode + fallout from libsyntax changes 2013-04-19 23:23:23 -04:00
datum.rs rustc: de-mode + fallout from libsyntax changes 2013-04-19 23:23:23 -04:00
debuginfo.rs Replaced many instances of reinterpret_cast with transmute 2013-04-20 22:05:50 +02:00
expr.rs Rename Div operator trait to Quot and Modulo operator trait to Rem 2013-04-22 01:58:53 +10:00
foreign.rs librustc: implement and use fixed_stack_segment attribute for intrinsics. 2013-04-21 01:40:48 +10:00
glue.rs rustc: de-mode + fallout from libsyntax changes 2013-04-19 23:23:23 -04:00
inline.rs rustc: de-mode + fallout from libsyntax changes 2013-04-19 23:23:23 -04:00
machine.rs
macros.rs
meth.rs rustc: de-mode + fallout from libsyntax changes 2013-04-19 23:23:23 -04:00
monomorphize.rs Consider nullability for equivalence of monomorphized fns. 2013-04-22 08:49:56 -07:00
reachable.rs rustc: de-mode + fallout from libsyntax changes 2013-04-19 23:23:23 -04:00
reflect.rs rustc: de-mode + fallout from libsyntax changes 2013-04-19 23:23:23 -04:00
shape.rs
tvec.rs
type_of.rs librustc: WIP patch for using the return value. 2013-04-19 12:00:08 -07:00
type_use.rs rustc: Anti-copy police 2013-04-18 17:40:42 -07:00
uniq.rs