| Age | Commit message (Expand) | Author | Lines |
| 2018-12-22 | Document map_clone known problems #498 | Vlad-Shcherbina | -1/+3 |
| 2018-12-22 | panic at map_unit_fn.rs:202 for map() without args | Mark Nieweglowski | -1/+1 |
| 2018-12-20 | Workaround rust-lang/rust#43081 | HMPerson1 | -0/+5 |
| 2018-12-20 | Teach `suspicious_else_formatting` about `if .. {..} {..}` | HMPerson1 | -17/+50 |
| 2018-12-19 | mutex_atomic: Correct location of AtomicBool and friends | Daniel Silverstone | -2/+2 |
| 2018-12-19 | Only print out question_mark lint when it actually triggered | Peter Fürstenau | -18/+21 |
| 2018-12-19 | Reinserted commata | Peter Fürstenau | -2/+2 |
| 2018-12-18 | Auto merge of #3554 - klausi:module_name_repeat, r=oli-obk | bors | -5/+14 |
| 2018-12-18 | Recomend `.as_ref()?` in certain situations | Peter Fürstenau | -0/+8 |
| 2018-12-18 | Deduplicate some code? | Peter Fürstenau | -21/+8 |
| 2018-12-18 | Auto merge of #3556 - lucasloisp:bool-ord-comparison, r=oli-obk | bors | -24/+85 |
| 2018-12-17 | Do not mark as_ref as useless if it's followed by a method call | Wilco Kusee | -7/+17 |
| 2018-12-17 | Changes lint sugg to bitwise and operator `&` | Lucas Lois | -2/+7 |
| 2018-12-17 | Rename lint to MODULE_NAME_REPETITIONS | flip1995 | -6/+11 |
| 2018-12-17 | Move renaming to the right place | flip1995 | -1/+3 |
| 2018-12-16 | Implements lint for order comparisons against bool | Lucas Lois | -24/+80 |
| 2018-12-16 | fix(module_name_repeat): Try to register renamed lint, not valid yet | Klaus Purer | -1/+3 |
| 2018-12-16 | Fix `implicit_return` false positives. | daxpedda | -21/+21 |
| 2018-12-16 | chore(moduel_name_repeat): Rename stutter lint to module_name_repeat to avoid... | Klaus Purer | -5/+5 |
| 2018-12-14 | Auto merge of #3545 - Kampfkarren:vec_boxed_sized, r=flip1995 | bors | -1/+68 |
| 2018-12-14 | rustup rust-lang/rust#52994 | flip1995 | -6/+6 |
| 2018-12-14 | Merge branch 'master' into fix-3514 | Michael Wright | -42/+145 |
| 2018-12-13 | Line length fix | Kampfkarren | -1/+2 |
| 2018-12-13 | Remove references to sized for end users | Kampfkarren | -8/+9 |
| 2018-12-13 | Remove DUMMY_SP | Kampfkarren | -2/+2 |
| 2018-12-13 | Add suggestion for replacement | Kampfkarren | -3/+5 |
| 2018-12-13 | Lint for Vec<Box<T: Sized>> - Closes #3530 | Kampfkarren | -2/+65 |
| 2018-12-12 | Auto merge of #3535 - sinkuu:fixes, r=phansch | bors | -16/+54 |
| 2018-12-12 | Auto merge of #3510 - phansch:fix_doc_markdown_mixed_case, r=flip1995 | bors | -0/+9 |
| 2018-12-12 | Fix doc_markdown mixed case false positive | Philipp Hansch | -0/+9 |
| 2018-12-12 | Auto merge of #3450 - phansch:structured_sugg_for_explicit_write, r=flip1995 | bors | -25/+80 |
| 2018-12-12 | question_mark: Suggest Some(opt?) for if-else | Shotaro Yamada | -3/+29 |
| 2018-12-12 | redundant_field_names: Do not trigger on path with type params | Shotaro Yamada | -1/+4 |
| 2018-12-12 | question_mark: Lint only early returns | Shotaro Yamada | -3/+7 |
| 2018-12-12 | question_mark: Fix applicability | Shotaro Yamada | -1/+1 |
| 2018-12-12 | Fix doc_markdown off by one issue | Philipp Hansch | -1/+1 |
| 2018-12-12 | new_without_default, partialeq_ne_impl: Use span_lint_node | Shotaro Yamada | -8/+13 |
| 2018-12-12 | cargo fmt and remove stabilized feature | Philipp Hansch | -1/+1 |
| 2018-12-12 | Make suggestion Applicability::MachineApplicable | Philipp Hansch | -2/+5 |
| 2018-12-12 | Address review feedback | Philipp Hansch | -26/+52 |
| 2018-12-12 | Extract method | Philipp Hansch | -10/+20 |
| 2018-12-12 | Check array lengths to prevent OOB access | Philipp Hansch | -0/+3 |
| 2018-12-12 | Add suggestion for explicit_write lint | Philipp Hansch | -14/+27 |
| 2018-12-11 | Add 'CamelCase' to doc_valid_idents | Philipp Hansch | -0/+1 |
| 2018-12-11 | Fix write_with_newline escaping false positive | Michael Wright | -8/+28 |
| 2018-12-10 | Auto merge of #3511 - phansch:remove_allow_doc_markdown, r=phansch | bors | -3/+2 |
| 2018-12-10 | Auto merge of #3518 - sinkuu:redundant_clone_tw, r=phansch | bors | -32/+92 |
| 2018-12-10 | Only check the assignment found at last | Shotaro Yamada | -15/+21 |
| 2018-12-10 | Add comment and rename | Shotaro Yamada | -5/+11 |
| 2018-12-10 | Apply redundant_clone on clippy | Shotaro Yamada | -1/+1 |