about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/hidden_unicode_codepoints.rs
AgeCommit message (Expand)AuthorLines
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-6/+8
2024-07-29Reformat `use` declarations.Nicholas Nethercote-7/+5
2024-04-29Remove `extern crate rustc_session` from `rustc_lint`.Nicholas Nethercote-0/+1
2024-01-23Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.Nicholas Nethercote-1/+1
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