summary refs log tree commit diff
path: root/src/test/ui/const-eval
AgeCommit message (Expand)AuthorLines
2018-04-26Allow variant discriminant initializers to refer to other initializers of the...Oliver Schneider-0/+36
2018-04-25Rename ui test flag compile-pass to must-compile-successfullyPietro Albini-6/+6
2018-04-25Warn on all erroneous constantsOliver Schneider-15/+100
2018-04-25always optimize testOliver Schneider-1/+1
2018-04-25Only warn on erroneous promoted constantsOliver Schneider-19/+147
2018-04-17Sign extend constants in range patternsOliver Schneider-0/+19
2018-03-14update testsGuillaume Gomez-3/+3
2018-03-08Unify the const folding errorsOliver Schneider-25/+62
2018-03-08Regenerate testsOliver Schneider-33/+29
2018-03-08Add a test for transmuting via unions in constantsOliver Schneider-0/+62
2018-03-08Unregress error spans in constant errorsOliver Schneider-1/+0
2018-03-08Remove dead codeOliver Schneider-0/+21
2018-03-08Add regression test for const propOliver Schneider-0/+28
2018-03-08Report errors in statics during collecting instead of translatingOliver Schneider-1/+3
2018-03-08Add regression testsOliver Schneider-0/+13
2018-03-08Add test for attempting to use array indexing for conditional const evalOliver Schneider-0/+43
2018-03-08Fully use miri in transOliver Schneider-0/+2
2018-03-08Produce instead of pointersOliver Schneider-2/+0
2018-02-26Update UI testsVadim Petrochenkov-4/+4
2018-02-25Update ui testsGuillaume Gomez-0/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-8/+10
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-2/+2
2017-07-31trans::mir::constant - fix assignment error recoveryAriel Ben-Yehuda-0/+49