| Age | Commit message (Expand) | Author | Lines |
| 2021-04-15 | Don't allow adjustments for `manual_map` | Jason Newcomb | -0/+6 |
| 2021-04-14 | Auto merge of #7039 - phansch:melt-ice, r=flip1995 | bors | -11/+20 |
| 2021-04-14 | Auto merge of #7076 - rail-rain:missing_const_for_fn, r=phansch | bors | -1/+1 |
| 2021-04-14 | Explain why we use `char_indices()` instead of `chars()` | Philipp Hansch | -0/+3 |
| 2021-04-14 | Fix a FP in `missing_const_for_fn` | rail | -1/+1 |
| 2021-04-13 | Refactor diagnostic item methods | Cameron Steffen | -30/+36 |
| 2021-04-12 | Auto merge of #7068 - boxdot:remove-std-ptr-null, r=camsteffen | bors | -7/+7 |
| 2021-04-12 | Auto merge of #7067 - TaKO8Ki:fix-false-negative-on-needless-return, r=llogiq | bors | -0/+1 |
| 2021-04-12 | Remove paths::STD_PTR_NULL | boxdot | -7/+7 |
| 2021-04-12 | Auto merge of #7064 - ThibsG:WrongSelfFix, r=giraffate | bors | -0/+8 |
| 2021-04-12 | fix a false negative on `needless_return` | Takayuki | -0/+1 |
| 2021-04-12 | Auto merge of #6982 - Jarcho:explicit_into_iter_loop_fp, r=flip1995 | bors | -27/+25 |
| 2021-04-12 | Auto merge of #7047 - camsteffen:lang-ctor, r=flip1995 | bors | -125/+99 |
| 2021-04-12 | Auto merge of #7065 - rail-rain:warn_copy_pass_by_ref, r=Manishearth | bors | -0/+8 |
| 2021-04-12 | Add a note on the issue #5953 | rail | -0/+8 |
| 2021-04-11 | Auto merge of #7059 - camsteffen:filter-map, r=flip1995 | bors | -94/+14 |
| 2021-04-11 | Auto merge of #6905 - ThibsG:fpSingleComponentPathImports5210, r=giraffate | bors | -16/+109 |
| 2021-04-11 | Fix FP in `wrong_self_convention` lint | ThibsG | -0/+8 |
| 2021-04-10 | Deprecate filter_map | Cameron Steffen | -94/+14 |
| 2021-04-10 | Fix false-positive `debug_assert` in `panic` | daxpedda | -1/+1 |
| 2021-04-10 | Fix false-positive `debug_assert` | daxpedda | -2/+3 |
| 2021-04-10 | Remove `debug_assert` from `panic_in_result_fn` | daxpedda | -3/+0 |
| 2021-04-10 | Fix dogfood | Philipp Hansch | -4/+4 |
| 2021-04-10 | Replace complex conditional with pattern matching | Philipp Hansch | -1/+1 |
| 2021-04-10 | Handle imports which are nested directly | ThibsG | -23/+50 |
| 2021-04-09 | Use `register_renamed` instead of `register_removed` for uplifted lints | Joshua Nelson | -91/+9 |
| 2021-04-08 | Auto merge of #7023 - boxdot:invalid-null-usage-v2, r=camsteffen | bors | -13/+89 |
| 2021-04-08 | Add invalid null pointer usage lint. | boxdot | -13/+89 |
| 2021-04-08 | Auto merge of #7022 - Jarcho:macro_use_import_ice, r=flip1995 | bors | -0/+1 |
| 2021-04-08 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -5317/+6577 |
| 2021-04-06 | Introduce is_lang_ctor | Cameron Steffen | -125/+99 |
| 2021-04-06 | Symbol optimizations | Cameron Steffen | -74/+66 |
| 2021-04-06 | Fix `explicit_into_iter_loop` | Jason Newcomb | -27/+25 |
| 2021-04-06 | Fix all occurences of `needless_borrow` internally | Jason Newcomb | -2104/+2083 |
| 2021-04-06 | Auto merge of #7036 - horacimacias:master, r=giraffate | bors | -12/+42 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -2/+5 |
| 2021-04-06 | consider mutability on useless_vec suggestions | Horaci Macias | -12/+42 |
| 2021-04-06 | tabs_in_doc_comments: Fix ICE due to char indexing | Philipp Hansch | -11/+17 |
| 2021-04-05 | Auto merge of #7018 - Y-Nak:same_item_push, r=Manishearth | bors | -53/+84 |
| 2021-04-05 | Auto merge of #7029 - ABouttefeux:master, r=Manishearth | bors | -0/+5 |
| 2021-04-05 | Auto merge of #6463 - xFrednet:5234-shared-code-in-if-blocks, r=phansch | bors | -72/+467 |
| 2021-04-05 | Auto merge of #7026 - daxpedda:cargo-author, r=camsteffen | bors | -8/+2 |
| 2021-04-05 | Renaming the lint to branches_sharing_code and fixing typos | xFrednet | -19/+21 |
| 2021-04-05 | Only running shared_code_in_if_blocks only for if statements | xFrednet | -15/+17 |
| 2021-04-05 | Moving shared_code_in_if_blocks to clippy::complexity and running lintcheck | xFrednet | -4/+4 |
| 2021-04-05 | Adapted the lint to use the new SpanlessEq | xFrednet | -9/+19 |
| 2021-04-05 | Updated code for dogfood | xFrednet | -67/+75 |
| 2021-04-05 | Improved shared_code_in_if_blocks message and added test stderrs | xFrednet | -53/+158 |
| 2021-04-05 | Improved shared_code_in_if_blocks output readability and added tests | xFrednet | -26/+43 |
| 2021-04-05 | The shared_code_in_if_blocks lint only operats on entire if expr not else ifs | xFrednet | -19/+33 |