about summary refs log tree commit diff
path: root/tests/ui/consts
AgeCommit message (Expand)AuthorLines
2023-07-18added links as a notenxya-8/+8
2023-07-18add links to query documentation for E0391nxya-8/+8
2023-07-18added links as a notenxya-8/+48
2023-07-18add links to query documentation for E0391nxya-8/+8
2023-07-16Add const-eval test for `#[target_feature(enable = ...)]` function callsEduardo Sánchez Muñoz-0/+26
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-1/+1
2023-07-08Auto merge of #113491 - matthiaskrgr:rollup-mueqz7h, r=matthiaskrgrbors-10/+39
2023-07-08Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillotMatthias Krüger-10/+39
2023-07-08Rollup merge of #113158 - davidtwco:unset-rustc-log-color-in-test, r=wesleywiserMatthias Krüger-0/+1
2023-07-04implement `ConstEvaluatable` goals in new solverlcnr-2/+20
2023-06-29tests: unset `RUSTC_LOG_COLOR`David Wood-0/+1
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-17/+17
2023-06-24use Const::eval instead of QueryNormalize in error reportingMichael Goulet-0/+29
2023-06-22Stop hiding const eval limit in external macrosOli Scherer-0/+40
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-13/+13
2023-06-02Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errorsbors-4/+16
2023-06-01Implement custom diagnostic for ConstParamTyMichael Goulet-4/+16
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-50/+58
2023-05-31Remove const eval limit and implement an exponential backoff lint insteadOli Scherer-187/+177
2023-05-29Rollup merge of #111558 - c410-f3r:t3st3ss, r=WaffleLapkinMatthias Krüger-0/+95
2023-05-26Blesses UI tests, add known bug to typeid-equality-by-subtypingonestacked-3/+0
2023-05-24Address commentsCaio-0/+11
2023-05-24Move testsCaio-0/+84
2023-05-23add tests for const `NonNull::as_ref`Lukas Markeffsky-0/+30
2023-05-21Rename `forget_copy` lint to `forgetting_copy_types`Urgau-2/+2
2023-05-15Suppress "erroneous constant used" for constants tainted by errorsTomasz Miąsko-199/+15
2023-05-12Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors-0/+5
2023-05-10Adjust tests for new drop and forget lintsUrgau-0/+5
2023-05-05Stabilize const_ptr_readbors-25/+22
2023-05-04Rollup merge of #111100 - BoxyUwU:array_repeat_expr_wf, r=compiler-errorsMatthias Krüger-2/+12
2023-05-04check array type of repeat exprs is wfBoxy-2/+12
2023-05-04Rollup merge of #110859 - compiler-errors:no-negative-drop-impls, r=oli-obkMatthias Krüger-22/+2
2023-05-04Rollup merge of #110943 - RalfJung:interpret-unsized-arg-ice, r=oli-obkDylan DPC-81/+0
2023-05-01Rip it outNilstrieb-1/+1
2023-04-28move some const-prop tests to appropriate folderRalf Jung-81/+0
2023-04-27bless testsThe 8472-4/+4
2023-04-27Explicitly reject negative and reservation drop implsMichael Goulet-22/+2
2023-04-25Rollup merge of #110480 - whtahy:105107/known-bug-tests-for-unsound-issues, r...Yuki Okushi-0/+38
2023-04-22add known-bug test for unsound issue 49206whtahy-0/+38
2023-04-22Encode lifetime param spans tooMichael Goulet-30/+0
2023-04-21Ensure mir_drops_elaborated_and_const_checked when requiring codegen.Camille GILLOT-0/+2
2023-04-19Auto merge of #110061 - WaffleLapkin:duality_of_myself_and_this, r=cjgillotbors-0/+4
2023-04-19Extend and use `hir::Node::body_id`Maybe Waffle-0/+4
2023-04-19Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obkbors-130/+254
2023-04-17Encode def span for ConstParamMichael Goulet-0/+30
2023-04-16fix library and rustdoc testsDeadbeef-130/+254
2023-04-15Only enable ConstProp at mir-opt-level >= 2.Camille GILLOT-32/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-9/+18
2023-04-08bless ui testsDeadbeef-5/+34
2023-04-06Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstriebbors-147/+37