about summary refs log tree commit diff
path: root/src/test/ui/const-eval/conditional_array_execution.rs
AgeCommit message (Expand)AuthorLines
2018-07-23Promoteds are statics and statics have a place, not just a valueOliver Schneider-3/+1
2018-06-28Don't const propagate the body of constantsOliver Schneider-2/+1
2018-06-05Properly report transitive errorsOliver Schneider-0/+2
2018-06-05Referring to erroneous constants in promoteds must abort the buildOliver Schneider-1/+1
2018-06-05Refactor the const eval diagnostic APIOliver Schneider-1/+1
2018-05-12Make the `const_err` lint `deny`-by-defaultOliver Schneider-0/+1
2018-04-24Warn on all erroneous constantsOliver Schneider-0/+1
2018-04-15Only warn on erroneous promoted constantsOliver Schneider-1/+4
2018-03-08Unify the const folding errorsOliver Schneider-1/+2
2018-03-08Add test for attempting to use array indexing for conditional const evalOliver Schneider-0/+17