about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2019-10-02account for doc visibilityAndre Bogus-7/+79
2019-10-02Add suggestion for zero-ptr lintLzu Tao-13/+51
2019-10-02Add regression test for ICE #4579flip1995-0/+13
2019-10-01Remove tests that only ICE on CIManish Goregaokar-65/+0
2019-10-01Allow const_err in out_of_bounds_indexing testsManish Goregaokar-12/+4
2019-09-27Ignore impls derived from macrosJames Wang-0/+26
2019-09-27Remove clippy::author attribute from trailing_zeroes testflip1995-22/+5
2019-09-27Move author issue test to author subdirflip1995-0/+0
2019-09-27Fix author lintflip1995-78/+40
2019-09-27Rustup to rust-lang/rust#64813flip1995-97/+97
2019-09-27Detect assignment ops in integer_arithmeticMichael Sproul-9/+81
2019-09-26Auto merge of #4568 - mikerite:fix-4548, r=flip1995bors-6/+26
2019-09-26Auto merge of #4569 - james9909:add-comparison-chain, r=oli-obkbors-1/+138
2019-09-26Remove unused attribute in testLzu Tao-29/+27
2019-09-26Fix macro expansion in toplevel_ref_arg lintLzu Tao-1/+9
2019-09-26Add regression test for macro expansionLzu Tao-0/+2
2019-09-25unnecessary_operation: make test rustfixableManish Goregaokar-27/+112
2019-09-25unnecessary_clone: split rustfixable lint out into separate testManish Goregaokar-47/+77
2019-09-25string_add, string_add_assign: split tests, make one rustfixableManish Goregaokar-111/+115
2019-09-25redundant_static_lifetimes: split test, make rustfixableManish Goregaokar-90/+148
2019-09-25renamed_builtin_attr: make test rustfixableManish Goregaokar-1/+7
2019-09-25redundant_pattern_matching: make rustfixableManish Goregaokar-31/+84
2019-09-25redundant_closure_call: split tests into fixableManish Goregaokar-9/+29
2019-09-25map_unit_fn: make test rustfixableManish Goregaokar-34/+197
2019-09-25map_unit_fn: fix applicabilityManish Goregaokar-6/+6
2019-09-25option_map_unit_fn: Split into fixable/unfixableManish Goregaokar-174/+137
2019-09-25map_unit_fn: rename tests to fixableManish Goregaokar-48/+48
2019-09-25non_copy_const: remove incorrect suggestionManish Goregaokar-45/+21
2019-09-25needless_return: add allow()s to test, make rustfixableManish Goregaokar-12/+94
2019-09-25needless_collect: fix suggestion, make test rustfixableManish Goregaokar-5/+30
2019-09-25needless_borrowed_ref: fix false positive, make rustfixableManish Goregaokar-20/+49
2019-09-25needless_borrow: allow other lints, make fixableManish Goregaokar-20/+70
2019-09-25mem_discriminant: split test, make rustfixableManish Goregaokar-32/+99
2019-09-25map_flatten: make it a rustfix testManish Goregaokar-1/+11
2019-09-25Leave note on non-rustfixable testsManish Goregaokar-42/+46
2019-09-25Remove large-digit-groups test from literals.rsManish Goregaokar-20/+11
2019-09-25map_entry test: Fix semicolon, add run-rustfixManish Goregaokar-65/+31
2019-09-25Split map_entry tests into fixable and unfixableManish Goregaokar-62/+49
2019-09-25Remove suggestion for complex map_entry casesManish Goregaokar-6/+68
2019-09-25arm.pats -> arm.patManish Goregaokar-32/+34
2019-09-25Rustup to rustc 1.39.0-nightly (acf7b50c7 2019-09-25)Manish Goregaokar-2/+2
2019-09-24Add a new lint for comparison chainsJames Wang-1/+138
2019-09-24Fix `nonminimal-bool` false positiveMichael Wright-6/+26
2019-09-23Add run-rustfix for toplevel_ref_arg lintPhilipp Hansch-20/+56
2019-09-23Merge branch 'master' into unneeded_wildcard_patternMichael Wright-0/+2
2019-09-22rustup https://github.com/rust-lang/rust/pull/64666Matthias Krüger-0/+2
2019-09-22Add additional tests to unneeded_wildcard_patternMichael Wright-9/+41
2019-09-22Merge branch 'master' into unneeded_wildcard_patternMichael Wright-270/+971
2019-09-21Add run-rustfix for wildcard_enum_match_arm lintPhilipp Hansch-5/+73
2019-09-21Auto merge of #4558 - Manishearth:suggestions, r=phanschbors-221/+672