| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-11-25 | `add_move_error_suggestions`: use a HIR visitor rather than `SourceMap` | dianne | -0/+10 | |
| 2024-04-20 | Test or-patterns inside deref patterns | Nadrieril | -1/+13 | |
| 2024-04-20 | Use deep fake borrows for deref patterns | Nadrieril | -0/+26 | |
| 2024-04-20 | Address closure-related review | Nadrieril | -0/+21 | |
| 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 | -6/+174 | |
| 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> | ||||
| 2024-03-25 | Require DerefMut if deref pattern has nested ref mut binding | Michael Goulet | -0/+37 | |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -4/+4 | |
| Stop using `box PAT` syntax for deref patterns, as it's misleading and also causes their semantics being tangled up. | ||||
| 2024-03-20 | Add barest-bones deref patterns | Nadrieril | -0/+31 | |
| Co-authored-by: Deadbeef <ent3rm4n@gmail.com> | ||||
