about summary refs log tree commit diff
path: root/tests/ui/liveness
AgeCommit message (Collapse)AuthorLines
2023-11-24Show number in error message even for one errorNilstrieb-14/+14
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-10-20s/generator/coroutine/Oli Scherer-4/+4
2023-07-14use maybe_body_owned_by for closureyukang-0/+38
2023-05-25Remove DesugaringKind::Replace.Camille GILLOT-1/+0
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-1/+1
2023-05-10Adjust tests for new drop and forget lintsUrgau-1/+1
2023-04-21Run `check_match` and `check_liveness` when MIR is built instead of having ↵Oli Scherer-26/+27
an explicit phase for them
2023-03-03Desugars drop and replace at MIR buildGiacomo Pasini-0/+1
This commit desugars the drop and replace deriving from an assignment at MIR build, avoiding the construction of the DropAndReplace terminator (which will be removed in a followign PR) In order to retain the same error messages for replaces a new DesugaringKind::Replace variant is introduced.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1378