about summary refs log tree commit diff
path: root/src/test/ui/drop
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-3703/+0
2023-01-04Move testsCaio-0/+22
2022-12-11Move testsCaio-0/+77
2022-12-04Also avoid creating a terminating scope in mixed chainsest31-0/+19
2022-12-03Remove drop order twist of && and || and make them associativeest31-7/+108
2022-11-23Suggest `.clone()` or `ref binding` on E0382Esteban Küber-0/+5
2022-10-20Move some tests for more reasonable placesCaio-0/+162
2022-10-16Don't consider `Let` exprs terminating scopesNathan Whitaker-2/+14
2022-10-15Rollup merge of #102998 - nathanwhit:let-chains-drop-order, r=eholkDylan DPC-0/+64
2022-10-13Validate MIR in the `drop_order` testNathan Whitaker-0/+1
2022-10-13Move some tests to more reasonable directoriesCaio-0/+44
2022-10-12Let chains should still drop temporariesNathan Whitaker-0/+63
2022-10-09allow or avoid for loops over option in compiler and testsMaybe Waffle-7/+7
2022-09-26Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisabors-0/+5
2022-09-26fix #102087, Suggest Default::default() when binding isn't initializedyukang-0/+5
2022-09-25Rollup merge of #102194 - fee1-dead-contrib:improve-const-drop, r=oli-obkfee1-dead-3/+3
2022-09-24Note the type when unable to drop values in compile timeDeadbeef-3/+3
2022-09-23Restore ignore tagFlorian Bartels-5/+0
2022-08-16Do not allow Drop impl on foreign fundamental typesMichael Goulet-0/+32
2022-08-14Add tests for the drop behavior of some control flow constructsNilstrieb-0/+145
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-9/+9
2022-07-07Tweak wording and spansEsteban Küber-2/+2
2022-07-07On partial uninit error point at where we need initEsteban Küber-3/+5
2022-06-12Fix some test annotationsbjorn3-0/+1
2022-05-24Modify MIR building to drop `foo` in `[foo; 0]`Jakob Degen-0/+164
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+4
2021-11-23Auto merge of #90788 - ecstatic-morse:issue-90752, r=wesleywiserbors-0/+73
2021-11-14Move some tests to more reasonable directoriesCaio-0/+18
2021-11-13Add raw pointer variant of #90752 with incorrect behaviorDylan MacKenzie-0/+41
2021-11-13Add regression test for #90752Dylan MacKenzie-0/+32
2021-11-06Move some tests to more reasonable directoriesCaio-0/+53
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-11/+5
2021-09-01Fix drop handling for `if let` expressionsMatthew Jasper-0/+7
2021-08-24Also fix “a RwLock*”Frank Steffahn-1/+1
2021-06-04removed more uses of feature gatemarcusdunn-1/+0
2021-02-04Revert "Avoid leaking block expression values"Felix S. Klock II-379/+223
2021-02-03Allow/fix non_fmt_panic in tests.Mara Bos-3/+3
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+103
2021-01-11Move some tests to more reasonable directoriesCaio-0/+30
2020-12-04Avoid leaking block expression valuesMatthew Jasper-223/+379
2020-11-29Update tests to remove old numeric constantsbstrie-2/+0
2020-10-16stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'Ralf Jung-1/+1
2020-09-15Stabilize move_ref_patternAmjad Alsharafi-3/+0
2020-03-07test(bindings_after_at): add dynamic drop tests for bindings_after_atMatthew Kuo-0/+48
2020-02-09Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasperbors-0/+18
2020-02-02move_ref_patterns: introduce testsMazdak Farrokhzad-0/+18
2020-02-02Add a resume type parameter to `Generator`Jonas Schievink-1/+1
2020-01-18slice_patterns: remove gates in testsMazdak Farrokhzad-5/+3
2019-12-09Add more tests for borrowck and dropck slice pattern handlingMatthew Jasper-0/+32
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-2/+2