summary refs log tree commit diff
path: root/src/librustc_const_eval/eval.rs
AgeCommit message (Expand)AuthorLines
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-3/+3
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-5/+5
2016-04-03check constants even if they are unused in the current crateOliver Schneider-6/+17
2016-03-31librustc_const_eval: use bug!(), span_bug!()Benjamin Herr-13/+13
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-0/+1226