summary refs log tree commit diff
path: root/src/test/compile-fail/const-eval-span.rs
AgeCommit message (Expand)AuthorLines
2017-02-25rustc_const_eval: always demand typeck_tables for evaluating constants.Eduard-Mihai Burtescu-3/+4
2016-07-22refactor constant evaluation error reportingAriel Ben-Yehuda-1/+2
2016-04-03check constants even if they are unused in the current crateOliver Schneider-1/+1
2015-11-27implement calling of `const fn`-methods in true constantsOliver Schneider-1/+1
2015-10-19allow constant evaluation of function callsOliver Schneider-1/+1
2015-10-03Provide the context for error in constant evaluation of enum discriminantSeo Sanghyeon-0/+24