about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2019-01-07run ./util/dev update_lintsA.A.Abroskin-2/+2
2019-01-07Add unreachable!() as optionA.A.Abroskin-3/+3
2019-01-07Add assert(true) and assert(false) lintsA.A.Abroskin-0/+84
2019-01-07Update `unwrap_get` code review suggestionsMichael Wright-8/+7
2019-01-06Update known problemsWilco Kusee-1/+0
2019-01-06Restrict use_self on nested itemsWilco Kusee-4/+12
2019-01-06Improve `get_unwrap` suggestionMichael Wright-2/+19
2019-01-05Revert "Auto merge of #3603 - xfix:random-state-lint, r=phansch"Matthias Krüger-54/+0
2019-01-05Auto merge of #3627 - detrumi:use_self_local_macro, r=phanschbors-3/+3
2019-01-05rustup https://github.com/rust-lang/rust/pull/56837Matthias Krüger-4/+9
2019-01-05rustup (don't know the exact PR unfortunately)Matthias Krüger-2/+2
2019-01-04Auto merge of #3601 - xfix:move-constant-write-lint, r=flip1995bors-21/+17
2019-01-04Trigger `use_self` lint in local macrosWilco Kusee-3/+3
2019-01-03Auto merge of #3623 - phansch:rustup, r=flip1995bors-3/+3
2019-01-03rustup: https://github.com/rust-lang/rust/pull/55517Philipp Hansch-3/+3
2019-01-03Auto merge of #3621 - Zoxc:parallel, r=phanschbors-8/+8
2019-01-03Make clippy work with parallel rustcJohn Kåre Alsaker-8/+8
2019-01-03Auto merge of #3519 - phansch:brave_newer_ui_tests, r=flip1995bors-6/+2
2019-01-03Auto merge of #3603 - xfix:random-state-lint, r=phanschbors-0/+54
2019-01-03Auto merge of #3607 - detrumi:limit_infinite_iter_to_known_types, r=phanschbors-2/+18
2018-12-31Limit infinite_iter collect() check to known typesWilco Kusee-2/+18
2018-12-31Auto merge of #3608 - phansch:improve_util_docs, r=oli-obkbors-1/+20
2018-12-31Some improvements to util documentationPhilipp Hansch-1/+20
2018-12-31Auto merge of #3606 - detrumi:blacklisted_name_hashset, r=phanschbors-4/+7
2018-12-31Use hashset for name blacklistWilco Kusee-4/+7
2018-12-31Auto merge of #3590 - jorpic:i3559-if_same_then_else, r=phanschbors-1/+3
2018-12-30Auto merge of #3599 - xfix:use-hash-set-for-valid-idents, r=oli-obkbors-7/+8
2018-12-30Use node_id_to_type_opt instead of node_it_to_type in random_stateKonrad Borowski-5/+7
2018-12-30Auto merge of #3588 - detrumi:tuple_struct_use_self, r=phanschbors-4/+13
2018-12-30Check pattern equality while checking declaration equalityMax Taldykin-1/+3
2018-12-30Merge branch 'master' of https://github.com/rust-lang/rust-clippy into random...Konrad Borowski-6/+6
2018-12-30Auto merge of #3597 - xfix:match-ergonomics, r=phanschbors-56/+56
2018-12-30Remove false negatives from known problemsWilco Kusee-2/+0
2018-12-30Implement use_self for tuple structsWilco Kusee-5/+10
2018-12-30Document known problemsWilco Kusee-1/+7
2018-12-30random_state lintKonrad Borowski-0/+52
2018-12-30rustup https://github.com/rust-lang/rust/pull/56225/Matthias Krüger-6/+6
2018-12-30Move constant write checks to temporary_assignment lintKonrad Borowski-21/+17
2018-12-29Auto merge of #3558 - russelltg:new_without_default_merge, r=flip1995bors-23/+24
2018-12-29Use an FxHashSet for valid idents in documentation lintKonrad Borowski-7/+8
2018-12-29Use match ergonomics for booleans lintKonrad Borowski-21/+21
2018-12-29Use match ergonomics for block_in_if_condition lintKonrad Borowski-3/+3
2018-12-29Use match ergonomics for bit_mask lintKonrad Borowski-6/+6
2018-12-29Use match ergonomics for attrs lintKonrad Borowski-15/+15
2018-12-29Use match ergonomics for assign_ops lintKonrad Borowski-7/+7
2018-12-29Use match ergonomics for artithmetic lintKonrad Borowski-3/+3
2018-12-29Use match ergonomics for approx_const lintKonrad Borowski-1/+1
2018-12-29Auto merge of #3596 - xfix:remove-crate-from-paths, r=flip1995bors-802/+802
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-802/+802
2018-12-29Support array indexing expressions in unused write to a constantKonrad Borowski-1/+2