summary refs log tree commit diff
path: root/compiler/rustc_lint/src/traits.rs
AgeCommit message (Expand)AuthorLines
2021-09-09fmtDeadbeef-2/+2
2021-09-09Do not lint for ~const Drop boundsDeadbeef-0/+5
2021-08-22Rollup merge of #86747 - FabianWolff:issue-86653, r=GuillaumeGomezGuillaume Gomez-16/+20
2021-08-13move Constness into TraitPredicateDeadbeef-1/+1
2021-07-18feat(rustc_lint): add `dyn_drop`Michael Howell-1/+62
2021-06-30Improve wording of the `drop_bounds` lintFabian Wolff-16/+20
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-2/+1
2021-01-16Review changesJack Huey-2/+2
2020-10-01Uplift drop-bounds lint from clippyMichael Howell-0/+79