| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -216/+0 | |
| 2022-12-28 | Use verbose suggestions for mutability errors | Esteban Küber | -6/+10 | |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -0/+4 | |
| 2022-09-06 | Shrink span for bindings with subpatterns. | Camille GILLOT | -3/+3 | |
| 2021-07-02 | Improve error reporting for modifications behind `&` references | Fabian Wolff | -2/+2 | |
| 2021-04-12 | Compiler error messages: reduce assertiveness of message E0384 | James Addison | -2/+2 | |
| This message is emitted as guidance by the compiler when a developer attempts to reassign a value to an immutable variable. Following the message will always currently work, but it may not always be the best course of action; following the 'consider ...' messaging pattern provides a hint to the developer that it could be wise to explore other alternatives. | ||||
| 2020-09-15 | Stabilize move_ref_pattern | Amjad Alsharafi | -18/+18 | |
| 2020-02-02 | move_ref_patterns: introduce tests | Mazdak Farrokhzad | -0/+208 | |
| bindings_after_at: harden tests | ||||
