summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/double_check2.rs
AgeCommit message (Expand)AuthorLines
2020-09-19We can make const eval sound, it's just super expensiveOliver Scherer-7/+3
2020-09-19Clarify a statement in UB testOliver Scherer-1/+3
2020-09-19Validate constants during `const_eval_raw`Oliver Scherer-6/+17
2020-07-11Stabilize `transmute` in constants and statics but not const fnOliver Scherer-0/+2
2019-08-30const-eval tests: make all unions repr(C)Ralf Jung-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-01Fix double_check tests on big-endian targetsSamuel Holland-4/+4
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+30