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