| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-05 | always peel `&mut`, to allow matching on `&mut str` | dianne | -0/+24 | |
| 2025-05-05 | match ergonomics for string and byte string literal patterns | dianne | -6/+14 | |
| 2025-04-22 | make `[u8]` and `[u8;N]` literal patterns usable in deref patterns | dianne | -0/+34 | |
| Specifically, this allows byte string literal patterns to be used where a `[u8]` or `[u8;N]` is expected when `deref_patterns` is enabled. | ||||
| 2025-04-22 | make `str` literal patterns usable in deref patterns | dianne | -0/+32 | |
| Specifically, this allows string literal patterns to be used where a `str` is expected when `deref_patterns` is enabled. | ||||
