about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/redundant_semicolon.rs
AgeCommit message (Expand)AuthorLines
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