| Age | Commit message (Expand) | Author | Lines |
| 2019-01-07 | run ./util/dev update_lints | A.A.Abroskin | -2/+2 |
| 2019-01-07 | Add unreachable!() as option | A.A.Abroskin | -3/+3 |
| 2019-01-07 | Add assert(true) and assert(false) lints | A.A.Abroskin | -0/+84 |
| 2019-01-07 | Update `unwrap_get` code review suggestions | Michael Wright | -8/+7 |
| 2019-01-06 | Update known problems | Wilco Kusee | -1/+0 |
| 2019-01-06 | Restrict use_self on nested items | Wilco Kusee | -4/+12 |
| 2019-01-06 | Improve `get_unwrap` suggestion | Michael Wright | -2/+19 |
| 2019-01-05 | Revert "Auto merge of #3603 - xfix:random-state-lint, r=phansch" | Matthias Krüger | -54/+0 |
| 2019-01-05 | Auto merge of #3627 - detrumi:use_self_local_macro, r=phansch | bors | -3/+3 |
| 2019-01-05 | rustup https://github.com/rust-lang/rust/pull/56837 | Matthias Krüger | -4/+9 |
| 2019-01-05 | rustup (don't know the exact PR unfortunately) | Matthias Krüger | -2/+2 |
| 2019-01-04 | Auto merge of #3601 - xfix:move-constant-write-lint, r=flip1995 | bors | -21/+17 |
| 2019-01-04 | Trigger `use_self` lint in local macros | Wilco Kusee | -3/+3 |
| 2019-01-03 | Auto merge of #3623 - phansch:rustup, r=flip1995 | bors | -3/+3 |
| 2019-01-03 | rustup: https://github.com/rust-lang/rust/pull/55517 | Philipp Hansch | -3/+3 |
| 2019-01-03 | Auto merge of #3621 - Zoxc:parallel, r=phansch | bors | -8/+8 |
| 2019-01-03 | Make clippy work with parallel rustc | John Kåre Alsaker | -8/+8 |
| 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 |