about summary refs log tree commit diff
path: root/tests/ui/eta.rs
AgeCommit message (Expand)AuthorLines
2019-06-12redundant_closure_for_method_calls fixes:Grzegorz-0/+19
2019-06-10Workaround for rust-lang/rustfmt#3615Alexander Shabalin-1/+1
2019-06-10Fixing eta with respect to lazy evaluation.Alexander Shabalin-0/+7
2019-05-30Rustup to https://github.com/rust-lang/rust/pull/61203Philipp Hansch-3/+3
2019-05-16Also rename the lint in test filesflip1995-1/+1
2019-05-16Split redundant_closure lintMichael Wright-1/+5
2019-04-26Add two more tests for redundant_closurePhilipp Hansch-0/+24
2019-04-20redundant closure triggers for fnptrs and closuresGrzegorz-0/+11
2019-04-19redundant closure for functions restricted to FnDefsGrzegorz-0/+5
2019-04-10Add // run-rustfix for eta.rs testPhilipp Hansch-0/+2
2019-02-26do not trigger redundant_closure when there is a difference in borrow level b...Grzegorz-0/+8
2019-02-10test formattingGrzegorz-22/+30
2019-02-10redundant closure implemented for closures containing method callsGrzegorz-0/+54
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-09rustfmt testsMatthias Krüger-10/+21
2018-10-11Remove now-useless `allow(unknown_lints)`Oliver Scherer-1/+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/+3
2018-06-15New Lint: Pass small trivially copyable objects by valueWim Looman-1/+1
2018-04-15Allow new lint in ui/eta.rsPhilipp Hansch-1/+1
2018-04-08Temporarily disable the needless_borrow lintOliver Schneider-1/+1
2017-10-03Reduce the hackiness of cargo-clippyOliver Schneider-2/+2
2017-08-01Move all our tests back to ui testsOliver Schneider-0/+51
2017-05-17Make most tests an `example` so we can run them one by oneOliver Schneider-51/+0
2017-05-11clean tests/ui/eta.rsLuis de Bethencourt-15/+0
2017-02-20Rename lint to needless_take_by_valuesinkuu-1/+1
2017-02-19Lint needless take-by-valuesinkuu-1/+1
2017-02-08remove all //~ from testsOliver Schneider-13/+13
2017-02-07rustup and compile-fail -> ui test moveOliver Schneider-0/+66