about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/redundant_semicolon.rs
AgeCommit message (Expand)AuthorLines
2025-06-18Dont suggest remove semi inside macro expansion for redundant semi lintxizheyin-4/+9
2025-02-08Rustfmtbjorn3-4/+5
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-5/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+3
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-09refactor: cleanupRejyr-2/+0
2023-01-09migrate: `redundant_semicolon.rs`Rejyr-12/+5
2022-10-23Migrate all diagnosticsNilstrieb-2/+2
2022-10-01Refactor rustc lint APIMaybe Waffle-6/+13
2022-06-30lint: port redundant semicolons diagnosticsDavid Wood-7/+5
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-3/+1
2020-12-29Lint on redundant trailing semicolon after itemAaron Hill-17/+3
2020-11-27Don't lint on redundant semicolons after item statementsAaron Hill-3/+18
2020-11-02Treat trailing semicolon as a statement in macro callAaron Hill-0/+5
2020-09-13Auto-generate lint documentation.Eric Huss-0/+15
2020-08-30mv compiler to compiler/mark-0/+41