about summary refs log tree commit diff
path: root/tests/ui/no_effect.rs
AgeCommit message (Expand)AuthorLines
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-30Move constant write checks to temporary_assignment lintKonrad Borowski-27/+0
2018-12-29Support array indexing expressions in unused write to a constantKonrad Borowski-0/+7
2018-12-29Mark writes to constants as side-effect-lessKonrad Borowski-0/+20
2018-12-09rustfmt testsMatthias Krüger-11/+14
2018-10-28UI test cleanup: Extract unnecessary_operation testsPhilipp Hansch-30/+1
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-05-11Remove all mention and testing of #[plugin(clippy)] and warn if usedOliver Schneider-1/+1
2018-03-16RustupOliver Schneider-1/+1
2018-02-10Implement redundant field names lint #2244TomasKralCZ-0/+1
2017-10-07Add a test with a struct containing a String.Chris Emerson-1/+6
2017-10-07Merge branch 'master' into no_effect_with_dropChris Emerson-2/+2
2017-10-03Reduce the hackiness of cargo-clippyOliver Schneider-1/+1
2017-09-28Update ... -> ..= in testsManish Goregaokar-1/+1
2017-09-18Update unnecessary_operation and no_effect to not suggest removingChris Emerson-0/+35
2017-08-01Move all our tests back to ui testsOliver Schneider-0/+84
2017-05-17Make most tests an `example` so we can run them one by oneOliver Schneider-84/+0
2017-05-11clean tests/ui/no_effect.rsLuis de Bethencourt-38/+0
2017-02-08remove all //~ from testsOliver Schneider-82/+82
2017-02-07rustup and compile-fail -> ui test moveOliver Schneider-0/+122