rust/src/librustc_trans/trans
Niko Matsakis 8bd8466e81 Refactor how we handle overflow so that it is a fatal error that aborts
compilation: this removes all the ungainly code that special cases
overflow so that we can ensure it propagates.
2015-03-23 18:05:20 -04:00
..
_match.rs Auto merge of #23361 - petrochenkov:refdst, r=jakub- 2015-03-22 15:52:30 +00:00
adt.rs Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb 2015-03-03 14:18:03 +00:00
asm.rs
base.rs Fix volatile / atomic ops on bools and small aggregates 2015-03-21 10:46:52 +01:00
basic_block.rs
build.rs
builder.rs
cabi_aarch64.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
cabi_arm.rs
cabi_mips.rs
cabi_powerpc.rs
cabi_x86_64.rs
cabi_x86_win64.rs
cabi_x86.rs
cabi.rs
callee.rs Remove explicit syntax highlight from docs. 2015-03-13 19:25:18 -04:00
cleanup.rs Use more precise type_needs_drop for deciding about emitting cleanup code. 2015-02-26 15:12:26 +01:00
closure.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
common.rs Refactor how we handle overflow so that it is a fatal error that aborts 2015-03-23 18:05:20 -04:00
consts.rs Auto merge of #22838 - petrochenkov:bytelit, r=alexcrichton 2015-03-18 08:27:22 +00:00
context.rs Replace TyDesc and its uses with trait vtables and a type_name intrinsic. 2015-03-17 21:00:23 +02:00
controlflow.rs Use more precise type_needs_drop for deciding about emitting cleanup code. 2015-02-26 15:12:26 +01:00
datum.rs Drop alloca_zeroed 2015-03-02 17:12:36 +01:00
debuginfo.rs Remove the newly introduced trait impls for fixed-size arrays and use &b"..."[..] instead. 2015-03-18 09:16:08 +03:00
expr.rs Auto merge of #23361 - petrochenkov:refdst, r=jakub- 2015-03-22 15:52:30 +00:00
foreign.rs Add an "allocator" attribute to mark functions as allocators 2015-03-13 03:19:30 +01:00
glue.rs Replace TyDesc and its uses with trait vtables and a type_name intrinsic. 2015-03-17 21:00:23 +02:00
inline.rs syntax: move MethMac to MacImplItem and combine {Provided,Required}Method into MethodTraitItem. 2015-03-11 23:39:16 +02:00
intrinsic.rs Fix volatile / atomic ops on bools and small aggregates 2015-03-21 10:46:52 +01:00
llrepr.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
machine.rs Replace TyDesc and its uses with trait vtables and a type_name intrinsic. 2015-03-17 21:00:23 +02:00
macros.rs
meth.rs Auto merge of #23438 - nikomatsakis:issue-23435-default-methods-with-where-clauses, r=nrc 2015-03-18 00:51:03 +00:00
mod.rs
monomorphize.rs Check that predicates hold before emitting an entry for the vtable. 2015-03-17 06:24:11 -04:00
tvec.rs rustc_trans: use the drop glue of T instead of Box<T> in Trait's vtable, be it &Trait or Box<Trait>. 2015-03-17 21:00:21 +02:00
type_.rs Replace TyDesc and its uses with trait vtables and a type_name intrinsic. 2015-03-17 21:00:23 +02:00
type_of.rs Fix spelling errors in comments. 2015-03-19 00:48:08 -04:00
value.rs