about summary refs log tree commit diff
path: root/src/librustc_const_eval
AgeCommit message (Expand)AuthorLines
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-6/+6
2016-04-06syntax: dismantle ast_util.Eduard Burtescu-3/+2
2016-04-06rustc: dismantle hir::util, mostly moving functions to methods.Eduard Burtescu-6/+5
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-13/+11
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-46/+43
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-0/+3060
2016-03-30rename `rustc_const_eval` to `rustc_const_math`Oliver Schneider-789/+0
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-22try! -> ?Jorge Aparicio-7/+7
2016-03-14rustbuildOliver Schneider-0/+14
2016-03-10don't be a breaking change, even in presence of overflowing literalsOliver Schneider-4/+4
2016-03-10the type hint given during a cast operation is just a soft hintOliver Schneider-0/+18
2016-03-10typestrong constant integersOliver Schneider-0/+756