]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/floating_point_arithmetic.rs
Merge branch 'master' of github.com:rust-lang/rust-clippy
[rust.git] / clippy_lints / src / floating_point_arithmetic.rs
2020-03-01 JarredAllenMerge branch 'master' of github.com:rust-lang/rust...
2020-03-01 borsAuto merge of #5247 - JohnTitor:syntax, r=flip1995
2020-03-01 Yuki OkushiRustup to rust-lang/rust#69592
2020-03-01 JarredAllenRun cargo dev fmt
2020-02-29 JarredAllenFinished checking for cases of absolute values
2020-02-28 JarredAllenSome bugfixing
2020-02-28 JarredAllenCreated floating point abs lint and test, but not yet run
2020-02-24 borsAuto merge of #4897 - krishna-veerareddy:issue-2040...
2020-02-24 Krishna Sai Veera... Add `imprecise_flops` lint
2020-02-24 Krishna Sai Veera... Rename `mul_add` test file and add general improvements
2020-02-24 Krishna Sai Veera... Move `manual_mul_add` into `suboptimal_flops` lint
2020-02-24 Krishna Sai Veera... Fix `powi` suggestion and add general improvements
2020-02-24 Krishna Sai Veera... Change lint name to `suboptimal_flops`
2020-02-24 Krishna Sai Veera... Remove lint for logarithm division identity
2020-02-24 Krishna Veera ReddyAdd type suffixes to unsuffixed method receiver suggestions
2020-02-24 Krishna Veera ReddyDetect usage of `(x + 1).ln()` and suggest `x.ln_1p...
2020-02-24 Krishna Veera ReddyLint expressions of the form `x.log(b) / y.log(b)`
2020-02-24 Krishna Veera ReddySuggest usage of `powi` method when applicable
2020-02-24 Krishna Veera ReddyConsolidate the accuracy and efficiency lints
2020-02-24 Krishna Veera ReddyAdd lints to detect inaccurate and inefficient FP opera...