about summary refs log tree commit diff
path: root/src/librustc_trans/callee.rs
AgeCommit message (Expand)AuthorLines
2016-04-14trans: always register an item's symbol, even if duplicated.Eduard Burtescu-2/+6
2016-04-11trans: use Instance in trans_closure and FunctionContext::new.Eduard Burtescu-3/+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-2/+2
2016-04-05trans: don't declare symbols that were already imported.Eduard Burtescu-11/+23
2016-03-31librustc_trans: use bug!(), span_bug!()Benjamin Herr-15/+15
2016-03-27rustc_trans: move the contents of the trans module to top-level.Eduard Burtescu-0/+1022