| Age | Commit message (Expand) | Author | Lines |
| 2018-12-29 | Mark writes to constants as side-effect-less | Konrad Borowski | -0/+14 |
| 2018-12-29 | Remove unsafe from consts clippy lints | Konrad Borowski | -7/+6 |
| 2018-12-28 | Fix suggestion for unnecessary_ref lint | Philipp Hansch | -6/+2 |
| 2018-12-28 | Merge remote-tracking branch 'upstream/master' | Peter Fürstenau | -36/+103 |
| 2018-12-28 | Merge new_without_default_derive into new_without_default | Russell Greene | -23/+24 |
| 2018-12-28 | Match on ast/hir::ExprKind::Err | flip1995 | -3/+13 |
| 2018-12-27 | Auto merge of #3577 - daxpedda:master, r=flip1995 | bors | -3/+9 |
| 2018-12-27 | rustup https://github.com/rust-lang/rust/pull/57069 | Matthias Krüger | -1/+1 |
| 2018-12-26 | Rustfmt. | daxpedda | -1/+1 |
| 2018-12-25 | fix a couple of ftrivial typos (NFC). | Matthias Krüger | -2/+2 |
| 2018-12-25 | Fix macro detection in `empty_loop`. | Philipp Krones | -1/+1 |
| 2018-12-25 | Changed `macro_backtrace()` to `in_macro()`. | daxpedda | -3/+3 |
| 2018-12-24 | Fix lint detection on macro expansion. | daxpedda | -2/+8 |
| 2018-12-23 | FIXME > TODO | Oliver Scherer | -1/+1 |
| 2018-12-23 | rustup https://github.com/rust-lang/rust/pull/56992 | Matthias Krüger | -1/+3 |
| 2018-12-22 | Auto merge of #3573 - Vlad-Shcherbina:map_clone_caveat, r=flip1995 | bors | -1/+3 |
| 2018-12-22 | Auto merge of #3341 - HMPerson1:possibly_missing_else, r=phansch | bors | -17/+55 |
| 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 |