summary refs log tree commit diff
path: root/src/test/compile-fail/const-call.rs
AgeCommit message (Expand)AuthorLines
2018-03-08Fully use miri in transOliver Schneider-0/+1
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-2/+0
2017-04-23rustc: make the const-eval cache polymorphic.Eduard-Mihai Burtescu-2/+0
2017-02-25rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body.Eduard-Mihai Burtescu-2/+4
2016-07-22refactor constant evaluation error reportingAriel Ben-Yehuda-1/+2
2016-01-17enable cross crate and unsafe const fnOliver Schneider-5/+0
2015-11-03fix ice in fn call const evaluationOliver Schneider-0/+24