rust/src/librustc_trans/trans
bors 21ba1d5e58 auto merge of #19405 : jfager/rust/de-match-pyramid, r=bstrie
No semantic changes, no enabling `if let` where it wasn't already enabled.
2014-12-01 21:56:53 +00:00
..
_match.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
adt.rs rollup merge of #19329: steveklabnik/doc_style_cleanup2 2014-11-26 16:51:02 -08:00
asm.rs trans: Eliminated redundant allocations. 2014-11-30 18:52:44 +09:00
base.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
basic_block.rs /** -> /// 2014-11-25 21:24:16 -05:00
build.rs
builder.rs
cabi_arm.rs
cabi_mips.rs
cabi_x86_64.rs
cabi_x86_win64.rs
cabi_x86.rs
cabi.rs
callee.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
cleanup.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
closure.rs debuginfo: Make variables captured in unboxed closures available in debuginfo. 2014-11-27 16:38:17 +01:00
common.rs /*! -> //! 2014-11-26 16:50:14 -08:00
consts.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
context.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
controlflow.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
datum.rs More test fixes and rebase conflicts! 2014-11-26 18:10:57 -08:00
debuginfo.rs debuginfo: Make variables captured in unboxed closures available in debuginfo. 2014-11-27 16:38:17 +01:00
doc.rs /*! -> //! 2014-11-26 16:50:14 -08:00
expr.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
foreign.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
glue.rs rustc: Change all ABI constants to all caps. 2014-11-21 17:49:11 +01:00
inline.rs rustc: fix fallout of making Ty an alias for &TyS instead of a wrapper. 2014-11-19 06:24:35 +02:00
intrinsic.rs rustc: middle: remove obsolete ty::get. 2014-11-19 06:24:35 +02:00
llrepr.rs
machine.rs
macros.rs
meth.rs rollup merge of #19329: steveklabnik/doc_style_cleanup2 2014-11-26 16:51:02 -08:00
mod.rs
monomorphize.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
tvec.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
type_.rs /** -> /// 2014-11-25 21:24:16 -05:00
type_of.rs rollup merge of #18728: thestinger/int 2014-11-19 22:36:59 +01:00
value.rs /** -> /// 2014-11-25 21:24:16 -05:00