rust/src/librustc/middle
2015-07-18 11:02:58 +00:00
..
cfg use is_method_call rather than directly accessing the method_map 2015-07-07 18:48:27 +03:00
infer Auto merge of #27045 - nikomatsakis:better-object-defaults-error, r=pnkfelix 2015-07-17 18:35:50 +00:00
traits Auto merge of #27096 - apasel422:issue-26217, r=nikomatsakis 2015-07-18 11:02:58 +00:00
ty_relate Transition to the new object lifetime defaults, replacing the old 2015-07-14 19:36:15 -04:00
astconv_util.rs
astencode.rs rustc: remove MethodOrigin and use the container to distinguish inherent methods. 2015-07-04 17:51:31 +03:00
cast.rs Rename TypeWithMutability to TypeAndMut 2015-07-10 18:27:06 -07:00
check_const.rs mark user-defined derefs as non-constant 2015-07-07 18:48:28 +03:00
check_loop.rs
check_match.rs Auto merge of #26895 - jroesch:modernize-typeck-names, r=nikomatsakis 2015-07-12 19:22:11 +00:00
check_rvalues.rs
check_static_recursion.rs Add comments about the checks for recursive variant definition, as requested by @nrc. 2015-07-08 20:51:47 -06:00
const_eval.rs
dataflow.rs Use vec![elt; n] where possible 2015-07-09 11:05:32 +02:00
dead.rs rustc: remove MethodOrigin and use the container to distinguish inherent methods. 2015-07-04 17:51:31 +03:00
def.rs
dependency_format.rs
effect.rs Auto merge of #26694 - eddyb:method-nan, r=arielb1 2015-07-04 18:49:28 +00:00
entry.rs
expr_use_visitor.rs Remove snake_case names from ty.rs 2015-07-08 12:38:19 -07:00
fast_reject.rs Don't ICE when missing owned_box lang item 2015-07-13 11:53:16 +12:00
free_region.rs
implicator.rs Rename TypeWithMutability to TypeAndMut 2015-07-10 18:27:06 -07:00
intrinsicck.rs
lang_items.rs Don't ICE when missing owned_box lang item 2015-07-13 11:53:16 +12:00
liveness.rs Use vec![elt; n] where possible 2015-07-09 11:05:32 +02:00
mem_categorization.rs Rename TypeWithMutability to TypeAndMut 2015-07-10 18:27:06 -07:00
pat_util.rs
privacy.rs
reachable.rs rustc: remove MethodOrigin and use the container to distinguish inherent methods. 2015-07-04 17:51:31 +03:00
recursion_limit.rs
region.rs
resolve_lifetime.rs
stability.rs Auto merge of #26747 - huonw:stability-issue, r=alexcrichton 2015-07-07 17:41:43 +00:00
subst.rs rustc: simplify ty::MethodOrigin and avoid trait item indices. 2015-07-04 06:21:00 +03:00
ty_fold.rs Transition to the new object lifetime defaults, replacing the old 2015-07-14 19:36:15 -04:00
ty_match.rs Transition to the new object lifetime defaults, replacing the old 2015-07-14 19:36:15 -04:00
ty_walk.rs
ty.rs Transition to the new object lifetime defaults, replacing the old 2015-07-14 19:36:15 -04:00
weak_lang_items.rs