about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/traits.rs
AgeCommit message (Expand)AuthorLines
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-4/+0
2022-03-16rustc_error: make ErrorReported impossible to constructmark-2/+2
2022-01-26drive-by: use is_const and is_const_if_constMichael Goulet-2/+1
2021-12-03Use let_else in some more places in rustc_lintest31-12/+8
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