about summary refs log tree commit diff
path: root/tests/ui/drop
AgeCommit message (Expand)AuthorLines
2025-06-11cleaned up some testsKivooeo-0/+42
2025-06-09Rollup merge of #142193 - dianne:binding-drop-order-edge-case-tests, r=NadrierilMatthias Krüger-0/+109
2025-06-08add tests for pattern binding drop order edge casesdianne-0/+109
2025-06-06Reduce confusion of some drop order testsJake Goulding-29/+18
2025-06-05Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...bors-10/+10
2025-06-05Rollup merge of #141974 - Kivooeo:tf4, r=jieyouxuMatthias Krüger-0/+33
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-10/+10
2025-06-04cleaned up some testsKivooeo-0/+33
2025-06-03Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-2/+2
2025-05-21Rollup merge of #140981 - est31:guard_let_chains_tests, r=petrochenkovMatthias Krüger-48/+130
2025-05-13Add match guard chains to drop-order-comparisons.rsest31-48/+130
2025-05-12Flush errors before deep normalize in dropck_outlivesMichael Goulet-0/+107
2025-04-18Remove let_chains feature gate from even more testsest31-2/+2
2025-04-18Stabilize let chains on edition 2024est31-5/+9
2025-04-11Use delayed bug for normalization errors in drop elaborationMatthew Jasper-0/+130
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-4/+4
2025-04-06Stop calling source_span query in significant drop order codeMichael Goulet-262/+96
2025-04-04adt_destructor: sanity-check returned itemMaja Kądziołka-0/+28
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-1/+2
2025-02-26Print out destructorMichael Goulet-0/+180
2025-02-24Consider lvalues of field and index as possibly temporary placesMichael Goulet-1/+38
2025-02-24Improve behavior of IF_LET_RESCOPE around temporaries and place expressionsMichael Goulet-0/+29
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-10/+15
2025-01-24Rollup merge of #135926 - jieyouxu:needs-subprocess-thread, r=oli-obkMatthias Krüger-2/+2
2025-01-23Add extensive set of drop order testsTravis Cross-0/+1627
2025-01-23tests: use `needs-threads` instead of `ignore-emscripten`许杰友 Jieyou Xu (Joe)-2/+2
2025-01-22Auto merge of #134478 - compiler-errors:attr-span, r=oli-obkbors-1/+1
2025-01-08Try to explain borrow for tail expr temporary drop order change in 2024Michael Goulet-19/+45
2025-01-08Don't do AccessDepth::Drop for types with no drop implMichael Goulet-0/+56
2025-01-08Don't create cycles by normalizing opaques defined in the body we're checkingMichael Goulet-18/+27
2025-01-08run borrowck tests on BIDs and emit tail-expr-drop-order lints forDing Xiang Fei-0/+77
2024-12-23Always run tail_expr_drop_order lint on promoted MIRMichael Goulet-30/+28
2024-12-21Properly record metavar spans for other expansions other than TTMichael Goulet-1/+1
2024-12-20Handle DropKind::ForLint in coroutines correctlyMichael Goulet-0/+81
2024-12-15Use links to edition guide for edition migrationsEric Huss-25/+25
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-12/+0
2024-12-12Tweak multispan renderingEsteban Küber-36/+0
2024-12-02reduce false positives on some common cases from if-let-rescopeDing Xiang Fei-38/+42
2024-11-28Update more 2024 tests to remove -Zunstable-optionsEric Huss-7/+4
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-8/+0
2024-11-22Stabilize the 2024 editionEric Huss-5/+3
2024-11-20reduce false positives of tail-expr-drop-order from consumed valuesDing Xiang Fei-36/+513
2024-10-29Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis...Matthias Krüger-26/+23
2024-10-24stabilize if_let_rescopeDing Xiang Fei-26/+23
2024-10-24stabilize shorter-tail-lifetimesDing Xiang Fei-19/+22
2024-09-30apply suggestionsDing Xiang Fei-7/+73
2024-09-30preserve brackets around if-lets and skip while-letsDing Xiang Fei-3/+49
2024-09-13Update tests for hidden references to mutable staticObei Sideg-37/+43
2024-09-13simplify the suggestion notesDing Xiang Fei-263/+70
2024-09-11downgrade borrowck suggestion level due to possible span conflictDing Xiang Fei-34/+79