about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2019-08-08Fix macro expansion in try_err lintLzu Tao-1/+45
2019-08-07Auto merge of #4339 - phansch:rustfix_needless_bool, r=flip1995bors-100/+221
2019-08-06Don't emit enum_variant_names if remainder starts with a numericPhilipp Hansch-1/+14
2019-08-05Add run-rustfix for needless_bool lintPhilipp Hansch-100/+221
2019-08-05Fix needless_bool suggestion with if-else-if-elsePhilipp Hansch-17/+18
2019-08-05Ignore no_std-test on windows and macosflip1995-0/+3
2019-08-05Move expression check to LateLintPassVincent Dal Maso-7/+30
2019-08-05Add recursion check on main functionVincent Dal Maso-0/+47
2019-08-05Auto merge of #4338 - flip1995:rollup-9cm4jbr, r=flip1995bors-67/+102
2019-08-05Rollup merge of #4332 - phansch:rustfix_unnecessary_cast, r=flip1995Philipp Krones-67/+102
2019-08-05Auto merge of #4337 - flip1995:let_unit, r=phanschbors-7/+108
2019-08-05Add tests for auto fixable let_unit suggestionflip1995-7/+108
2019-08-04Add run-rustfix for decimal_literal_representation lintPhilipp Hansch-5/+33
2019-08-04Split up cast.rs tests, run-rustfix for unnecessary_castPhilipp Hansch-67/+102
2019-08-01Auto merge of #4314 - chansuke:add-negation-to-is_empty, r=flip1995bors-7/+7
2019-08-01Update `stderr` filechansuke-7/+7
2019-08-01Auto merge of #4316 - phansch:method_rs_cleanup2, r=flip1995bors-42/+23
2019-08-01Update formattingMichael Wright-5/+6
2019-08-01Merge branch 'master' into dev-fmt-20190728Michael Wright-12/+114
2019-08-01UI Test Cleanup: No wrong_self_convention in methods.rsPhilipp Hansch-42/+23
2019-07-31Auto merge of #4313 - Manishearth:owl, r=yaahallobors-0/+35
2019-07-31Don't nudge people towards toilet closures when producing owl resultsManish Goregaokar-0/+35
2019-07-31Extend the `use_self` lint to suggest uses of `Self::Variant`.Jakub Wieczorek-4/+38
2019-07-30Auto merge of #3766 - xd009642:issue-3764, r=flip1995bors-8/+41
2019-07-28Enable rustfmt testsMichael Wright-1/+0
2019-07-28Skip fmt test if rustfmt is unavailbleMichael Wright-1/+14
2019-07-27Updated tests.xd009642-22/+12
2019-07-27Respond to review commentsxd009642-7/+21
2019-07-27ci: temporarily disable rustfmt checks/tetss since it's broken for nightlyMatthias Krüger-0/+1
2019-07-27Updated test stderrxd009642-1/+1
2019-07-24Lint for type repetition in trait bounds.xd009642-0/+29
2019-07-24update test stderr, not sure which rustc pull request caused this.Matthias Krüger-1/+1
2019-07-23Auto merge of #4266 - uHOOCCOOHu:fix/async_fn_lifetime, r=flip1995bors-27/+83
2019-07-23Fix tests for edition 2018 compatibilityuHOOCCOOHu-27/+27
2019-07-23Revert "Revert global fmt config and use `rustfmt::skip`"uHOOCCOOHu-37/+33
2019-07-21Fix breakage due to rust-lang/rust#62705Michael Wright-5/+5
2019-07-20Revert global fmt config and use `rustfmt::skip`uHOOCCOOHu-33/+37
2019-07-19Fix fmtuHOOCCOOHu-8/+24
2019-07-19Auto merge of #4286 - phansch:update_pulldown_cmark3, r=flip1995bors-0/+4
2019-07-19Update pulldown-cmark to 0.5.3Philipp Hansch-0/+4
2019-07-19rustup https://github.com/rust-lang/rust/pull/62764Matthias Krüger-24/+24
2019-07-19Add testuHOOCCOOHu-0/+40
2019-07-18Auto merge of #4274 - daxpedda:implicit_return_fixes, r=flip1995bors-11/+27
2019-07-17Auto merge of #4280 - phansch:uitests_matches, r=flip1995bors-182/+191
2019-07-17Auto merge of #4259 - Darth-Revan:origin/inherent_to_string, r=flip1995bors-0/+112
2019-07-17Fix "unkown clippy lint" error in UI test.Darth-Revan-10/+6
2019-07-17Corrections for PR review.Darth-Revan-6/+14
2019-07-17Implement lint for inherent to_string() method.Darth-Revan-0/+108
2019-07-17Auto merge of #4278 - phansch:uitestcleanup_indexing, r=flip1995bors-157/+194
2019-07-17UI Test Cleanup: Extract match_ref_pats testsPhilipp Hansch-182/+191