about summary refs log tree commit diff
path: root/tests/ui/lint/invalid_from_utf8.stderr
AgeCommit message (Expand)AuthorLines
2025-03-11Fix false-positive in `expr_or_init` and in the `invalid_from_utf8` lintUrgau-50/+15
2025-02-19stabilize `inherent_str_constructors`may-40/+40
2025-02-16invalid_from_utf8[_unchecked]: also lint inherent methodsPavel Grigorenko-39/+198
2024-04-24Fix tests and blessGary Guo-21/+21
2023-09-21Improve invalid UTF-8 lint by finding the expression initializerUrgau-39/+96
2023-05-27Add invalid_from_utf8 analogous to invalid_from_utf8_uncheckedUrgau-7/+61
2023-05-27Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_uncheckedUrgau-0/+56