rust/src/librustc/middle
2014-12-07 07:37:15 +05:30
..
borrowck Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
cfg /*! -> //! 2014-11-26 16:50:14 -08:00
traits Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
typeck auto merge of #19405 : jfager/rust/de-match-pyramid, r=bstrie 2014-12-01 21:56:53 +00:00
astencode.rs /*! -> //! 2014-11-26 16:50:14 -08:00
check_const.rs rustc: avoid use-ing syntax::ast::*. 2014-11-19 06:24:34 +02:00
check_loop.rs Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an optional unboxed closure kind. 2014-11-19 13:35:20 -05:00
check_match.rs Warn on pattern bindings that have the same name as a variant 2014-11-26 22:21:52 +00:00
check_rvalues.rs Track what drop obligations are established on match arms. 2014-11-25 15:26:16 +01:00
check_static_recursion.rs Move trans, back, driver, and back into a new crate, rustc_trans. Reduces memory usage significantly and opens opportunities for more parallel compilation. 2014-11-18 07:32:43 -05:00
check_static.rs Track what drop obligations are established on match arms. 2014-11-25 15:26:16 +01:00
const_eval.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
dataflow.rs /*! -> //! 2014-11-26 16:50:14 -08:00
dead.rs Remove type parameters from ExprField and ExprTupField 2014-11-23 12:17:43 +01:00
def.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
dependency_format.rs Fallout from stabilization 2014-11-25 17:41:54 -08:00
effect.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
entry.rs Fallout from stabilization 2014-11-25 17:41:54 -08:00
expr_use_visitor.rs rollup merge of #19329: steveklabnik/doc_style_cleanup2 2014-11-26 16:51:02 -08:00
fast_reject.rs rollup merge of #19329: steveklabnik/doc_style_cleanup2 2014-11-26 16:51:02 -08:00
graph.rs /*! -> //! 2014-11-26 16:50:14 -08:00
intrinsicck.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
lang_items.rs Move trans, back, driver, and back into a new crate, rustc_trans. Reduces memory usage significantly and opens opportunities for more parallel compilation. 2014-11-18 07:32:43 -05:00
liveness.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
mem_categorization.rs rollup merge of #19329: steveklabnik/doc_style_cleanup2 2014-11-26 16:51:02 -08:00
pat_util.rs Fallout from stabilization 2014-11-25 17:41:54 -08:00
privacy.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
reachable.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
region.rs rollup merge of #19329: steveklabnik/doc_style_cleanup2 2014-11-26 16:51:02 -08:00
resolve_lifetime.rs rollup merge of #19329: steveklabnik/doc_style_cleanup2 2014-11-26 16:51:02 -08:00
resolve.rs Add compile-fail tests for #19498 2014-12-07 07:37:15 +05:30
stability.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
subst.rs rollup merge of #19329: steveklabnik/doc_style_cleanup2 2014-11-26 16:51:02 -08:00
ty_fold.rs rollup merge of #19329: steveklabnik/doc_style_cleanup2 2014-11-26 16:51:02 -08:00
ty.rs Replace some verbose match statements with their if let equivalent. 2014-11-29 16:41:21 -05:00
weak_lang_items.rs Move trans, back, driver, and back into a new crate, rustc_trans. Reduces memory usage significantly and opens opportunities for more parallel compilation. 2014-11-18 07:32:43 -05:00