| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-08 | Add regression test for useless_attribute lint | flip1995 | -1/+11 | |
| 2019-11-07 | Remove clippy_lints from useless attribute test | Manish Goregaokar | -3/+2 | |
| 2019-05-18 | useless_attribute: Add unreachable_pub to whitelists | Taiki Endo | -0/+13 | |
| 2019-04-10 | Don't emit useless_attribute lint in external macros | Philipp Hansch | -0/+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-11 | tests: revert some changs and add further rustfmt::skip attributes. | Matthias Krüger | -1/+3 | |
| 2018-12-09 | rustfmt tests | Matthias Krüger | -6/+5 | |
| 2018-10-11 | Stabilize tool lints | Oliver Scherer | -1/+1 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2018-09-15 | Fix `useless_attribute` to also whitelist `unused_extern_crates`. | Eduard-Mihai Burtescu | -3/+4 | |
| 2018-08-29 | Adapt ui-tests to the tool_lints | flip1995 | -2/+2 | |
| 2018-07-19 | Skip useless_attribute lint on allow(unused_imports) on extern crate items ↵ | flip1995 | -0/+2 | |
| with macro_use | ||||
| 2018-02-06 | Partly fix incorrect useless_attribute suggestion | Philipp Hansch | -0/+3 | |
| This fixes an incorrect suggestion from the `useless_attribute` lint when using `cfg_attr`. Additionally, it will not show a suggestion anymore, if the attribute begins on a previous line, because it is much harder to construct the span of multi-line `cfg_attr` attributes as they don't appear in the AST. To fix it completely, one would have to parse upwards into the file, and find the beginning of the `cfg_attr` attribute. | ||||
| 2017-10-03 | Reduce the hackiness of cargo-clippy | Oliver Schneider | -2/+2 | |
| 2017-08-28 | Update tests to current rustc | Oliver Schneider | -1/+1 | |
| 2017-08-01 | Move all our tests back to ui tests | Oliver Schneider | -0/+17 | |
| 2017-05-17 | Make most tests an `example` so we can run them one by one | Oliver Schneider | -17/+0 | |
| 2017-05-11 | clean tests/ui/vec.rs | Luis de Bethencourt | -2/+0 | |
| Cleaning the empty lines for clarity. | ||||
| 2017-02-08 | remove all //~ from tests | Oliver Schneider | -3/+3 | |
| 2017-02-07 | rustup and compile-fail -> ui test move | Oliver Schneider | -0/+19 | |
