about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/non_local_def.rs
AgeCommit message (Expand)AuthorLines
2024-04-05Put non_local_definitions lint back to warn-by-defaultUrgau-1/+1
2024-04-05Eliminate false-positives in the non-local lint with the type-systemUrgau-37/+168
2024-03-07Use was_invoked_from_cargo method instead of hand-written oneUrgau-1/+1
2024-03-07Add early-return when checking if a path is localUrgau-2/+4
2024-03-07Remove useless smallvec dependency in rustc_lint::non_local_defUrgau-12/+18
2024-03-06Temporarily make allow-by-default the non_local_definitions lintUrgau-1/+2
2024-02-17Add cargo update suggestion for non local defsUrgau-2/+23
2024-02-17Add const-anon suggestion for non local implUrgau-1/+15
2024-02-17Implement RFC3373 non local definitions lintUrgau-0/+187