| Age | Commit message (Expand) | Author | Lines |
| 2019-08-11 | Auto merge of #4368 - RalfJung:invalid_ref, r=oli-obk | bors | -172/+11 |
| 2019-08-11 | update_lints | Ralf Jung | -10/+2 |
| 2019-08-11 | deprecate invalid_ref lint | Ralf Jung | -162/+9 |
| 2019-08-11 | docs: Explain how to update the changelog | Philipp Hansch | -0/+61 |
| 2019-08-10 | Fix `wrong_self_convention` issue | Michael Wright | -1/+36 |
| 2019-08-10 | Simplify `wrong_self_convention` code | Michael Wright | -153/+76 |
| 2019-08-10 | Rename implitem to impl_item | Michael Wright | -12/+12 |
| 2019-08-09 | fixed tests (again) and added a test that should actually cause a warning for... | Lukas Markeffsky | -23/+40 |
| 2019-08-09 | removed unused imports #2 | Lukas Markeffsky | -21/+20 |
| 2019-08-09 | removed unused imports | Lukas Markeffsky | -23/+21 |
| 2019-08-09 | upgrade test to rust 2018 | Lukas Markeffsky | -29/+24 |
| 2019-08-09 | Document how to write tests requiring the 2018 edition | flip1995 | -0/+7 |
| 2019-08-09 | new_ret_no_self: walk associated types in impl Trait return types | Lukas Markeffsky | -24/+43 |
| 2019-08-09 | Auto merge of #4362 - lzutao:expect-on-cstring_as_ptr, r=flip1995 | bors | -2/+18 |
| 2019-08-09 | Auto merge of #4361 - lzutao:fix-raw-string-on-single_char_pattern, r=phansch | bors | -4/+55 |
| 2019-08-09 | Add more tests for raw string literal | Lzu Tao | -1/+25 |
| 2019-08-09 | Auto merge of #4360 - atouchet:patch-1, r=phansch | bors | -2/+2 |
| 2019-08-09 | Fix lint_cstring_as_ptr for expect | Lzu Tao | -2/+18 |
| 2019-08-09 | Fix lint_single_char_pattern on raw string literal | Lzu Tao | -4/+31 |
| 2019-08-08 | Fix HTTPS in links | Alex Touchet | -2/+2 |
| 2019-08-08 | Auto merge of #4358 - lzutao:cleanup_implicit_return, r=flip1995 | bors | -10/+2 |
| 2019-08-08 | Auto merge of #4357 - lzutao:update-pr-template, r=flip1995 | bors | -3/+7 |
| 2019-08-08 | Auto merge of #4355 - lzutao:macro_expn_try_err, r=flip1995 | bors | -4/+53 |
| 2019-08-08 | template: Update how to format source code with ./util/dev | Lzu Tao | -3/+7 |
| 2019-08-08 | Use source_callsite() instead of recursive outer_expn_info() | Lzu Tao | -10/+2 |
| 2019-08-08 | Use snippet_with_macro_callsite suggested by flip1995 | Lzu Tao | -15/+6 |
| 2019-08-08 | Fix macro expansion in try_err lint | Lzu Tao | -4/+62 |
| 2019-08-07 | Auto merge of #4350 - matthiaskrgr:readme_cargo_fix_clippy, r=phansch | bors | -0/+9 |
| 2019-08-07 | Update README.md (fix typo) | Matthias Krüger | -1/+1 |
| 2019-08-07 | README: mention that cargo fix has experimental support for applying some cli... | Matthias Krüger | -0/+9 |
| 2019-08-07 | Auto merge of #4339 - phansch:rustfix_needless_bool, r=flip1995 | bors | -100/+221 |
| 2019-08-07 | Auto merge of #4345 - phansch:enum_variants_fix, r=flip1995 | bors | -1/+18 |
| 2019-08-07 | Auto merge of #4346 - atouchet:links, r=flip1995 | bors | -10/+10 |
| 2019-08-07 | Auto merge of #4340 - lzutao:rustup, r=oli-obk | bors | -6/+6 |
| 2019-08-06 | Update Readme | Alex Touchet | -10/+10 |
| 2019-08-06 | Don't emit enum_variant_names if remainder starts with a numeric | Philipp Hansch | -1/+18 |
| 2019-08-06 | Rustup https://github.com/rust-lang/rust/pull/59369 | Lzu Tao | -6/+6 |
| 2019-08-05 | Add run-rustfix for needless_bool lint | Philipp Hansch | -100/+221 |
| 2019-08-05 | Auto merge of #4335 - phansch:fix_needless_bool_suggestion, r=flip1995 | bors | -23/+22 |
| 2019-08-05 | fmt | Philipp Hansch | -7/+3 |
| 2019-08-05 | Fix needless_bool suggestion with if-else-if-else | Philipp Hansch | -23/+26 |
| 2019-08-05 | Auto merge of #4203 - Urriel:feat/333_calling_main, r=flip1995 | bors | -2/+149 |
| 2019-08-05 | Ignore no_std-test on windows and macos | flip1995 | -0/+3 |
| 2019-08-05 | Run update_lints and fmt | flip1995 | -2/+2 |
| 2019-08-05 | Move expression check to LateLintPass | Vincent Dal Maso | -32/+72 |
| 2019-08-05 | Add recursion check on main function | Vincent Dal Maso | -0/+104 |
| 2019-08-05 | Auto merge of #4338 - flip1995:rollup-9cm4jbr, r=flip1995 | bors | -120/+261 |
| 2019-08-05 | Rollup merge of #4332 - phansch:rustfix_unnecessary_cast, r=flip1995 | Philipp Krones | -67/+102 |
| 2019-08-05 | Rollup merge of #4331 - phansch:doctests_restriction, r=flip1995 | Philipp Krones | -16/+57 |
| 2019-08-05 | Rollup merge of #4330 - phansch:doctests_nursery, r=flip1995 | Philipp Krones | -10/+29 |