| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-06 | let deref patterns participate in usefulness/exhaustiveness | dianne | -4/+0 | |
| This does not yet handle the case of mixed deref patterns with normal constructors; it'll ICE in `Constructor::is_covered_by`. That'll be fixed in a later commit. | ||||
| 2025-04-24 | move existing tests away from using boxes | dianne | -2/+3 | |
| Since deref patterns on boxes will be lowered differently, I'll be making a separate test file for them. This makes sure we're still testing the generic `Deref(Mut)::deref(_mut)`-based lowering. | ||||
| 2025-04-16 | Make cow_of_cow test a teeny bit more explicit | Nadrieril | -1/+2 | |
| 2025-04-16 | don't peel ADTs the pattern could match | dianne | -0/+44 | |
| This is the use for the previous commits' refactors; see the messages there for more information. | ||||
