about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2019-08-21Fix suggestions for redundant_pattern_matchingPhilipp Hansch-4/+4
2019-08-20Remove feature gate for async_awaitLzu Tao-25/+23
2019-08-20Auto merge of #4401 - JJJollyjim:literal-separation-suggestion, r=flip1995bors-54/+93
2019-08-19Requested test cleanupJamie McClymont-54/+7
2019-08-19Auto merge of #4411 - mikerite:fix-4384, r=flip1995bors-12/+17
2019-08-19Fix `clone_on_copy` false positivesMichael Wright-12/+17
2019-08-19Add testLzu Tao-0/+8
2019-08-19Allow option_and_then_some in option_map_or_none testLzu Tao-2/+6
2019-08-19Add option_and_then_some lintLzu Tao-0/+62
2019-08-19run-rustfix for unseparated-prefix-literalsJamie McClymont-0/+86
2019-08-18Change lint type to 'complexity'Jeremy Stucki-1/+2
2019-08-19Add autofixable suggestion for unseparated integer literal sufficesJamie McClymont-6/+6
2019-08-18Merge branch 'origin/master' into suspicious_mapJeremy Stucki-16/+16
2019-08-16Use outer_expn_data instead of outer_expn_infoKRAAI, MATTHEW [VISUS]-16/+16
2019-08-15Add ui testJeremy Stucki-0/+15
2019-08-15Auto merge of #4382 - jeremystucki:unnecessary_fold_span, r=flip1995bors-11/+33
2019-08-15Auto merge of #4348 - phansch:deprecate-unused-unused-collect, r=flip1995bors-49/+31
2019-08-15Rustup to rust-lang/rust#62984flip1995-6/+16
2019-08-15Rustup to rust-lang/rust#62672flip1995-43/+21
2019-08-14Deprecate unused_collect lintPhilipp Hansch-49/+31
2019-08-14Update testsJeremy Stucki-10/+10
2019-08-14Add multiline testJeremy Stucki-1/+23
2019-08-14Auto merge of #4363 - phansch:fix_lint_deprecation, r=flip1995bors-24/+86
2019-08-14Auto merge of #4369 - mikerite:fix-4293, r=flip1995bors-0/+19
2019-08-14Auto merge of #4231 - jeremystucki:flat-map, r=flip1995bors-0/+44
2019-08-14Update ui-toml testsflip1995-2/+2
2019-08-14Merge branch 'origin/master' into flat-mapJeremy Stucki-22/+49
2019-08-13Update testJeremy Stucki-10/+12
2019-08-13Add 'unnecessary_flat_map.fixed'Jeremy Stucki-0/+13
2019-08-12Use 'span_lint_and_sugg'Jeremy Stucki-6/+8
2019-08-12Add deprecation tests for deprecated tool lintsPhilipp Hansch-0/+55
2019-08-12Move old lint deprecation tests to deprecated_old.rsPhilipp Hansch-40/+46
2019-08-12Keep old deprecated lints deprecated as non-tool, tooPhilipp Hansch-6/+6
2019-08-12Update lint deprecation for tool lintsPhilipp Hansch-23/+24
2019-08-12Auto merge of #4365 - lukas-code:async_new_ret_no_self, r=flip1995bors-22/+49
2019-08-11Rename 'flat_map' → 'flat_map_identity'Jeremy Stucki-2/+2
2019-08-11Handle calls with 'std::convert::identity'Jeremy Stucki-2/+13
2019-08-11Merge branch 'origin/master' into flat-mapJeremy Stucki-942/+1725
2019-08-11deprecate invalid_ref lintRalf Jung-99/+0
2019-08-10Fix `wrong_self_convention` issueMichael Wright-0/+19
2019-08-09fixed tests (again) and added a test that should actually cause a warning for...Lukas Markeffsky-23/+40
2019-08-09removed unused imports #2Lukas Markeffsky-21/+20
2019-08-09removed unused importsLukas Markeffsky-23/+21
2019-08-09upgrade test to rust 2018Lukas Markeffsky-29/+24
2019-08-09new_ret_no_self: walk associated types in impl Trait return typesLukas Markeffsky-20/+38
2019-08-09Auto merge of #4362 - lzutao:expect-on-cstring_as_ptr, r=flip1995bors-1/+15
2019-08-09Add more tests for raw string literalLzu Tao-1/+25
2019-08-09Fix lint_cstring_as_ptr for expectLzu Tao-1/+15
2019-08-09Fix lint_single_char_pattern on raw string literalLzu Tao-1/+21
2019-08-08Auto merge of #4355 - lzutao:macro_expn_try_err, r=flip1995bors-1/+45