rust/src/librustc/middle
Vadim Petrochenkov e0ceef5a9e Add ExprType to HIR and make everything compile
+ Apply parser changes manually
+ Add feature gate
2015-12-16 17:13:16 +03:00
..
cfg Implement type ascription. 2015-12-16 17:12:35 +03:00
infer Auto merge of #30339 - Manishearth:oops-i-did-it-again, r=eddyb 2015-12-13 13:34:46 +00:00
traits Auto merge of #29383 - petrochenkov:empstr, r=pnkfelix 2015-11-28 00:45:34 +00:00
ty Add ExprType to HIR and make everything compile 2015-12-16 17:13:16 +03:00
astconv_util.rs
check_const.rs Implement type ascription. 2015-12-16 17:12:35 +03:00
check_loop.rs Port a bunch of code new-visitor; all of these ports were 2015-11-18 19:22:18 -05:00
check_match.rs Do not include generics in suggestion to qualify enum variants 2015-12-11 17:43:04 +09:00
check_no_asm.rs
check_rvalues.rs Port a bunch of code new-visitor; all of these ports were 2015-11-18 19:22:18 -05:00
check_static_recursion.rs Port a bunch of code new-visitor; all of these ports were 2015-11-18 19:22:18 -05:00
const_eval.rs Add ExprType to HIR and make everything compile 2015-12-16 17:13:16 +03:00
cstore.rs Implement #[deprecated] attribute (RFC 1270) 2015-12-12 19:39:37 +03:00
dataflow.rs Use the EntryOrExit variants qualified. 2015-11-24 13:06:12 +01:00
dead.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
def_id.rs split the metadata code into rustc_metadata 2015-11-26 18:22:40 +02:00
def.rs Unwrap the RefCell around DefMap 2015-11-04 20:38:03 -06:00
dependency_format.rs split the metadata code into rustc_metadata 2015-11-26 18:22:40 +02:00
effect.rs Port a bunch of code new-visitor; all of these ports were 2015-11-18 19:22:18 -05:00
entry.rs Port entry code to visit_all_items -- since this was tracking whether 2015-11-18 19:22:18 -05:00
expr_use_visitor.rs Implement type ascription. 2015-12-16 17:12:35 +03:00
free_region.rs
implicator.rs
intrinsicck.rs Fix the fallout 2015-11-19 11:41:09 +03:00
lang_items.rs split the metadata code into rustc_metadata 2015-11-26 18:22:40 +02:00
liveness.rs Implement type ascription. 2015-12-16 17:12:35 +03:00
mem_categorization.rs Implement type ascription. 2015-12-16 17:12:35 +03:00
pat_util.rs Auto merge of #30145 - petrochenkov:hyg, r=nrc 2015-12-09 00:41:26 +00:00
privacy.rs Changes to data produced by privacy pass 2015-11-19 14:16:35 +03:00
reachable.rs Changes to data produced by privacy pass 2015-11-19 14:16:35 +03:00
recursion_limit.rs
region.rs Auto merge of #30087 - petrochenkov:indi, r=nrc 2015-12-07 22:28:45 +00:00
resolve_lifetime.rs Do MTWT resolution during lowering to HIR 2015-12-05 00:40:21 +03:00
stability.rs Address the review comments 2015-12-12 21:40:45 +03:00
subst.rs Add scoped thread-local encoding and decoding contexts to cstore. 2015-12-09 09:47:32 -05:00
weak_lang_items.rs Add E0264 error explanation 2015-12-07 15:56:36 +01:00