..
cfg
Auto merge of #28642 - petrochenkov:name3, r=nrc
2015-09-26 14:48:56 +00:00
infer
Rollup merge of #28681 - arielb1:destructor-fixes, r=eddyb
2015-09-27 15:05:17 +05:30
traits
move LOCAL_CRATE to cstore
2015-10-01 09:44:28 -04:00
ty
move direct accesses of node
to go through as_local_node_id
, unless
2015-10-01 10:37:19 -04:00
astconv_util.rs
ensure projections are prohibited when type parameters are
2015-09-13 23:47:41 +03:00
astencode.rs
Remove DefRegion, which is not used
2015-10-01 10:37:19 -04:00
check_const.rs
Remove warning of duplicated error code
2015-09-26 17:11:01 +02:00
check_loop.rs
Add an intital HIR and lowering step
2015-09-03 10:02:36 +12:00
check_match.rs
Use Names in the remaining HIR structures with exception of...
2015-09-22 19:58:29 +03:00
check_no_asm.rs
Add part of new error codes in librustc
2015-09-13 00:38:36 +02:00
check_rvalues.rs
Add an intital HIR and lowering step
2015-09-03 10:02:36 +12:00
check_static_recursion.rs
move direct accesses of node
to go through as_local_node_id
, unless
2015-10-01 10:37:19 -04:00
const_eval.rs
move direct accesses of node
to go through as_local_node_id
, unless
2015-10-01 10:37:19 -04:00
dataflow.rs
Remove random Idents outside of libsyntax
2015-09-23 20:04:49 +03:00
dead.rs
Make calling def_id on a DefSelfTy an error; the previous defids that
2015-10-01 10:37:19 -04:00
def_id.rs
move direct accesses of node
to go through as_local_node_id
, unless
2015-10-01 10:37:19 -04:00
def.rs
Make calling def_id on a DefSelfTy an error; the previous defids that
2015-10-01 10:37:19 -04:00
dependency_format.rs
rustc: Allow changing the default allocator
2015-08-14 15:13:10 -07:00
effect.rs
Add an intital HIR and lowering step
2015-09-03 10:02:36 +12:00
entry.rs
Cleanup interfaces of Name, SyntaxContext and Ident
2015-09-24 23:05:02 +03:00
expr_use_visitor.rs
Rename node_id
to var_id
and limit to the cases that are actually used
2015-10-01 10:37:19 -04:00
free_region.rs
move middle::ty and related modules to middle/ty/
2015-09-14 10:56:13 +03:00
implicator.rs
move middle::ty and related modules to middle/ty/
2015-09-14 10:56:13 +03:00
intrinsicck.rs
Cleanup interfaces of Name, SyntaxContext and Ident
2015-09-24 23:05:02 +03:00
lang_items.rs
move direct accesses of node
to go through as_local_node_id
, unless
2015-10-01 10:37:19 -04:00
liveness.rs
Auto merge of #28642 - petrochenkov:name3, r=nrc
2015-09-26 14:48:56 +00:00
mem_categorization.rs
Remove DefRegion, which is not used
2015-10-01 10:37:19 -04:00
pat_util.rs
move direct accesses of node
to go through as_local_node_id
, unless
2015-10-01 10:37:19 -04:00
privacy.rs
fallout from moving def-id
2015-08-24 05:35:34 -04:00
reachable.rs
move direct accesses of node
to go through as_local_node_id
, unless
2015-10-01 10:37:19 -04:00
recursion_limit.rs
region.rs
Fill in some missing parts in the default HIR visitor
2015-09-29 00:23:54 +03:00
resolve_lifetime.rs
Fill in some missing parts in the default HIR visitor
2015-09-29 00:23:54 +03:00
stability.rs
Make calling def_id on a DefSelfTy an error; the previous defids that
2015-10-01 10:37:19 -04:00
subst.rs
move middle::ty and related modules to middle/ty/
2015-09-14 10:56:13 +03:00
weak_lang_items.rs
Use ast attributes every where (remove HIR attributes).
2015-09-16 10:57:06 +12:00