about summary refs log tree commit diff
path: root/tests/ui/excessive_precision.rs
AgeCommit message (Expand)AuthorLines
2019-01-13Add run-rustfix to excessive_precision testWilco Kusee-1/+2
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-09rustfmt testsMatthias Krüger-2/+0
2018-10-11Stabilize tool lintsOliver Scherer-1/+1
2018-10-07Fix excessive_precision false positiveJosh Mcguigan-0/+3
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-29Fixes #3180, suppress excessive_precision lint for floats with no decimal partJosh Mcguigan-0/+3
2018-08-29Adapt ui-tests to the tool_lintsflip1995-3/+3
2018-07-23Rewrite the print/write macro checks as a PreExpansionPassOliver Schneider-1/+1
2018-05-19Use the new scoped tool attributesOliver Schneider-1/+1
2018-05-11Remove all mention and testing of #[plugin(clippy)] and warn if usedOliver Schneider-1/+1
2018-05-05Fix 1x..x.0 false positive, pretty suggestionEvan Simmons-15/+20
2018-04-24New excessive precision lint for floatsEvan Simmons-0/+52