.. |
_match.rs
|
rustc_trans: promote constant rvalues in functions as an optimization.
|
2015-02-16 17:13:47 +02:00 |
adt.rs
|
rustc_trans: correctly round up the largest variant to the enum's alignment.
|
2015-02-16 17:13:47 +02:00 |
asm.rs
|
Update to last version, remove "[]" as much as possible
|
2015-02-06 12:03:46 +01:00 |
base.rs
|
rustc_trans: promote constant rvalues in functions as an optimization.
|
2015-02-16 17:13:47 +02:00 |
basic_block.rs
|
std: Remove extra type params on iter adaptors
|
2015-02-01 13:05:23 -08:00 |
build.rs
|
debuginfo: Implement direct debuginfo source location application for ICmp, FCmp, and CallWithConv.
|
2015-02-06 21:24:06 +01:00 |
builder.rs
|
Emit !nonnull metadata for loads of region and unique pointers
|
2015-02-03 08:55:04 +01:00 |
cabi_aarch64.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
cabi_arm.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
cabi_mips.rs
|
cleanup: replace as[_mut]_slice() calls with deref coercions
|
2015-02-05 13:45:01 -05:00 |
cabi_powerpc.rs
|
cleanup: replace as[_mut]_slice() calls with deref coercions
|
2015-02-05 13:45:01 -05:00 |
cabi_x86_64.rs
|
cleanup: replace as[_mut]_slice() calls with deref coercions
|
2015-02-05 13:45:01 -05:00 |
cabi_x86_win64.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
cabi_x86.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
cabi.rs
|
|
|
callee.rs
|
rustc_trans: promote constant rvalues in functions as an optimization.
|
2015-02-16 17:13:47 +02:00 |
cleanup.rs
|
Auto merge of #22126 - steveklabnik:gh21281, r=nikomatsakis
|
2015-02-15 07:53:07 +00:00 |
closure.rs
|
rustc_trans: promote constant rvalues in functions as an optimization.
|
2015-02-16 17:13:47 +02:00 |
common.rs
|
rustc_trans: promote constant rvalues in functions as an optimization.
|
2015-02-16 17:13:47 +02:00 |
consts.rs
|
rustc_trans: promote constant rvalues in functions as an optimization.
|
2015-02-16 17:13:47 +02:00 |
context.rs
|
rustc_trans: promote constant rvalues in functions as an optimization.
|
2015-02-16 17:13:47 +02:00 |
controlflow.rs
|
rustc_trans: promote constant rvalues in functions as an optimization.
|
2015-02-16 17:13:47 +02:00 |
datum.rs
|
Move rustc docs to the book
|
2015-02-10 22:02:53 -05:00 |
debuginfo.rs
|
Auto merge of #21970 - michaelwoerister:lang-item-call-debug-locs, r=brson
|
2015-02-08 10:27:58 +00:00 |
expr.rs
|
rustc_trans: promote constant rvalues in functions as an optimization.
|
2015-02-16 17:13:47 +02:00 |
foreign.rs
|
rustc_trans: promote constant rvalues in functions as an optimization.
|
2015-02-16 17:13:47 +02:00 |
glue.rs
|
rustc_trans: promote constant rvalues in functions as an optimization.
|
2015-02-16 17:13:47 +02:00 |
inline.rs
|
rustc_trans: promote constant rvalues in functions as an optimization.
|
2015-02-16 17:13:47 +02:00 |
intrinsic.rs
|
Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton
|
2015-02-07 02:04:47 +00:00 |
llrepr.rs
|
|
|
machine.rs
|
|
|
macros.rs
|
|
|
meth.rs
|
rustc_trans: promote constant rvalues in functions as an optimization.
|
2015-02-16 17:13:47 +02:00 |
mod.rs
|
remove extra mod doc;s
|
2015-02-14 12:07:09 -05:00 |
monomorphize.rs
|
rustc_trans: promote constant rvalues in functions as an optimization.
|
2015-02-16 17:13:47 +02:00 |
tvec.rs
|
rustc_trans: promote constant rvalues in functions as an optimization.
|
2015-02-16 17:13:47 +02:00 |
type_.rs
|
|
|
type_of.rs
|
cleanup: replace as[_mut]_slice() calls with deref coercions
|
2015-02-05 13:45:01 -05:00 |
value.rs
|
Switch missing_copy_implementations to default-allow
|
2015-02-03 23:31:07 -08:00 |