| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-07 | Update stderrs | Yuki Okushi | -6/+6 | |
| 2019-07-27 | Updated tests. | xd009642 | -16/+7 | |
| Removed unnecessary type repetition in float test and regenerated stderr Regenerated type_repetition stderr | ||||
| 2019-07-27 | Respond to review comments | xd009642 | -1/+10 | |
| Update README and CHANGELOG using the util scripts, refine the help message and fix the float_cmp error. | ||||
| 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-01-08 | Remove all copyright license headers | Philipp Hansch | -6/+6 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-28 | Update *.stderr files | flip1995 | -6/+6 | |
| 2018-12-10 | update test stderr | Matthias Krüger | -12/+12 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -12/+12 | |
| 2018-08-29 | Adapt the *.stderr files of the ui-tests to the tool_lints | flip1995 | -1/+1 | |
| 2018-03-13 | Update to rustc master | Oliver Schneider | -62/+2 | |
| 2018-01-17 | Update changed ui tests | Oliver Schneider | -0/+2 | |
| 2017-10-03 | Reduce the hackiness of cargo-clippy | Oliver Schneider | -2/+0 | |
| 2017-08-01 | Move all our tests back to ui tests | Oliver Schneider | -0/+99 | |
| 2017-05-17 | Make most tests an `example` so we can run them one by one | Oliver Schneider | -103/+0 | |
| 2017-05-11 | clean tests/ui/float.rs | Luis de Bethencourt | -28/+28 | |
| Cleaning the empty lines for clarity. | ||||
| 2017-05-03 | Update to `rustc 1.19.0-nightly (6a5fc9eec 2017-05-02)` | Oliver Schneider | -24/+8 | |
| 2017-02-07 | rustup and compile-fail -> ui test move | Oliver Schneider | -0/+119 | |
