.. |
borrowck
|
Replace some verbose match statements with their if let equivalent.
|
2014-11-29 16:41:21 -05:00 |
cfg
|
Move various data structures out of typeck and into ty.
|
2014-12-04 10:04:26 -05:00 |
infer
|
Remove dependence on typeck from ppaux.
|
2014-12-04 10:04:51 -05:00 |
traits
|
Move infer out of middle::typeck and into just middle .
|
2014-12-04 10:04:51 -05:00 |
typeck
|
Remove dependence on typeck from ppaux.
|
2014-12-04 10:04:51 -05:00 |
astencode.rs
|
Move various data structures out of typeck and into ty.
|
2014-12-04 10:04:26 -05:00 |
check_const.rs
|
Move various data structures out of typeck and into ty.
|
2014-12-04 10:04:26 -05: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
|
Move infer out of middle::typeck and into just middle .
|
2014-12-04 10:04:51 -05: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
|
Move various data structures out of typeck and into ty.
|
2014-12-04 10:04:26 -05: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
|
Move various data structures out of typeck and into ty.
|
2014-12-04 10:04:26 -05:00 |
entry.rs
|
Fallout from stabilization
|
2014-11-25 17:41:54 -08:00 |
expr_use_visitor.rs
|
Move various data structures out of typeck and into ty.
|
2014-12-04 10:04:26 -05: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
|
Move various data structures out of typeck and into ty.
|
2014-12-04 10:04:26 -05:00 |
mem_categorization.rs
|
Move various data structures out of typeck and into ty.
|
2014-12-04 10:04:26 -05:00 |
pat_util.rs
|
Fallout from stabilization
|
2014-11-25 17:41:54 -08:00 |
privacy.rs
|
Move various data structures out of typeck and into ty.
|
2014-12-04 10:04:26 -05:00 |
reachable.rs
|
Move various data structures out of typeck and into ty.
|
2014-12-04 10:04:26 -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
|
auto merge of #19405 : jfager/rust/de-match-pyramid, r=bstrie
|
2014-12-01 21:56:53 +00:00 |
stability.rs
|
Replace some verbose match statements with their if let equivalent.
|
2014-11-29 16:41:21 -05:00 |
subst.rs
|
Remove "dependence" on typeck from comment in substs.
|
2014-12-04 10:04:51 -05:00 |
ty_fold.rs
|
Move various data structures out of typeck and into ty.
|
2014-12-04 10:04:26 -05:00 |
ty.rs
|
Move various data structures out of typeck and into ty.
|
2014-12-04 10:04:26 -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 |