about summary refs log tree commit diff
path: root/clippy_lints/src/invalid_upcast_comparisons.rs
AgeCommit message (Expand)AuthorLines
2025-02-01Remove `Known problems` section `invalid_upcast_comparisons`alexey semenyuk-3/+0
2024-08-08Require `ConstEvalCtxt` to be constructed.Jason Newcomb-2/+2
2024-04-01fix fallout from previous commity21-1/+1
2024-03-22Enable unused_qualifications lintAlex Macleod-1/+1
2023-11-25Use absolute path for `declare_tool_lint` in `declare_clippy_lint`Alex Macleod-1/+1
2023-10-23Set existing doc-tests to `no_run`Alex Macleod-1/+1
2022-10-28Fix adjacent codeSamuel Moelius-1/+1
2022-10-11Replace manual let else patterns with let elseest31-3/+1
2021-11-10Added `clippy::version` attribute to all normal lintsxFrednet-0/+1
2021-10-20Move const int value code to utilsMichael Wright-65/+3
2021-09-02rustc_target: move `LayoutOf` to `ty::layout`.Eduard-Mihai Burtescu-1/+1
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-4/+6
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-4/+3
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-0/+221