rust/src/librustc/middle
Florian Diebold d0ae2c8142 Refactor inlined items some more
They don't implement FnLikeNode anymore, instead are handled differently
further up in the call tree. Also, keep less information (just def ids
for the args).
2016-11-29 13:04:27 +01:00
..
astconv_util.rs rustc: embed path resolutions into the HIR instead of keeping DefMap. 2016-11-28 04:18:10 +02:00
const_qualif.rs move more checks out of librustc 2016-01-21 10:52:37 +01:00
const_val.rs Move syntax::util::interner -> syntax::symbol, cleanup. 2016-11-20 23:40:20 +00:00
cstore.rs Refactor inlined items some more 2016-11-29 13:04:27 +01:00
dataflow.rs rustc: use an Expr instead of a Block for function bodies. 2016-11-10 01:44:45 +02:00
dead.rs rustc: replace body exprs by their ids 2016-11-29 13:04:27 +01:00
dependency_format.rs Avoid loading needless proc-macro dependencies. 2016-11-28 03:37:02 +00:00
effect.rs rustc: replace body exprs by their ids 2016-11-29 13:04:27 +01:00
entry.rs rustc: replace body exprs by their ids 2016-11-29 13:04:27 +01:00
expr_use_visitor.rs rustc: embed path resolutions into the HIR instead of keeping DefMap. 2016-11-28 04:18:10 +02:00
free_region.rs turn the RFC1592 warnings into hard errors 2016-09-01 13:34:56 +03:00
intrinsicck.rs rustc: replace body exprs by their ids 2016-11-29 13:04:27 +01:00
lang_items.rs Use Symbol instead of InternedString in the AST, HIR, and various other places. 2016-11-21 09:00:55 +00:00
liveness.rs rustc: replace body exprs by their ids 2016-11-29 13:04:27 +01:00
mem_categorization.rs rustc: replace body exprs by their ids 2016-11-29 13:04:27 +01:00
privacy.rs Replace FnvHasher use with FxHasher. 2016-11-08 15:14:59 +11:00
reachable.rs rustc: replace body exprs by their ids 2016-11-29 13:04:27 +01:00
recursion_limit.rs Use Symbol instead of InternedString in the AST, HIR, and various other places. 2016-11-21 09:00:55 +00:00
region.rs Add make tidy fixes 2016-11-29 13:04:27 +01:00
resolve_lifetime.rs rustc: replace body exprs by their ids 2016-11-29 13:04:27 +01:00
stability.rs rustc: replace body exprs by their ids 2016-11-29 13:04:27 +01:00
weak_lang_items.rs Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichton 2016-11-22 21:54:10 -06:00