about summary refs log tree commit diff
path: root/src/librustc_trans/inline.rs
AgeCommit message (Expand)AuthorLines
2016-08-24Remove AST from metadata except for consts and const fns.Eduard Burtescu-52/+0
2016-08-01Move caching of HIR-inlining into CStore in order to avoid duplicating inline...Michael Woerister-100/+6
2016-07-08Drive function item translation from collectorJames Miller-52/+12
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-1/+1
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+1
2016-03-31librustc_trans: use bug!(), span_bug!()Benjamin Herr-4/+4
2016-03-27rustc_trans: move the contents of the trans module to top-level.Eduard Burtescu-0/+186