| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -49/+0 | |
| 2019-09-26 | remove feature(nll) in more cases. | Mazdak Farrokhzad | -2/+0 | |
| 2018-09-23 | Rework checking for borrows conflicting with drops | Matthew Jasper | -0/+51 | |
| Previously, we would split the drop access into multiple checks for each field of a struct/tuple/closure and through `Box` dereferences. This changes this to check if the borrow is accessed by the drop in places_conflict. This also allows us to handle enums in a simpler way, since we don't have to construct any new places. | ||||
