summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2020-03-08fix some cases of unexpected exceptions leaving validationRalf Jung-28/+48
2020-03-08Rollup merge of #69646 - RalfJung:layout-visitor, r=eddybMazdak Farrokhzad-228/+305
2020-03-08fix type size mismatch on 32bitRalf Jung-20/+19
2020-03-08Rollup merge of #69561 - JohnTitor:clean-up-unstable-book, r=Mark-SimulacrumMazdak Farrokhzad-1/+0
2020-03-07Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkovMazdak Farrokhzad-1/+1
2020-03-06please tidyRalf Jung-13/+14
2020-03-06better error messages for invalid boxes (and a few more tests)Ralf Jung-17/+39
2020-03-06test some more kinds of enums with uninhabited variantsRalf Jung-11/+77
2020-03-06test that we validate boxesRalf Jung-4/+49
2020-03-06const validation ub tests: use transmute instead of unionsRalf Jung-221/+165
2020-03-06miri value visitor: detect primitives by type, not layoutRalf Jung-5/+5
2020-03-06Auto merge of #69753 - pnkfelix:issue-69191-ice-on-uninhabited-enum-field, r=olibors-0/+91
2020-03-06fix various typosMatthias Krüger-1/+1
2020-03-06Added oli's multivariant test case (alpha renaming the enum name itself).Felix S. Klock II-3/+63
2020-03-05Fix #69191Felix S. Klock II-0/+31
2020-03-05Bumped version number for const_eval_limit in active.rsChristoph Schmidler-3/+27
2020-03-05Opt out of CTFE if the 'const_eval_limit' is set to 0Christoph Schmidler-1/+9
2020-03-05Add a new test to reach const_limit setting, although with wrong WARNINGs yetChristoph Schmidler-20/+35
2020-03-05Disable CTFE if const_limit was set to 0, otherwise use the value set, which ...Christoph Schmidler-1/+33
2020-03-05Prepare const_limit feature gate and attributeChristoph Schmidler-0/+24
2020-03-03Auto merge of #69506 - Centril:stmt-semi-none, r=petrochenkovbors-0/+2
2020-03-02Auto merge of #69257 - RalfJung:layout-visitor, r=eddybbors-28/+28
2020-03-01encode `;` stmt w/o expr as `StmtKind::Empty`Mazdak Farrokhzad-0/+2
2020-03-01Make `rustc_attrs` tracking issue NoneYuki Okushi-1/+0
2020-02-28Add more context to E0599 errorsEsteban Küber-2/+2
2020-02-26miri: validity visitor comments and path printing improvementsRalf Jung-2/+2
2020-02-22Rollup merge of #69339 - wesleywiser:test_for_69312, r=CentrilDylan DPC-0/+10
2020-02-22Rollup merge of #68984 - ecstatic-morse:const-u8-is-ascii, r=sfacklerDylan DPC-0/+6
2020-02-21Auto merge of #69330 - Centril:literally-melting-ice, r=eddybbors-0/+26
2020-02-20Add test for #69312Wesley Wiser-0/+10
2020-02-20lit_to_const: gracefully bubble up type errors.Mazdak Farrokhzad-0/+26
2020-02-20Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obkMazdak Farrokhzad-304/+518
2020-02-20Rollup merge of #68978 - ecstatic-morse:const-int-pow, r=oli-obkDylan DPC-0/+37
2020-02-19avoid excessive number of revisionsRalf Jung-154/+4
2020-02-18better lint namesRalf Jung-55/+55
2020-02-18Rollup merge of #69192 - JohnTitor:add-tests, r=CentrilDylan DPC-0/+45
2020-02-18more English grammarRalf Jung-7/+7
2020-02-18miri value visitor: fix some wrong assumptions about layout; improve error me...Ralf Jung-23/+23
2020-02-16Add test for issue-63952Yuki Okushi-0/+45
2020-02-15expand assoc-const test a bit, just to be sureRalf Jung-18/+110
2020-02-15add test for issue 69020Ralf Jung-0/+57
2020-02-15more revisions and use them for another testRalf Jung-11/+130
2020-02-15fix tests, and use variants to test debug and release builds togetherRalf Jung-297/+393
2020-02-15Rollup merge of #69166 - JohnTitor:ice-const-enum, r=matthewjasperDylan DPC-0/+15
2020-02-14Update testsMatthew Jasper-29/+38
2020-02-14Check `has_typeck_tables` before calling `typeck_tables_of`Yuki Okushi-0/+15
2020-02-13ast_validation: tweak diagnostic outputMazdak Farrokhzad-15/+19
2020-02-13parser: fuse free `fn` parsing together.Mazdak Farrokhzad-38/+25
2020-02-12Rollup merge of #69002 - RalfJung:miri-op-overflow, r=oli-obk,wesleywiserDylan DPC-13/+92
2020-02-12Rollup merge of #68937 - ecstatic-morse:unchecked-intrinsics-test, r=RalfJungYuki Okushi-41/+119