| Age | Commit message (Expand) | Author | Lines |
| 2019-01-03 | Auto merge of #3519 - phansch:brave_newer_ui_tests, r=flip1995 | bors | -6/+2 |
| 2019-01-03 | Auto merge of #3603 - xfix:random-state-lint, r=phansch | bors | -0/+54 |
| 2019-01-03 | Auto merge of #3607 - detrumi:limit_infinite_iter_to_known_types, r=phansch | bors | -2/+18 |
| 2018-12-31 | Limit infinite_iter collect() check to known types | Wilco Kusee | -2/+18 |
| 2018-12-31 | Auto merge of #3608 - phansch:improve_util_docs, r=oli-obk | bors | -1/+20 |
| 2018-12-31 | Some improvements to util documentation | Philipp Hansch | -1/+20 |
| 2018-12-31 | Auto merge of #3606 - detrumi:blacklisted_name_hashset, r=phansch | bors | -4/+7 |
| 2018-12-31 | Use hashset for name blacklist | Wilco Kusee | -4/+7 |
| 2018-12-31 | Auto merge of #3590 - jorpic:i3559-if_same_then_else, r=phansch | bors | -1/+3 |
| 2018-12-30 | Auto merge of #3599 - xfix:use-hash-set-for-valid-idents, r=oli-obk | bors | -7/+8 |
| 2018-12-30 | Use node_id_to_type_opt instead of node_it_to_type in random_state | Konrad Borowski | -5/+7 |
| 2018-12-30 | Auto merge of #3588 - detrumi:tuple_struct_use_self, r=phansch | bors | -4/+13 |
| 2018-12-30 | Check pattern equality while checking declaration equality | Max Taldykin | -1/+3 |
| 2018-12-30 | Merge branch 'master' of https://github.com/rust-lang/rust-clippy into random... | Konrad Borowski | -6/+6 |
| 2018-12-30 | Auto merge of #3597 - xfix:match-ergonomics, r=phansch | bors | -56/+56 |
| 2018-12-30 | Remove false negatives from known problems | Wilco Kusee | -2/+0 |
| 2018-12-30 | Implement use_self for tuple structs | Wilco Kusee | -5/+10 |
| 2018-12-30 | Document known problems | Wilco Kusee | -1/+7 |
| 2018-12-30 | random_state lint | Konrad Borowski | -0/+52 |
| 2018-12-30 | rustup https://github.com/rust-lang/rust/pull/56225/ | Matthias Krüger | -6/+6 |
| 2018-12-30 | Move constant write checks to temporary_assignment lint | Konrad Borowski | -21/+17 |
| 2018-12-29 | Auto merge of #3558 - russelltg:new_without_default_merge, r=flip1995 | bors | -23/+24 |
| 2018-12-29 | Use an FxHashSet for valid idents in documentation lint | Konrad Borowski | -7/+8 |
| 2018-12-29 | Use match ergonomics for booleans lint | Konrad Borowski | -21/+21 |
| 2018-12-29 | Use match ergonomics for block_in_if_condition lint | Konrad Borowski | -3/+3 |
| 2018-12-29 | Use match ergonomics for bit_mask lint | Konrad Borowski | -6/+6 |
| 2018-12-29 | Use match ergonomics for attrs lint | Konrad Borowski | -15/+15 |
| 2018-12-29 | Use match ergonomics for assign_ops lint | Konrad Borowski | -7/+7 |
| 2018-12-29 | Use match ergonomics for artithmetic lint | Konrad Borowski | -3/+3 |
| 2018-12-29 | Use match ergonomics for approx_const lint | Konrad Borowski | -1/+1 |
| 2018-12-29 | Auto merge of #3596 - xfix:remove-crate-from-paths, r=flip1995 | bors | -802/+802 |
| 2018-12-29 | Remove crate:: prefixes from crate paths | Konrad Borowski | -802/+802 |
| 2018-12-29 | Support array indexing expressions in unused write to a constant | Konrad Borowski | -1/+2 |
| 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 |