about summary refs log tree commit diff
path: root/tests/ui/consts
AgeCommit message (Expand)AuthorLines
2024-02-11Rollup merge of #120883 - RalfJung:extern-static-err, r=oli-obkMatthias Krüger-2/+43
2024-02-10rebless after rebaseRalf Jung-2/+28
2024-02-10detect consts that reference extern staticsRalf Jung-47/+76
2024-02-10validation: descend from consts into staticsRalf Jung-112/+249
2024-02-10unstably allow constants to refer to statics and read from immutable staticsRalf Jung-318/+311
2024-02-10interpret: rename ReadExternStatic → ExternStaticRalf Jung-2/+43
2024-02-10Rollup merge of #117614 - RalfJung:static-mut-refs, r=davidtwco,oli-obkMatthias Krüger-38/+30
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-16/+351
2024-02-08Taint borrowck results without running any borrowck if the MIR body was alrea...Oli Scherer-90/+20
2024-02-07Update testsr0cky-3/+13
2024-02-07Auto merge of #120722 - matthiaskrgr:rollup-9o32280, r=matthiaskrgrbors-139/+148
2024-02-05revert stabilization of const_intrinsic_copyRalf Jung-1/+1
2024-02-05merge the accepted-structural-match tests into oneRalf Jung-34/+14
2024-02-05update the tracking issue for structural match violationsRalf Jung-15/+32
2024-02-05show indirect_structural_match and pointer_structural_match in future compat ...Ralf Jung-0/+107
2024-02-05get rid of nontrivial_structural_match lint and custom_eq const qualifRalf Jung-99/+4
2024-02-05Rollup merge of #120384 - wackbyte:array-equality-generics, r=Mark-SimulacrumMatthias Krüger-6/+6
2024-02-04Auto merge of #120649 - matthiaskrgr:rollup-ek80j61, r=matthiaskrgrbors-2/+1
2024-02-04Auto merge of #120624 - matthiaskrgr:rollup-3gvcl20, r=matthiaskrgrbors-2/+10
2024-02-03Rollup merge of #120531 - oli-obk:track_errors7, r=estebankMatthias Krüger-2/+10
2024-02-03Rollup merge of #120616 - fmease:fix-ice-const-eval-fail-undef-field-access, ...Matthias Krüger-0/+22
2024-02-03Check for presence of field in typeck results before visiting itLeón Orell Valerian Liehr-0/+22
2024-02-01`#![feature(inline_const_pat)]` is no longer incompleteMatthew Jasper-2/+1
2024-01-31Remove a has_errors check that only hides errors after unrelated items have e...Oli Scherer-2/+10
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-28static mut: allow reference to arbitrary types, not just slices and arraysRalf Jung-38/+30
2024-01-26Use `<T, U>` for array/slice equality `impl`swackbyte-6/+6
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