.. |
_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
|
|
|
build.rs
|
|
|
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
|
|
|
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
|
Make supertrait methods callable on object types.
|
2013-08-19 11:08:07 -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
|
Make enum discriminants u64 instead of the host uint.
|
2013-08-24 20:16:40 -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
|
|
|
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
|
|
|
macros.rs
|
|
|
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
|
|
|
value.rs
|
|
|
write_guard.rs
|
|
|