summary refs log tree commit diff
path: root/src/librustc_const_eval/lib.rs
AgeCommit message (Expand)AuthorLines
2016-04-11don't report errors in constants at every use siteOliver Schneider-0/+2
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+0
2016-03-31librustc_const_eval: use bug!(), span_bug!()Benjamin Herr-1/+1
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-0/+53
2016-03-30rename `rustc_const_eval` to `rustc_const_math`Oliver Schneider-43/+0
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-10typestrong constant integersOliver Schneider-0/+42