about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/hidden_unicode_codepoints.rs
AgeCommit message (Expand)AuthorLines
2023-01-09migrate: `hidden_unicode_codepoints.rs`Rejyr-49/+18
2022-12-07Inline some hot lint pass functions.Nicholas Nethercote-0/+1
2022-11-16Use `token::Lit` in `ast::ExprKind::Lit`.Nicholas Nethercote-8/+7
2022-10-23Migrate all diagnosticsNilstrieb-7/+7
2022-10-01Refactor rustc lint APIMaybe Waffle-45/+49
2022-08-16Rename some things related to literals.Nicholas Nethercote-2/+2
2022-06-30lint: port hidden unicode codepoints diagnosticsDavid Wood-30/+14
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-2/+2
2021-11-04Optimize literal, doc comment lint as well, extract function.Hans Kratz-8/+4
2021-10-31Lint against RTL unicode codepoints in literals and commentsEsteban Küber-0/+161