]> git.lizzy.rs Git - rust.git/history - tests/ui/floating_point_arithmetic.rs
Lint expressions of the form `x.log(b) / y.log(b)`
[rust.git] / tests / ui / floating_point_arithmetic.rs
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...