..
_match.rs
Make enum discriminants u64 instead of the host uint.
2013-08-24 20:16:40 -07:00
adt.rs
Don't truncate discriminants to host uint for C_uint's sake.
2013-08-24 20:16:40 -07:00
asm.rs
Add ToCStr method .with_c_str()
2013-08-15 01:33:10 -07:00
base.rs
Set main_name "WinMain" on Win64
2013-08-26 22:15:26 +09:00
basic_block.rs
Merge remote-tracking branch 'remotes/origin/master' into cleanup-iterators
2013-08-10 12:04:40 -07:00
build.rs
add intrinsics for checked overflow add/sub/mul
2013-08-11 02:51:20 -04:00
builder.rs
Change type of extern fns from *u8
to extern "ABI" fn
2013-08-21 10:50:37 -04:00
cabi_arm.rs
Issue #3678 : Remove wrappers and call foreign functions directly
2013-08-19 07:13:15 -04:00
cabi_mips.rs
Issue #3678 : Remove wrappers and call foreign functions directly
2013-08-19 07:13:15 -04:00
cabi_x86_64.rs
Issue #3678 : Remove wrappers and call foreign functions directly
2013-08-19 07:13:15 -04:00
cabi_x86.rs
Issue #3678 : Remove wrappers and call foreign functions directly
2013-08-19 07:13:15 -04:00
cabi.rs
Issue #3678 : Remove wrappers and call foreign functions directly
2013-08-19 07:13:15 -04:00
callee.rs
auto merge of #8594 : bytewiseand/rust/static-fn-ptr, r=pcwalton
2013-08-21 15:51:34 -07:00
closure.rs
remove more dead code from the old for
2013-08-11 21:45:53 -04:00
common.rs
Make supertrait methods callable on object types.
2013-08-19 11:08:07 -07:00
consts.rs
Don't truncate discriminants to host uint for C_uint's sake.
2013-08-24 20:16:40 -07:00
context.rs
Rewrite pass management with LLVM
2013-08-26 20:11:51 -07:00
controlflow.rs
auto merge of #8532 : kballard/rust/cstr-cleanup, r=erickt
2013-08-16 06:02:14 -07:00
datum.rs
Issue #3678 : Remove wrappers and call foreign functions directly
2013-08-19 07:13:15 -04:00
debuginfo.rs
debuginfo: Improved handling of function preludes.
2013-08-22 10:58:01 +02:00
expr.rs
auto merge of #8797 : nikomatsakis/rust/issue-8625-assign-to-andmut-in-borrowed-loc-2, r=pcwalton
2013-08-27 17:05:46 -07:00
foreign.rs
Fix crash(!) by using the *Rust fn type* not the extern fn type
2013-08-21 10:50:32 -04:00
glue.rs
Add ToCStr method .with_c_str()
2013-08-15 01:33:10 -07:00
inline.rs
remove obsolete foreach
keyword
2013-08-03 22:48:02 -04:00
intrinsic.rs
Issue #3678 : Remove wrappers and call foreign functions directly
2013-08-19 07:13:15 -04:00
llrepr.rs
Change type of extern fns from *u8
to extern "ABI" fn
2013-08-21 10:50:37 -04:00
machine.rs
debuginfo: Added support for struct-style enums.
2013-07-19 07:55:25 +02:00
macros.rs
add gitattributes and fix whitespace issues
2013-05-03 20:01:42 -04:00
meth.rs
Substitute into the impl method rather than the trait method when emitting vtables. Closes #8601 .
2013-08-22 10:52:11 -07:00
mod.rs
Change type of extern fns from *u8
to extern "ABI" fn
2013-08-21 10:50:37 -04:00
monomorphize.rs
fix performance regression from invalid IR
2013-08-23 19:23:54 -04:00
reflect.rs
Don't truncate discriminants to host uint for C_uint's sake.
2013-08-24 20:16:40 -07:00
tvec.rs
Remove inappropriate .to_c_str() in C_cstr()
2013-08-15 01:33:10 -07:00
type_.rs
Add ToCStr method .with_c_str()
2013-08-15 01:33:10 -07:00
type_of.rs
Issue #3678 : Remove wrappers and call foreign functions directly
2013-08-19 07:13:15 -04:00
type_use.rs
port type_use.rs from oldvisit to <V:Visitor> trait.
2013-08-15 04:09:19 +02:00
uniq.rs
Adapted trans::common::{block, fn_ctxt, scope_info}
to new naming convention.
2013-07-23 15:38:55 +02:00
value.rs
Elide unnecessary ret slot allocas
2013-08-10 11:04:50 +02:00
write_guard.rs
New naming convention for ast::{node_id, local_crate, crate_node_id, blk_check_mode, ty_field, ty_method}
2013-07-29 16:16:48 +02:00