about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-7807/+0
2022-12-27Fix ui constant tests for big-endian platformsUlrich Weigand-778/+1647
2022-12-15Reuse the ctfe error emitting logic for the future incompat lintOli Scherer-36/+32
2022-12-15Always report alignment failures in future incompat summariesOli Scherer-0/+36
2022-12-15Make alignment checks a future incompat lintOli Scherer-18/+22
2022-12-15adjust testsRalf Jung-134/+174
2022-12-06Bless 32 bit testsOli Scherer-5/+10
2022-12-06Change CTFE backtraces to use `note` instead of `label` to preserve their orderOli Scherer-32/+61
2022-12-06Remove now-redundant file/line info from const backtracesOli Scherer-14/+14
2022-12-05Tweak "the following other types implement trait"Esteban Küber-16/+6
2022-11-25Add a test for scalar pair layout validationOli Scherer-3/+32
2022-11-25Print a trace through types to show how to get to the problematic typeOli Scherer-0/+10
2022-11-23Bump the const eval step limitOli Scherer-4/+4
2022-11-16fix #104390, fix ICE in in_operand for ty erroryukang-0/+75
2022-11-16cleanup and dedupe CTFE and Miri error reportingRalf Jung-107/+147
2022-11-15Auto merge of #101168 - jachris:dataflow-const-prop, r=oli-obkbors-6/+6
2022-11-12Require -Zmir-opt-level >= 3 for nowJannis Christopher Köhl-17/+3
2022-11-09Rollup merge of #103307 - b4den:master, r=estebankManish Goregaokar-14/+14
2022-11-07Update issue-50814.rs test resultJannis Christopher Köhl-9/+23
2022-10-20Do not suggest trivially false const predicatesMichael Goulet-20/+0
2022-10-20Update tests to match error message changesb4den-14/+14
2022-10-07make const_err a hard errorRalf Jung-3039/+560
2022-10-01bless ui testsMaybe Waffle-216/+216
2022-09-27Rollup merge of #102281 - RalfJung:invalid-enums, r=cjgillotMatthias Krüger-44/+45
2022-09-27also query type_uninhabited_fromRalf Jung-36/+37
2022-09-26Rollup merge of #102181 - inquisitivecrystal:issue-100878-test, r=Mark-Simula...Matthias Krüger-0/+8
2022-09-26make invalid_value lint a bit smarter around enumsRalf Jung-8/+8
2022-09-24Note the type when unable to drop values in compile timeDeadbeef-18/+18
2022-09-23Add regression test for issue #100878inquisitivecrystal-0/+8
2022-09-16bless testsDeadbeef-4/+4
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-27adjust testsRalf Jung-0/+216
2022-08-27Rollup merge of #96240 - fee1-dead-contrib:stabilize_const_offset_from, r=Mar...Yuki Okushi-1/+0
2022-08-26make read_immediate error immediately on uninit, so ImmTy can carry initializ...Ralf Jung-372/+252
2022-08-25Stabilize `const_ptr_offset_from`.Deadbeef-1/+0
2022-08-06make NOP dyn casts not require anything about the vtableRalf Jung-20/+38
2022-07-26bless tests, remove nonexistent E0395Deadbeef-10/+41
2022-07-22Rollup merge of #99393 - Logarithmus:feature/99255-omit-const-generic-suffixe...Dylan DPC-2/+2
2022-07-20bless some testsRalf Jung-52/+39
2022-07-20make use of symbolic vtables in interpreterRalf Jung-160/+175
2022-07-19Mention first and last macro in backtraceMichael Goulet-38/+38
2022-07-19feat: omit suffixes in const generics (e.g. `1_i32`)Artur Sinila-2/+2
2022-07-09Partially stabilize const_slice_from_raw_partsKonrad Borowski-1/+0
2022-07-06blessRalf Jung-4/+4
2022-07-05Rollup merge of #98860 - RalfJung:dangling-int-ptr, r=davidtwcoMatthias Krüger-6/+6
2022-07-05adjust dangling-int-ptr error messageRalf Jung-6/+6
2022-07-05Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errorsDylan DPC-2/+2
2022-07-01Shorten def_span for more items.Camille GILLOT-1041/+614
2022-06-30lint: port non-fmt-panic diagnosticsDavid Wood-2/+2
2022-06-29interpret: adjust error from constructing an invalid valueRalf Jung-132/+132