| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-07 | Update stderrs | Yuki Okushi | -14/+14 | |
| 2019-09-25 | Leave note on non-rustfixable tests | Manish Goregaokar | -14/+14 | |
| 2019-06-17 | fix suggestion for floating points inequality | Daniele D'Orazio | -2/+2 | |
| 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-03-14 | casting integer literal to float is unnecessary | rink1969 | -9/+9 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -14/+14 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-28 | Update *.stderr files | flip1995 | -14/+14 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -28/+28 | |
| 2018-08-29 | Adapt the *.stderr files of the ui-tests to the tool_lints | flip1995 | -1/+1 | |
| 2018-01-17 | Update changed ui tests | Oliver Schneider | -0/+2 | |
| 2017-11-06 | put back negative tests but allow float_cmp | clippered | -28/+28 | |
| 2017-11-06 | remove duplicate tests with float_cmp | clippered | -49/+0 | |
| 2017-11-06 | add more negative tests | clippered | -0/+49 | |
| 2017-11-05 | Fix #1142 float constant comparison lint | clippered | -0/+85 | |
