about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/tests.rs
AgeCommit message (Collapse)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2023-08-30refactor(rustc_lint): inline `check_lint_name_cmdline`Weihang Lo-1/+1
2021-07-08Update to last upstream versionGuillaume Gomez-4/+6
2021-07-06Parse tool name for command line lint optionsEric Holk-0/+24