about summary refs log tree commit diff
path: root/tests/ui/drop
AgeCommit message (Expand)AuthorLines
2024-09-11coalesce lint suggestions that can intersectDing Xiang Fei-47/+353
2024-09-11rescope temp lifetime in let-chain into IfElseDing Xiang Fei-0/+532
2024-08-21lint on tail expr drop order change in Edition 2024Ding Xiang Fei-0/+148
2024-07-18Use more accurate span for `addr_of!` suggestionEsteban Küber-2/+2
2024-06-18tail expression behind terminating scopeDing Xiang Fei-0/+158
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-2/+2
2024-04-10Handle more cases of value suggestionsEsteban Küber-2/+2
2024-03-23add test for ICE #106444Matthias Krüger-0/+16
2024-03-03Move testsCaio-0/+278
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-0/+2
2024-02-21Convert `bug`s back to `delayed_bug`s.Nicholas Nethercote-0/+15
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-9/+9
2024-02-18Improve wording of static_mut_refObei Sideg-7/+7
2024-02-17Allow newly added non_local_definitions lint in testsUrgau-0/+2
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-66/+66
2024-02-13Rollup merge of #120802 - oli-obk:drop_elab_ice, r=compiler-errorsMatthias Krüger-0/+34
2024-02-08Bail out of drop elaboration when encountering error typesOli Scherer-0/+34
2024-02-08Avoid ICE in drop recursion check in case of invalid drop implsOli Scherer-0/+22
2024-02-07Update testsr0cky-1/+13
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-42/+65
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-9/+9
2023-12-21Give temporaries in if let guards correct scopesMatthew Jasper-0/+14
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
2023-10-20s/generator/coroutine/Oli Scherer-6/+6
2023-10-20s/Generator/Coroutine/Oli Scherer-1/+1
2023-09-19Add more if let guard testsMatthew Jasper-0/+18
2023-05-21Rename `drop_ref` lint to `dropping_references`Urgau-1/+1
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-1/+1
2023-05-17Rollup merge of #110930 - b-naber:normalize-elaborate-drops, r=cjgillotDylan DPC-0/+92
2023-05-13Auto merge of #103413 - RalfJung:phantom-dropck, r=lcnrbors-0/+22
2023-05-12Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors-0/+2
2023-05-10Adjust tests for new drop and forget lintsUrgau-0/+2
2023-05-10add testb-naber-0/+92
2023-05-08Move testsCaio-0/+29
2023-02-16Move testsCaio-0/+76
2023-02-15add test for may_dangle and ManuallyDropRalf Jung-0/+22
2023-01-11Move /src/test to /testsAlbert Larsan-0/+3703