| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-12-11 | Revert a diagnostic change in the case of integer ranges | Nadrieril | -1/+1 | |
| 2019-12-04 | Use the default code path to list missing patterns | Nadrieril | -6/+6 | |
| This uses the exact same code path that would be used for `match x { _ if false => {} }`, since in both cases the resulting matrix is empty. Since we think the behaviour in that case is ok, then we can remove the special case and use the default code path. | ||||
| 2019-12-04 | List missing constructors in an almost empty match | Nadrieril | -13/+19 | |
| Actually empty matches are still handled by a different code path | ||||
| 2019-12-04 | Add tests | Nadrieril | -10/+37 | |
| 2019-12-04 | Only warn about missing patterns in the case of an enum | Nadrieril | -4/+4 | |
| 2019-12-04 | Add tests | Nadrieril | -1/+12 | |
| 2019-12-04 | Tweak error on empty match | Nadrieril | -1/+1 | |
| 2019-12-04 | Add tests | Nadrieril | -0/+48 | |
