about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
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
2018-12-29Mark writes to constants as side-effect-lessKonrad Borowski-0/+14
2018-12-29Remove unsafe from consts clippy lintsKonrad Borowski-7/+6
2018-12-28Fix suggestion for unnecessary_ref lintPhilipp Hansch-6/+2
2018-12-28Merge remote-tracking branch 'upstream/master'Peter Fürstenau-36/+103
2018-12-28Merge new_without_default_derive into new_without_defaultRussell Greene-23/+24
2018-12-28Match on ast/hir::ExprKind::Errflip1995-3/+13
2018-12-27Auto merge of #3577 - daxpedda:master, r=flip1995bors-3/+9
2018-12-27rustup https://github.com/rust-lang/rust/pull/57069Matthias Krüger-1/+1
2018-12-26Rustfmt.daxpedda-1/+1
2018-12-25fix a couple of ftrivial typos (NFC).Matthias Krüger-2/+2
2018-12-25Fix macro detection in `empty_loop`.Philipp Krones-1/+1
2018-12-25Changed `macro_backtrace()` to `in_macro()`.daxpedda-3/+3
2018-12-24Fix lint detection on macro expansion.daxpedda-2/+8
2018-12-23FIXME > TODOOliver Scherer-1/+1
2018-12-23rustup https://github.com/rust-lang/rust/pull/56992Matthias Krüger-1/+3
2018-12-22Auto merge of #3573 - Vlad-Shcherbina:map_clone_caveat, r=flip1995bors-1/+3
2018-12-22Auto merge of #3341 - HMPerson1:possibly_missing_else, r=phanschbors-17/+55