about summary refs log tree commit diff
path: root/clippy_lints/src/zero_div_zero.rs
AgeCommit message (Expand)AuthorLines
2022-09-23Apply uninlined_format-args to clippy_lintsYuri Astrakhan-2/+1
2022-06-05Improve lint doc consistencySerial-2/+3
2021-11-10Added `clippy::version` attribute to all normal lintsxFrednet-0/+1
2021-10-04Implement equatable if let linthkalbasi-1/+1
2021-07-28Update lint documentation to use markdown headlinesxFrednet-5/+5
2021-05-27Remove clippy_utils::consts re-exportCameron Steffen-1/+1
2021-04-06Fix all occurences of `needless_borrow` internallyJason Newcomb-1/+1
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-2/+2
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-2/+2
2020-06-26rustc_lint: only query `typeck_tables_of` when a lint needs it.Eduard-Mihai Burtescu-2/+2
2020-06-09Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippyLzu Tao-1/+5
2020-04-18Add an Option<Span> argument to span_lint_and_help.xiongmao86-0/+1
2020-04-08Use assoc const NAN for zero_div_zero lintLinus Färnstrand-5/+4
2020-02-21Fix falloutflip1995-1/+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-07Normalize lint messagesYuki Okushi-2/+2
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-1/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-09-27Rustup to rust-lang/rust#64813flip1995-1/+1
2019-08-02Doctests: Fix all complexity lint docsPhilipp Hansch-1/+1
2019-04-17Use lint pass macrosMatthew Kraai-13/+3
2019-03-05move lint documentation into macro invocationsAndy Russell-11/+11
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-3/+3
2018-11-27Run rustfmt on clippy_lintsflip1995-3/+2
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-3/+3
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-07-20Remove import of if_chainManish Goregaokar-0/+1
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-16BinOpKindcsmoe-1/+1
2018-07-16ExprKindcsmoe-1/+1
2018-05-30Run rustfixMateusz Mikuła-2/+2
2018-05-17Fix ICE for issue 2594Philipp Hansch-2/+2
2018-03-28Categorize all the lints!Oliver Schneider-2/+2
2018-03-13Update to rustc masterOliver Schneider-8/+8
2017-11-05Fix lines that exceed max width manuallytopecongiro-2/+9
2017-10-23mechanically swap if_let_chain -> if_chainAlex Burka-19/+20
2017-09-05Run nightly rustfmtOliver Schneider-1/+1
2017-08-14RustfmtOliver Schneider-1/+2
2017-05-10Fix a future compat lint that we triggeredOliver Schneider-2/+2
2017-03-01Almost thereOliver Schneider-2/+2
2016-12-07update to the rust-PR that unblocks clippyOliver Schneider-2/+2