rust/src/librustc_trans/trans
Alex Crichton e24fe5b8cf std: Remove deprecated ptr functions
The method with which backwards compatibility was retained ended up leading to
documentation that rustdoc didn't handle well and largely ended up confusing.
2015-03-21 10:16:01 -07:00
..
_match.rs Auto merge of #22838 - petrochenkov:bytelit, r=alexcrichton 2015-03-18 08:27:22 +00:00
adt.rs
asm.rs
base.rs Fix private module loophole in the 'private type in public item' check 2015-03-18 16:47:24 +13:00
basic_block.rs
build.rs
builder.rs
cabi_aarch64.rs
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
closure.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
common.rs Auto merge of #23290 - nrc:pub_priv_mod, r=nikomatsakis 2015-03-18 05:55:19 +00: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
datum.rs
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 #23452 - nikomatsakis:unsafety-subtyping, r=nrc 2015-03-18 03:22:12 +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 std: Remove deprecated ptr functions 2015-03-21 10:16:01 -07: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