| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-02 | Add suggestion for zero-ptr lint | Lzu Tao | -4/+10 | |
| 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 | -4/+0 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2017-10-03 | Reduce the hackiness of cargo-clippy | Oliver Schneider | -2/+2 | |
| 2017-08-01 | Move all our tests back to ui tests | Oliver Schneider | -0/+11 | |
| 2017-05-17 | Make most tests an `example` so we can run them one by one | Oliver Schneider | -11/+0 | |
| 2017-02-21 | New zero_ptr lint. | Andre Bogus | -0/+11 | |
| This fixes #1047. I did not bother to add a full suggestion, because replacing with `std::ptr::null()` may still lead to inference failures. | ||||
