| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-04-20 | Test or-patterns inside deref patterns | Nadrieril | -1/+13 | |
| 2024-04-20 | Allow mutable bindings inside deref patterns | Nadrieril | -0/+15 | |
| 2024-04-20 | Don't fake borrow inside a deref pattern | Nadrieril | -2/+2 | |
| 2024-04-20 | Lower deref patterns to MIR | Nadrieril | -0/+37 | |
| This handles using deref patterns to choose the correct match arm. This does not handle bindings or guards. Co-authored-by: Deadbeef <ent3rm4n@gmail.com> | ||||
