about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/tests.rs
AgeCommit message (Collapse)AuthorLines
2025-01-08update cfg(bootstrap)Pietro Albini-1/+1
2024-12-11allow `symbol_intern_string_literal` lint in test modulesonur-ozkan-0/+2
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
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