about summary refs log tree commit diff
path: root/clippy_lints/src/integer_division.rs
AgeCommit message (Expand)AuthorLines
2021-03-15Don't re-export clippy_utils::diagnostics::*Cameron Steffen-1/+1
2021-02-28update the lint messages and testsMatthias Krüger-1/+1
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-1/+1
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-3/+3
2020-06-26rustc_lint: only query `typeck_tables_of` when a lint needs it.Eduard-Mihai Burtescu-1/+1
2020-06-09Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippyLzu Tao-4/+7
2020-04-18Add an Option<Span> argument to span_lint_and_help.xiongmao86-0/+1
2020-01-27Rename `span_help_and_lint` to `span_lint_and_help`Yuki Okushi-2/+2
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-2/+2
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-09-27Rustup to rust-lang/rust#64813flip1995-1/+1
2019-06-15Downgrade integer_division to restrictionDavid Tolnay-1/+1
2019-06-12Adds lint for integer divisionThiago Arrais-0/+55