| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-09-25 | needless_borrow: allow other lints, make fixable | Manish Goregaokar | -1/+3 | |
| 2019-05-30 | Rustup to https://github.com/rust-lang/rust/pull/61203 | Philipp Hansch | -1/+1 | |
| Migrates all trait objects to use `dyn` | ||||
| 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/+1 | |
| 2018-11-02 | Fix a false-positive of needless_borrow | Shotaro Yamada | -0/+7 | |
| 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/+5 | |
| 2018-06-15 | New Lint: Pass small trivially copyable objects by value | Wim Looman | -1/+1 | |
| Fixes #1680 Hardcoded for 64-bit "trivial" size for now | ||||
| 2018-04-08 | Temporarily disable the needless_borrow lint | Oliver Schneider | -2/+2 | |
| 2018-04-05 | Move ref cow tests | Michael Wright | -9/+0 | |
| This commit moves the ref cow tests from needless_borrow.rs to ptr_arg.rs where all the other PTR_ARG tests are. | ||||
| 2018-02-28 | Lint passing Cow by reference | bootandy | -1/+10 | |
| Add lint for reference to Cow to the same place in the code where lint for reference to String lives. https://github.com/rust-lang-nursery/rust-clippy/issues/2405 | ||||
| 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/+53 | |
| 2017-05-17 | Make most tests an `example` so we can run them one by one | Oliver Schneider | -53/+0 | |
| 2017-05-05 | Add a test showing a false positive on needless_borrow | Oliver Schneider | -0/+9 | |
| 2017-02-08 | remove all //~ from tests | Oliver Schneider | -3/+3 | |
| 2017-02-07 | rustup and compile-fail -> ui test move | Oliver Schneider | -0/+44 | |
