| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -92/+0 | |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -9/+30 | |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -3/+3 | |
| 2022-02-28 | Enable drop-tracking tests behind -Zdrop-tracking | Eric Holk | -12/+12 | |
| These were still disabled from the soft revert of drop tracking, which meant we were not catching regressions that were introduced while trying to fix drop tracking. | ||||
| 2022-01-18 | Respond to code review comments | Eric Holk | -3/+49 | |
| 2022-01-18 | Safely handle partial drops | Eric Holk | -0/+25 | |
| We previously weren't tracking partial re-inits while being too aggressive around partial drops. With this change, we simply ignore partial drops, which is the safer, more conservative choice. | ||||
