| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-14 | new lints around `#[must_use]` fns | Andre Bogus | -4/+4 | |
| `must_use_unit` lints unit-returning functions with a `#[must_use]` attribute, suggesting to remove it. `double_must_use` lints functions with a plain `#[must_use]` attribute, but which return a type which is already `#[must_use]`, so the attribute has no benefit. `must_use_candidate` is a pedantic lint that lints functions and methods that return some non-unit type that is not already `#[must_use]` and suggests to add the annotation. | ||||
| 2019-05-02 | remove function body from "too many args" span | Andy Russell | -14/+26 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -12/+12 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-28 | Update *.stderr files | flip1995 | -12/+12 | |
| 2018-12-10 | update test stderr | Matthias Krüger | -26/+25 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -25/+25 | |
| 2018-08-29 | Adapt the *.stderr files of the ui-tests to the tool_lints | flip1995 | -2/+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/+79 | |
| 2017-05-17 | Make most tests an `example` so we can run them one by one | Oliver Schneider | -109/+0 | |
| 2017-05-11 | clean tests/ui/functions.rs | Luis de Bethencourt | -24/+23 | |
| Cleaning the empty lines for clarity. | ||||
| 2017-04-23 | Update tests to new format of multiline errors | mcarton | -3/+2 | |
| 2017-02-08 | remove all //~ from tests | Oliver Schneider | -1/+1 | |
| 2017-02-07 | rustup and compile-fail -> ui test move | Oliver Schneider | -0/+111 | |
