summary refs log tree commit diff
path: root/tests/ui/consts
AgeCommit message (Expand)AuthorLines
2024-03-14Added `deny(const_eval_mutable_ptr_in_final_value)` attribute to all tests th...Felix S. Klock II-103/+916
2024-03-14regression test from 121610.Felix S. Klock II-0/+41
2024-03-04Improve wording of static_mut_refObei Sideg-123/+126
2024-01-31Rollup merge of #120490 - nnethercote:Diagnostic-hashing, r=estebankNadrieril-1/+0
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-8/+8
2024-01-31Don't hash lints differently to non-lints.Nicholas Nethercote-1/+0
2024-01-30Rollup merge of #120293 - estebank:issue-102629, r=nnethercoteGuillaume Gomez-1/+1
2024-01-26interpret: project_downcast: do not ICE for uninhabited variantsRalf Jung-0/+10
2024-01-26Auto merge of #116167 - RalfJung:structural-eq, r=lcnrbors-133/+74
2024-01-25Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obkbors-0/+15
2024-01-25Auto merge of #119627 - oli-obk:const_prop_lint_n̵o̵n̵sense, r=cjgillotbors-3/+12
2024-01-24remove StructuralEq traitRalf Jung-133/+74
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-1/+1
2024-01-24Remove extra # from urlest31-4/+4
2024-01-23Rollup merge of #119805 - chenyukang:yukang-fix-119530, r=davidtwcoLeón Orell Valerian Liehr-0/+8
2024-01-23Stop using `eval_rvalue_into_place` in const propOli Scherer-3/+12
2024-01-22raw pointers are not referencesRalf Jung-12/+12
2024-01-22const-eval interner: from-scratch rewrite using mutability information from p...Ralf Jung-196/+733
2024-01-21Suggest arry::from_fn for array initializationyukang-0/+8
2024-01-20Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnrbors-38/+18
2024-01-19Add new intrinsic `is_constant` and optimize `pow`Catherine Flores-0/+15
2024-01-19Always use RevealAll for const eval queriesOli Scherer-38/+18
2024-01-18Remove no-longer-needed `allow(dead_code)` from the testsJake Goulding-1/+1
2024-01-16Skip dead code checks on items that failed typeckOli Scherer-4/+12
2024-01-13Bless testsGeorge-lewis-0/+62
2024-01-11Rollup merge of #119852 - RalfJung:const-err4, r=compiler-errorsMatthias Krüger-11/+1
2024-01-11give const-err4 a more descriptive nameRalf Jung-11/+1
2024-01-11Use the right level with `-Ztreat-err-as-bug`.Nicholas Nethercote-1/+1
2024-01-09Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasperbors-3/+31
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-3/+31
2024-01-09Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwcoGuillaume Gomez-82/+206
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-82/+206
2024-01-06remove an unnecessary stderr-per-bitwidthRalf Jung-140/+6
2024-01-05Stabilize THIR unsafeckMatthew Jasper-16/+18
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-42/+24
2024-01-05Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkinbors-10/+10
2024-01-05Auto merge of #117213 - oli-obk:check_item_type_cleanup, r=estebankbors-29/+29
2024-01-03Rollup merge of #119505 - fmease:no-host-param-for-trait-fns, r=fee1-deadLeón Orell Valerian Liehr-6/+18
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-10/+10
2024-01-02Reorder `check_item_type` diagnostics so they occur next to the corresponding...Oli Scherer-29/+29
2024-01-02E0379: Provide suggestionsLeón Orell Valerian Liehr-4/+16
2024-01-02E0379: Make diagnostic more preciseLeón Orell Valerian Liehr-3/+3
2023-12-30Auto merge of #116012 - cjgillot:gvn-const, r=oli-obkbors-6/+0
2023-12-27Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-deadbors-11/+11
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-11/+11
2023-12-26Auto merge of #119133 - scottmcm:assert-unchecked, r=thomccbors-0/+19
2023-12-24Replace legacy ConstProp by GVN.Camille GILLOT-6/+0
2023-12-24fix ICE when using raw ptr in a patternRalf Jung-0/+33
2023-12-19Add `hint::assert_unchecked`Scott McMurray-0/+19
2023-12-19bless ui testsDeadbeef-58/+30