about summary refs log tree commit diff
path: root/clippy_lints/src/modulo_arithmetic.rs
AgeCommit message (Expand)AuthorLines
2021-03-17Don't re-export clippy_utils::*Cameron Steffen-1/+1
2021-03-15Don't re-export clippy_utils::diagnostics::*Cameron Steffen-1/+2
2020-09-04`ty.kind` -> `ty.kind()` in rustdoc and clippyLeSeulArtichaut-1/+1
2020-07-26Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyupflip1995-1/+1
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-3/+3
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-6/+6
2020-06-26rustc_lint: only query `typeck_tables_of` when a lint needs it.Eduard-Mihai Burtescu-3/+3
2020-04-17Cleanup: Rename 'db' variable to 'diag'Philipp Hansch-6/+6
2020-03-30rustup https://github.com/rust-lang/rust/pull/70536Matthias Krüger-1/+1
2020-02-21Fix falloutflip1995-1/+1
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-28Fixes for elided lifetimesmgr-inz-rafal-4/+4
2019-12-28Add new lint (modulo_arithmetic)mgr-inz-rafal-0/+149