about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/multiple_supertrait_upcastable.rs
AgeCommit message (Expand)AuthorLines
2024-06-03check_is_object_safe -> is_object_safeMichael Goulet-2/+2
2024-04-29Remove `extern crate rustc_session` from `rustc_lint`.Nicholas Nethercote-0/+1
2024-01-23Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.Nicholas Nethercote-1/+1
2023-10-13Format all the let chains in compilerMichael Goulet-8/+7
2023-07-31Add missing feature gate in multiple_supertrait_upcastable docGary Guo-0/+1
2023-06-26Migrate predicates_of and caller_bounds to ClauseMichael Goulet-1/+1
2023-01-28Reintroduce multiple_supertrait_upcastable lintGary Guo-0/+60
2022-12-29Revert "Implement allow-by-default multiple_supertrait_upcastable lint"David Tolnay-63/+0
2022-12-09Implement allow-by-default multiple_supertrait_upcastable lintGary Guo-0/+63