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