| Age | Commit message (Expand) | Author | Lines |
| 2021-02-23 | Update custom_ice_message.stderr | Samuel E. Moelius III | -1/+1 |
| 2021-02-23 | Fix versioncheck test | Samuel E. Moelius III | -6/+6 |
| 2021-02-23 | Improve tests | Samuel E. Moelius III | -11/+14 |
| 2021-02-23 | Auto merge of #6573 - Jarcho:option_match_map, r=llogiq | bors | -0/+350 |
| 2021-02-22 | Auto merge of #6769 - Y-Nak:inconsistent-struct-constructor, r=matthiaskrgr | bors | -0/+146 |
| 2021-02-21 | Fix dogfood errors | Jason Newcomb | -16/+34 |
| 2021-02-21 | Add: option_manual_map lint | Jason Newcomb | -0/+332 |
| 2021-02-21 | Auto merge of #6771 - MortenLohne:master, r=flip1995 | bors | -2/+13 |
| 2021-02-21 | Auto merge of #6770 - ThibsG:PostfixEnumVariant, r=flip1995 | bors | -1/+38 |
| 2021-02-21 | Auto merge of #6754 - camsteffen:spanlesseq-res, r=flip1995 | bors | -5/+13 |
| 2021-02-21 | Fix FP in inherent_to_string when the function has generic parameters | Morten Lohne | -2/+13 |
| 2021-02-21 | New lint: inconsistent_struct_constructor | Yoshitomo Nakanishi | -0/+146 |
| 2021-02-20 | Fix camel case postfix for `enum_variant_names` lint | ThibsG | -1/+38 |
| 2021-02-20 | Auto merge of #6717 - booleancoercion:master, r=llogiq | bors | -0/+104 |
| 2021-02-19 | Updated from_str_radix_10 sugg to be slightly smarter and ran bless | bool | -2/+11 |
| 2021-02-19 | collapsible_match: fix lint message capitalization | Matthias Krüger | -45/+45 |
| 2021-02-18 | Auto merge of #6665 - pag4k:unnecessary_wraps_bug_6640, r=camsteffen | bors | -6/+103 |
| 2021-02-18 | Changed fn body suggestion msg | Pierre-Andre Gagnon | -7/+25 |
| 2021-02-18 | Fix FP of result_unit_err when using type aliases | Yoshitomo Nakanishi | -8/+33 |
| 2021-02-17 | Added detailled suggs for new case | Pierre-Andre Gagnon | -11/+51 |
| 2021-02-17 | Teach SpanlessEq binding IDs | Cameron Steffen | -5/+13 |
| 2021-02-16 | Auto merge of #6662 - Y-Nak:default-numeric-fallback, r=flip1995 | bors | -0/+283 |
| 2021-02-16 | Change to span_lint_and_sugg from span_lint_and_help | Yoshitomo Nakanishi | -71/+24 |
| 2021-02-16 | Handle struct ctor case | Yoshitomo Nakanishi | -5/+96 |
| 2021-02-15 | Upgrade compiletest-rs to 0.6 and tester to 0.9 | Philipp Hansch | -8/+8 |
| 2021-02-15 | Add more tests for default_numeric_fallback | Yoshitomo Nakanishi | -62/+168 |
| 2021-02-15 | Add some restrictions to default_numeric_fallback to avoid FNs | Yoshitomo Nakanishi | -5/+85 |
| 2021-02-14 | Auto merge of #6741 - ThibsG:BlockInIfConditions1141, r=flip1995 | bors | -1/+10 |
| 2021-02-14 | Do not lint when the closure is called using an iterator | ThibsG | -1/+10 |
| 2021-02-14 | Auto merge of #6701 - camsteffen:collapsible-if, r=flip1995 | bors | -0/+32 |
| 2021-02-14 | Auto merge of #6697 - camsteffen:vec-init-push-fp, r=flip1995 | bors | -1/+26 |
| 2021-02-14 | Add minimal reproducer for ICE in #6179 | Yoshitomo Nakanishi | -0/+21 |
| 2021-02-13 | Made parens addition smarter and added tests with bless | boolean_coercion | -11/+36 |
| 2021-02-12 | Auto merge of #6700 - daxpedda:panics-doc-unreachable, r=llogiq | bors | -1/+47 |
| 2021-02-12 | Fixed typos and updated to matches! where applicable | boolean_coercion | -5/+5 |
| 2021-02-12 | Ran bless and rustfmt | boolean_coercion | -1/+35 |
| 2021-02-12 | Changed applicability to MaybeIncorrect because of surrounding braces | boolean_coercion | -0/+3 |
| 2021-02-12 | Implemented majority of from_str_radix_10 | boolean_coercion | -2/+30 |
| 2021-02-12 | Added boilerplate | boolean_coercion | -0/+5 |
| 2021-02-12 | Auto merge of #6179 - flip1995:rewrite_use_self, r=phansch | bors | -77/+511 |
| 2021-02-11 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -27/+648 |
| 2021-02-11 | Auto merge of #6650 - daxpedda:cargo-common-metadata-publish, r=flip1995 | bors | -1/+82 |
| 2021-02-10 | Add test for checking a combination of unreachable and panic. | daxpedda | -1/+42 |
| 2021-02-10 | Auto merge of #6657 - ThibsG:FromIterParens, r=llogiq | bors | -10/+165 |
| 2021-02-10 | Auto merge of #6695 - TaKO8Ki:add-bytes-nth, r=phansch | bors | -0/+44 |
| 2021-02-10 | Don't trigger use_self in macros | flip1995 | -56/+60 |
| 2021-02-10 | Update test files | flip1995 | -92/+208 |
| 2021-02-10 | use_self - fix issue with `hir_ty_to_ty` | Tim Nielens | -126/+56 |
| 2021-02-10 | rework use_self impl based on ty::Ty comparison | Tim Nielens | -90/+474 |
| 2021-02-10 | add some test cases | Takayuki Maeda | -14/+24 |