about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-08-26Use correct path in commentPhilipp Hansch-2/+2
2019-08-26Auto merge of #4430 - lzutao:defid_trait_alias, r=flip1995bors-2/+46
2019-08-26Add regression test for looking for trait defid in nocoreLzu Tao-0/+39
2019-08-26Auto merge of #4436 - BO41:written_as, r=phanschbors-1/+57
2019-08-26Auto merge of #4421 - lzutao:unsep_literal, r=flip1995bors-83/+126
2019-08-26Auto merge of #4451 - hvenev:non-exec, r=flip1995bors-0/+0
2019-08-26Auto merge of #4431 - phansch:more_rustfix, r=flip1995bors-25/+192
2019-08-26Cleaner code for unsep literalsLzu Tao-83/+126
2019-08-26Remove empty *.std{err,out} filesflip1995-0/+0
2019-08-25Mark rust source file as non-executable.Hristo Venev-0/+0
2019-08-25Account for trait alias when looking for defidLzu Tao-2/+7
2019-08-25Auto merge of #4447 - phansch:fix_build, r=matthiaskrgrbors-3/+3
2019-08-25Rustup to https://github.com/rust-lang/rust/pull/63854Philipp Hansch-3/+3
2019-08-25Fix `match_as_ref` bad suggestionMichael Wright-3/+76
2019-08-24Fix unused_unit false positivePhilipp Hansch-8/+36
2019-08-24Fix lint docBO41-1/+1
2019-08-24Split up cmp_owned tests, add run-rustfixPhilipp Hansch-36/+160
2019-08-24Auto merge of #4443 - jeremystucki:methods-refactoring, r=phanschbors-169/+151
2019-08-23Refactor some minor thingsJeremy Stucki-16/+9
2019-08-23Use more if-chainsJeremy Stucki-36/+42
2019-08-23Refactor 'lint_or_fun_call'Jeremy Stucki-35/+26
2019-08-23Refactor 'check_unwrap_or_default'Jeremy Stucki-33/+26
2019-08-23Refactor 'check_impl_item'Jeremy Stucki-49/+48
2019-08-23Auto merge of #4409 - jeremystucki:export, r=phanschbors-1/+12
2019-08-23Auto merge of #4438 - lzutao:author-litstr-missing, r=phanschbors-1/+1
2019-08-23Add missing field to LitKind::StrLzu Tao-1/+1
2019-08-23Auto merge of #4439 - lzutao:fix-format, r=phanschbors-104/+141
2019-08-23Run update_lints for Unicode lintLzu Tao-1/+1
2019-08-23Re-add false positive checkLzu Tao-2/+24
2019-08-23Add raw string regression test for useless_format lintLzu Tao-22/+27
2019-08-23Re-factor useless_format lintLzu Tao-96/+106
2019-08-23Merge pull request #4440 from lzutao/fix-unicodePhilipp Hansch-9/+9
2019-08-23Update Unicode lint testsLzu Tao-9/+9
2019-08-22Add examples to some complexity lintsBO41-1/+41
2019-08-22Add example to a perf lintBO41-0/+6
2019-08-22Add examples to some correctness lintsBO41-0/+10
2019-08-22Add run-rustfix for range_plus_minus_one testsPhilipp Hansch-8/+49
2019-08-22Add run-rustfix for or_fun_call testsPhilipp Hansch-14/+119
2019-08-22Add run-rustfix for short_circuit_statement testPhilipp Hansch-3/+24
2019-08-21Auto merge of #4372 - phansch:changelog_update, r=flip1995bors-0/+70
2019-08-21Auto merge of #4352 - phansch:fix_redundant_pattern_matching, r=flip1995bors-18/+104
2019-08-21Auto merge of #4425 - mikerite:4375, r=flip1995bors-15/+45
2019-08-21Add two more tests, allow 2 other lints.Philipp Hansch-11/+25
2019-08-21Fix `temporary_cstring_as_ptr` false negativeMichael Wright-15/+45
2019-08-21Add more testcases for redundant_pattern_matchingPhilipp Hansch-11/+83
2019-08-21Fix suggestions for redundant_pattern_matchingPhilipp Hansch-7/+7
2019-08-21Add note on how to find the latest beta commitPhilipp Hansch-0/+3
2019-08-20Auto merge of #4423 - lzutao:await-is-stable, r=Manishearthbors-25/+23
2019-08-20Remove feature gate for async_awaitLzu Tao-25/+23
2019-08-20Auto merge of #4419 - lzutao:ifchain-link, r=phanschbors-1/+1