index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_lint
/
src
/
hidden_unicode_codepoints.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+8
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+5
2024-04-29
Remove `extern crate rustc_session` from `rustc_lint`.
Nicholas Nethercote
-0
/
+1
2024-01-23
Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.
Nicholas Nethercote
-1
/
+1
2023-01-09
migrate: `hidden_unicode_codepoints.rs`
Rejyr
-49
/
+18
2022-12-07
Inline some hot lint pass functions.
Nicholas Nethercote
-0
/
+1
2022-11-16
Use `token::Lit` in `ast::ExprKind::Lit`.
Nicholas Nethercote
-8
/
+7
2022-10-23
Migrate all diagnostics
Nilstrieb
-7
/
+7
2022-10-01
Refactor rustc lint API
Maybe Waffle
-45
/
+49
2022-08-16
Rename some things related to literals.
Nicholas Nethercote
-2
/
+2
2022-06-30
lint: port hidden unicode codepoints diagnostics
David Wood
-30
/
+14
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+2
2021-11-04
Optimize literal, doc comment lint as well, extract function.
Hans Kratz
-8
/
+4
2021-10-31
Lint against RTL unicode codepoints in literals and comments
Esteban Küber
-0
/
+161