about summary refs log tree commit diff
path: root/tests/ui/statics
AgeCommit message (Expand)AuthorLines
2025-09-03don't uppercase error messagesSasha Pourcelot-1/+1
2025-08-22On E0277, point at type that doesn't implement boundEsteban Küber-1/+5
2025-08-19bless tests with new lint messagesKarol Zwolak-5/+5
2025-08-10Rollup merge of #144403 - Kivooeo:issue4, r=jieyouxuStuart Cook-0/+11
2025-08-09commentsKivooeo-0/+2
2025-08-01Rollup merge of #144397 - Kivooeo:issue2, r=jieyouxuRalf Jung-0/+24
2025-07-31commentsKivooeo-0/+2
2025-07-26Rollup merge of #144356 - GuillaumeGomez:gcc-ignore-tests, r=jieyouxuTrevor Gross-0/+1
2025-07-25moved 34 tests to organized locationsKivooeo-0/+9
2025-07-24moved 35 tests to organized locationsKivooeo-0/+22
2025-07-23Add `ignore-backends` annotations in failing GCC backend ui testsGuillaume Gomez-0/+1
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-12/+12
2025-07-07Add `ty_span` queryOli Scherer-4/+4
2025-07-01Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errorsbors-18/+18
2025-06-30Rollup merge of #142429 - Kivooeo:tf13, r=jieyouxudianqk-0/+43
2025-06-30Don't look at static items' HIR for wfcheckOli Scherer-6/+6
2025-06-30Unconditionally run `check_item_type` on all itemsOli Scherer-12/+12
2025-06-29cleaned up some testsKivooeo-0/+43
2025-06-27Rollup merge of #143092 - RalfJung:const-check-lifetime-ext, r=oli-obkMatthias Krüger-3/+7
2025-06-27const checks: avoid 'top-level scope' terminologyRalf Jung-3/+7
2025-06-27const-eval: error when initializing a static writes to that staticRalf Jung-11/+27
2025-06-27Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errorsbors-2/+2
2025-06-26clarify and unify 'transient mutable borrow' errorsRalf Jung-2/+2
2025-06-24Make missing lifetime suggestion verboseMichael Goulet-3/+6
2025-06-20Ensure copy* intrinsics also perform the static self-init checksOli Scherer-1/+25
2025-06-20Add regression testOli Scherer-0/+15
2025-06-12Rollup merge of #142066 - ferrocene:lw/edition-2015-tests, r=compiler-errorsMatthias Krüger-4/+4
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-3/+3
2025-06-05Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-4/+4
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-3/+3
2025-06-02Use the informative error as the main const eval error messageOli Scherer-12/+12
2025-05-26Deduplicate dyn compatibility violations due to coercionMichael Goulet-26/+1
2025-05-03Move some tests out of tests/uimejrs-0/+97
2025-04-26Fix error message for static references or mutable referencesyuk1ty-34/+32
2025-03-20Use def_path_str for def id arg in UnsupportedOpInfoMichael Goulet-1/+1
2025-03-03Tweak error code for sized checks of const/staticMichael Goulet-0/+1
2025-02-21More sophisticated span trimmingMichael Goulet-6/+4
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-4/+4
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-12/+8
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-12/+18
2025-02-03Check Sizedness of return type in WFMichael Goulet-7/+7
2025-01-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-3/+3
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-15/+18
2025-01-07Update tests.Mara Bos-1/+1
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-2/+2
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-9/+9
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-7/+1
2024-11-07Rollup merge of #132095 - gechelberger:fix-131977, r=wesleywiserJubilee-0/+42
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-3/+3
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-4/+0