about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval
AgeCommit message (Expand)AuthorLines
2018-09-07stabilize `#[panic_handler]`Jorge Aparicio-7/+6
2018-09-03Add regression test for #52475Bruno Dutra-0/+67
2018-09-03Auto merge of #53831 - TheDarkula:pointer-check, r=oli-obkbors-52/+343
2018-09-01Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkorbors-2/+2
2018-08-31Added pointer checking to sanity checksthedarkula-52/+343
2018-08-31Auto merge of #53699 - oli-obk:promotion_stability_hole, r=nikomatsakisbors-1/+92
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-2/+2
2018-08-30Auto merge of #53535 - TheDarkula:master, r=oli-obkbors-0/+62
2018-08-30Made std::intrinsics::transmute() const fn.thedarkula-0/+62
2018-08-30Auto merge of #53757 - oli-obk:validation, r=RalfJungbors-0/+21
2018-08-28address nitsRalf Jung-3/+3
2018-08-28Use partial but correct vtable layoutOliver Schneider-0/+21
2018-08-27validate enum discriminant whenever it is readRalf Jung-3/+3
2018-08-25Satisfy tidyOliver Schneider-1/+1
2018-08-25Check cross crate stability of const fnOliver Schneider-1/+92
2018-08-23fix new ui testJorge Aparicio-2/+2
2018-08-22Reexpose stability hole in the presence of feature gatesOliver Schneider-0/+230
2018-08-22optimize sanity check path printingRalf Jung-39/+77
2018-08-22fix UI testsRalf Jung-1/+1
2018-08-20Moved issue-53157.rs into src/test/ui/consts/const-eval/thedarkula-0/+23
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+3033