about summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2025-07-18Reword diagnostic about relaxing non-`Sized` boundLeón Orell Valerian Liehr-10/+10
2025-07-15Recover and suggest use `;` to construct array typexizheyin-35/+0
2025-07-07Add `ty_span` queryOli Scherer-2/+2
2025-06-30Don't look at static items' HIR for wfcheckOli Scherer-4/+4
2025-06-27const checks: avoid 'top-level scope' terminologyRalf Jung-3/+7
2025-06-26clarify and unify 'transient mutable borrow' errorsRalf Jung-2/+2
2025-06-24Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-deadGuillaume Gomez-39/+0
2025-06-24Move some `issues-*` tests to better homesTrevor Gross-73/+0
2025-06-24Migrate some tests away from `concat-idents`Trevor Gross-23/+57
2025-06-23compiletest: Improve diagnostics for line annotation mismatchesVadim Petrochenkov-3/+3
2025-06-22Implement DesugaringKind::FormatLiteralmejrs-6/+3
2025-06-18better template for repr attributesJana Dönszelmann-2/+2
2025-06-17make error codes reflect reality betterJana Dönszelmann-24/+24
2025-06-17use consistent attr errors in all attribute parsersJana Dönszelmann-2/+2
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-19/+43
2025-06-14Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errorsMatthias Krüger-1/+0
2025-06-13Unimplement unsized_localsmejrs-1/+0
2025-06-12Rollup merge of #134536 - Urgau:fn-ptr-option, r=compiler-errors,traviscrossMatthias Krüger-0/+1
2025-06-12Allow `unpredictable_function_pointer_comparisons` lint in more placesUrgau-0/+1
2025-06-09Make E0621 missing lifetime suggestion verboseEsteban Küber-15/+31
2025-06-08Auto merge of #142008 - RalfJung:const-eval-error-here, r=oli-obkbors-1/+1
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-1/+1
2025-06-07Rollup merge of #142131 - estebank:cast-sugg, r=UrgauJacob Pratt-8/+18
2025-06-06reword suggestion messageEsteban Küber-1/+1
2025-06-06Make cast suggestions verboseEsteban Küber-8/+18
2025-06-05Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...bors-3/+3
2025-06-05Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgrbors-40/+40
2025-06-04Rollup merge of #141960 - ferrocene:lw/2015-paths2, r=compiler-errorsMatthias Krüger-40/+40
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-3/+3
2025-06-04Rollup merge of #141959 - ferrocene:lw/2015-edition-directives2, r=compiler-e...Matthias Krüger-6/+15
2025-06-03Rollup merge of #141957 - ferrocene:lw/missing-dyn-kw2, r=compiler-errorsMatthias Krüger-20/+20
2025-06-03Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-40/+40
2025-06-03Add missing `dyn` keywords to tests that do not test for them Part 2Lukas Wirth-20/+20
2025-06-03Add missing 2015 edition directivesLukas Wirth-6/+15
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-1/+1
2025-06-02Use the informative error as the main const eval error messageOli Scherer-3/+3
2025-05-27Use more detailed spans in dyn compat errors within bodiesOli Scherer-16/+25
2025-05-26Deduplicate dyn compatibility violations due to coercionMichael Goulet-66/+3
2025-05-25Rollup merge of #141512 - Noratrieb:stop-trimming-this-much, r=compiler-errorsGuillaume Gomez-2/+2
2025-05-24Avoid extra path trimming in method not found errorNoratrieb-2/+2
2025-05-23Do not try to confirm non-dyn compatible methodMichael Goulet-20/+3
2025-05-12Move more tests/ui testsmejrs-7/+0
2025-05-05Do not gather local all together at the beginning of typeckMichael Goulet-21/+4
2025-05-03compiletest: Do not require annotations on empty labels and suggestionsVadim Petrochenkov-4/+2
2025-04-30Auto merge of #140503 - matthiaskrgr:rollup-n7zigts, r=matthiaskrgrbors-30/+0
2025-04-30Rollup merge of #140446 - mejrs:test1, r=jieyouxuMatthias Krüger-30/+0
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-119/+158
2025-04-29Coalesce duplicate missing clone testsmejrs-30/+0
2025-04-26Fix error message for static references or mutable referencesyuk1ty-2/+2
2025-04-25Rollup merge of #137653 - tgross35:deprecate-concat_idents, r=workingjubileeMatthias Krüger-3/+5