Marcin Serwin
|
4449cc799b
|
Make the epsilon note spanless
|
2020-04-09 08:18:52 +02:00 |
|
Marcin Serwin
|
f637c45f8b
|
Indicate when arrays are compared in error message
|
2020-04-09 08:10:14 +02:00 |
|
Marcin Serwin
|
84ae3d8bc8
|
Make epsilon note spanless when comparing arrays
|
2020-04-09 08:10:14 +02:00 |
|
Marcin Serwin
|
c7b5e30423
|
Add float cmp const tests for arrays
|
2020-04-09 08:08:36 +02:00 |
|
Linus Färnstrand
|
645b62e436
|
Fix float cmp to use assoc fxx::EPSILON
|
2020-04-08 00:43:27 +02:00 |
|
Yuki Okushi
|
07e33633a3
|
Update stderrs
|
2020-01-07 18:38:12 +09:00 |
|
Manish Goregaokar
|
d29f6d28b5
|
Leave note on non-rustfixable tests
|
2019-09-25 14:45:18 -07:00 |
|
Daniele D'Orazio
|
be14ea8c37
|
fix suggestion for floating points inequality
It should be of the form `(a - b).abs() > error` whereas it was
`(a - b).abs() < error` that is instead what should be used for equality.
|
2019-06-17 16:42:43 +02:00 |
|
rink1969
|
d9dd008e44
|
casting integer literal to float is unnecessary
|
2019-03-14 15:53:08 +08:00 |
|
Philipp Hansch
|
38d4ac7cea
|
Remove all copyright license headers
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
|
2019-01-08 21:46:39 +01:00 |
|
flip1995
|
d2dbd0b8a5
|
Update *.stderr files
|
2018-12-28 12:41:12 +01:00 |
|
Manish Goregaokar
|
e9c025ea70
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
flip1995
|
e9af09c274
|
Adapt the *.stderr files of the ui-tests to the tool_lints
|
2018-08-29 11:08:29 -07:00 |
|
Oliver Schneider
|
4f21b5b112
|
Update changed ui tests
|
2018-01-17 14:44:40 +01:00 |
|
clippered
|
66bc12564a
|
put back negative tests but allow float_cmp
|
2017-11-06 21:34:30 +11:00 |
|
clippered
|
ddaf8580d5
|
remove duplicate tests with float_cmp
|
2017-11-06 20:23:18 +11:00 |
|
clippered
|
cd3106d99f
|
add more negative tests
|
2017-11-06 20:02:42 +11:00 |
|
clippered
|
2787a60fc2
|
Fix #1142 float constant comparison lint
|
2017-11-05 09:37:17 +11:00 |
|