| Age | Commit message (Expand) | Author | Lines |
| 2019-08-26 | Use correct path in comment | Philipp Hansch | -2/+2 |
| 2019-08-26 | Auto merge of #4430 - lzutao:defid_trait_alias, r=flip1995 | bors | -2/+46 |
| 2019-08-26 | Add regression test for looking for trait defid in nocore | Lzu Tao | -0/+39 |
| 2019-08-26 | Auto merge of #4436 - BO41:written_as, r=phansch | bors | -1/+57 |
| 2019-08-26 | Auto merge of #4421 - lzutao:unsep_literal, r=flip1995 | bors | -83/+126 |
| 2019-08-26 | Auto merge of #4451 - hvenev:non-exec, r=flip1995 | bors | -0/+0 |
| 2019-08-26 | Auto merge of #4431 - phansch:more_rustfix, r=flip1995 | bors | -25/+192 |
| 2019-08-26 | Cleaner code for unsep literals | Lzu Tao | -83/+126 |
| 2019-08-26 | Remove empty *.std{err,out} files | flip1995 | -0/+0 |
| 2019-08-25 | Mark rust source file as non-executable. | Hristo Venev | -0/+0 |
| 2019-08-25 | Account for trait alias when looking for defid | Lzu Tao | -2/+7 |
| 2019-08-25 | Auto merge of #4447 - phansch:fix_build, r=matthiaskrgr | bors | -3/+3 |
| 2019-08-25 | Rustup to https://github.com/rust-lang/rust/pull/63854 | Philipp Hansch | -3/+3 |
| 2019-08-25 | Fix `match_as_ref` bad suggestion | Michael Wright | -3/+76 |
| 2019-08-24 | Fix unused_unit false positive | Philipp Hansch | -8/+36 |
| 2019-08-24 | Fix lint doc | BO41 | -1/+1 |
| 2019-08-24 | Split up cmp_owned tests, add run-rustfix | Philipp Hansch | -36/+160 |
| 2019-08-24 | Auto merge of #4443 - jeremystucki:methods-refactoring, r=phansch | bors | -169/+151 |
| 2019-08-23 | Refactor some minor things | Jeremy Stucki | -16/+9 |
| 2019-08-23 | Use more if-chains | Jeremy Stucki | -36/+42 |
| 2019-08-23 | Refactor 'lint_or_fun_call' | Jeremy Stucki | -35/+26 |
| 2019-08-23 | Refactor 'check_unwrap_or_default' | Jeremy Stucki | -33/+26 |
| 2019-08-23 | Refactor 'check_impl_item' | Jeremy Stucki | -49/+48 |
| 2019-08-23 | Auto merge of #4409 - jeremystucki:export, r=phansch | bors | -1/+12 |
| 2019-08-23 | Auto merge of #4438 - lzutao:author-litstr-missing, r=phansch | bors | -1/+1 |
| 2019-08-23 | Add missing field to LitKind::Str | Lzu Tao | -1/+1 |
| 2019-08-23 | Auto merge of #4439 - lzutao:fix-format, r=phansch | bors | -104/+141 |
| 2019-08-23 | Run update_lints for Unicode lint | Lzu Tao | -1/+1 |
| 2019-08-23 | Re-add false positive check | Lzu Tao | -2/+24 |
| 2019-08-23 | Add raw string regression test for useless_format lint | Lzu Tao | -22/+27 |
| 2019-08-23 | Re-factor useless_format lint | Lzu Tao | -96/+106 |
| 2019-08-23 | Merge pull request #4440 from lzutao/fix-unicode | Philipp Hansch | -9/+9 |
| 2019-08-23 | Update Unicode lint tests | Lzu Tao | -9/+9 |
| 2019-08-22 | Add examples to some complexity lints | BO41 | -1/+41 |
| 2019-08-22 | Add example to a perf lint | BO41 | -0/+6 |
| 2019-08-22 | Add examples to some correctness lints | BO41 | -0/+10 |
| 2019-08-22 | Add run-rustfix for range_plus_minus_one tests | Philipp Hansch | -8/+49 |
| 2019-08-22 | Add run-rustfix for or_fun_call tests | Philipp Hansch | -14/+119 |
| 2019-08-22 | Add run-rustfix for short_circuit_statement test | Philipp Hansch | -3/+24 |
| 2019-08-21 | Auto merge of #4372 - phansch:changelog_update, r=flip1995 | bors | -0/+70 |
| 2019-08-21 | Auto merge of #4352 - phansch:fix_redundant_pattern_matching, r=flip1995 | bors | -18/+104 |
| 2019-08-21 | Auto merge of #4425 - mikerite:4375, r=flip1995 | bors | -15/+45 |
| 2019-08-21 | Add two more tests, allow 2 other lints. | Philipp Hansch | -11/+25 |
| 2019-08-21 | Fix `temporary_cstring_as_ptr` false negative | Michael Wright | -15/+45 |
| 2019-08-21 | Add more testcases for redundant_pattern_matching | Philipp Hansch | -11/+83 |
| 2019-08-21 | Fix suggestions for redundant_pattern_matching | Philipp Hansch | -7/+7 |
| 2019-08-21 | Add note on how to find the latest beta commit | Philipp Hansch | -0/+3 |
| 2019-08-20 | Auto merge of #4423 - lzutao:await-is-stable, r=Manishearth | bors | -25/+23 |
| 2019-08-20 | Remove feature gate for async_await | Lzu Tao | -25/+23 |
| 2019-08-20 | Auto merge of #4419 - lzutao:ifchain-link, r=phansch | bors | -1/+1 |