summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval
AgeCommit message (Expand)AuthorLines
2022-09-02CTFE: more informative error message on ReadPointerAsBytes troubleRalf Jung-0/+216
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
2022-06-28Rollup merge of #98560 - TaKO8Ki:add-regression-test-for-85907, r=Mark-Simula...Matthias Krüger-0/+17
2022-06-27add regression test for #85907Takayuki Maeda-0/+17
2022-06-25bless after rebaseRalf Jung-22/+598
2022-06-25make const_err show up in future breakage reportsRalf Jung-0/+1246
2022-06-19Mention formatting macros when encountering ArgumentV1::new in constMichael Goulet-0/+99
2022-06-19Bless 32bit ui tests.Camille GILLOT-12/+12
2022-06-19Make some lints incremental.Camille GILLOT-12/+12
2022-06-14rebaseb-naber-32/+104
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-8/+19
2022-06-05interpret: better control over whether we read data with provenance, and impl...Ralf Jung-355/+388
2022-05-19bless 32bitRalf Jung-10/+10
2022-05-19interpret/validity: separately control checking numbers for being init and no...Ralf Jung-23/+23
2022-05-17bless 32bitRalf Jung-1/+1
2022-05-17interpret/validity: reject references to uninhabited typesRalf Jung-1/+1
2022-04-30Also report the call site of PME errors locally.Oli Scherer-0/+12
2022-04-21Update `validate_uninhabited_zsts.rs` test after MIR building changesTomasz Miąsko-34/+55
2022-04-20Rollup merge of #93313 - tmiasko:uninhabited, r=tmandryDylan DPC-47/+21
2022-04-11Add const eval tests ensuring padding gets correctly marked as deinit on deag...Jakob Degen-0/+37
2022-04-11Bless tests that broke in a trivial way due to change in deaggregationJakob Degen-8/+8
2022-04-04Refer to the TraitRef::identity in the message to be clearerEsteban Kuber-2/+2
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-10/+10
2022-04-04Fix list lengthEsteban Kuber-0/+8
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-0/+12
2022-04-02diagnostics: add test case for bogus T:Sized suggestionMichael Howell-0/+24
2022-04-02Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnrDylan DPC-1/+1
2022-03-31Adjust feature names that disagree on const stabilization versionDavid Tolnay-1/+1
2022-03-31catch overflow in slice size computationRalf Jung-42/+67
2022-03-24Check if call return type is visibly uninhabited when building MIRTomasz Miąsko-47/+21
2022-03-24Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obkbors-16/+162
2022-03-23separate const prop lint from optimizationsCarl Scherer-16/+162
2022-03-22bless 32bitRalf Jung-1/+1
2022-03-22interpret/memory: simplify check_and_deref_ptrRalf Jung-3/+3
2022-03-09keep ERROR in messageb-naber-3/+3
2022-03-09manually bless 32-bit stderrb-naber-1/+0
2022-03-09normalization change and rebaseb-naber-18/+8