about summary refs log tree commit diff
path: root/tests/ui/needless_borrow.rs
AgeCommit message (Collapse)AuthorLines
2019-09-25needless_borrow: allow other lints, make fixableManish Goregaokar-1/+3
2019-05-30Rustup to https://github.com/rust-lang/rust/pull/61203Philipp Hansch-1/+1
Migrates all trait objects to use `dyn`
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2018-12-09rustfmt testsMatthias Krüger-4/+1
2018-11-02Fix a false-positive of needless_borrowShotaro Yamada-0/+7
2018-10-11Stabilize tool lintsOliver Scherer-1/+1
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-08-29Adapt ui-tests to the tool_lintsflip1995-3/+5
2018-06-15New Lint: Pass small trivially copyable objects by valueWim Looman-1/+1
Fixes #1680 Hardcoded for 64-bit "trivial" size for now
2018-04-08Temporarily disable the needless_borrow lintOliver Schneider-2/+2
2018-04-05Move ref cow testsMichael 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-28Lint passing Cow by referencebootandy-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-03Reduce the hackiness of cargo-clippyOliver Schneider-2/+2
2017-08-01Move all our tests back to ui testsOliver Schneider-0/+53
2017-05-17Make most tests an `example` so we can run them one by oneOliver Schneider-53/+0
2017-05-05Add a test showing a false positive on needless_borrowOliver Schneider-0/+9
2017-02-08remove all //~ from testsOliver Schneider-3/+3
2017-02-07rustup and compile-fail -> ui test moveOliver Schneider-0/+44