about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/unused.rs
AgeCommit message (Expand)AuthorLines
2020-10-30Fix some more clippy warningsJoshua Nelson-5/+2
2020-10-28Dogfood {exclusive,half-open} ranges in compiler (nfc)Jubilee Young-3/+3
2020-10-20Rollup merge of #77931 - aticu:fix_60336, r=petrochenkovYuki Okushi-2/+9
2020-10-16Do not check unused braces on inline constsSantiago Pastorino-18/+53
2020-10-14Fixed false positive for `unused_parens` lintaticu-2/+9
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-1/+1
2020-09-13Auto-generate lint documentation.Eric Huss-0/+146
2020-09-04Change ty.kind to a methodLeSeulArtichaut-1/+1
2020-08-30mv compiler to compiler/mark-0/+1011