| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-07-27 | Updated tests. | xd009642 | -2/+1 | |
| Removed unnecessary type repetition in float test and regenerated stderr Regenerated type_repetition stderr | ||||
| 2019-07-15 | Fix float_cmp false positive when comparing signum | Jerry Hardee | -0/+19 | |
| f1.signum() == f2.signum() f1.signum() != f2.signum() should not trigger a warning. | ||||
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -9/+0 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-09 | rustfmt tests | Matthias Krüger | -12/+22 | |
| 2018-10-11 | Stabilize tool lints | Oliver Scherer | -1/+1 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2018-08-29 | Adapt ui-tests to the tool_lints | flip1995 | -3/+3 | |
| 2017-10-03 | Reduce the hackiness of cargo-clippy | Oliver Schneider | -2/+2 | |
| 2017-08-29 | Enable the cast_lossless warning by default. | Dan Gohman | -1/+1 | |
| 2017-08-01 | Move all our tests back to ui tests | Oliver Schneider | -0/+69 | |
| 2017-05-17 | Make most tests an `example` so we can run them one by one | Oliver Schneider | -69/+0 | |
| 2017-05-11 | clean tests/ui/float.rs | Luis de Bethencourt | -27/+0 | |
| Cleaning the empty lines for clarity. | ||||
| 2017-02-18 | Add `should_assert_eq` lint (fixes #641) | sinkuu | -1/+1 | |
| 2017-02-08 | remove all //~ from tests | Oliver Schneider | -24/+24 | |
| 2017-02-07 | rustup and compile-fail -> ui test move | Oliver Schneider | -0/+96 | |
