about summary refs log tree commit diff
path: root/tests/ui/lint/invalid_from_utf8.rs
AgeCommit message (Expand)AuthorLines
2025-03-11Fix false-positive in `expr_or_init` and in the `invalid_from_utf8` lintUrgau-12/+29
2025-02-19stabilize `inherent_str_constructors`may-1/+0
2025-02-16invalid_from_utf8[_unchecked]: also lint inherent methodsPavel Grigorenko-1/+52
2024-04-24Fix tests and blessGary Guo-1/+0
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2023-09-21Improve invalid UTF-8 lint by finding the expression initializerUrgau-0/+27
2023-05-27Add invalid_from_utf8 analogous to invalid_from_utf8_uncheckedUrgau-0/+44
2023-05-27Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_uncheckedUrgau-0/+49