about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2019-12-28Fixes for elided lifetimesmgr-inz-rafal-4/+4
2019-12-28Add new lint (modulo_arithmetic)mgr-inz-rafal-0/+153
2019-12-28code reviewYuki Okushi-9/+6
2019-12-28Possibly fix an ICE on testYuki Okushi-8/+13
2019-12-27Suggest similar lint name on unknown_clippy_lintsYuki Okushi-18/+25
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-655/+735
2019-12-25Auto merge of #4956 - JohnTitor:decimal-lit-suffix, r=llogiqbors-1/+1
2019-12-26Do not drop suffixes on `decimal_literal_representation`Yuki Okushi-1/+1
2019-12-25Correct documentation for `len_zero`Yuki Okushi-4/+3
2019-12-24Auto merge of #4947 - rust-lang:doc-main-extern-crate, r=flip1995bors-1/+3
2019-12-24Auto merge of #4885 - rust-lang:mut-key-types, r=flip1995bors-0/+125
2019-12-24new lint: mutable_key_typeAndre Bogus-0/+125
2019-12-24Avoid needless_doctest_main on 'extern crate'Andre Bogus-1/+3
2019-12-24rustup "Add span information to `ExprKind::Assign`"Lzu Tao-29/+34
2019-12-24do minor cleanupsLzu Tao-24/+9
2019-12-23Auto merge of #4934 - illicitonion:exhaustive_match, r=flip1995bors-2/+11
2019-12-23Auto merge of #4823 - Areredify:must_use_res, r=flip1995bors-47/+138
2019-12-23Auto merge of #4941 - lzutao:utils-mod, r=phanschbors-22/+11
2019-12-23Rustup to rust-lang/rust#66877Yuki Okushi-19/+7
2019-12-23a few small cleanupsLzu Tao-22/+11
2019-12-22implemented `let_underscore` lintMikhail Babenko-4/+92
2019-12-22move is_must_use_ty to utilsMikhail Babenko-45/+48
2019-12-22Rustup to rust-lang/rust#66931flip1995-12/+12
2019-12-22Add <'_> where necessaryflip1995-105/+105
2019-12-22Remove trailling .sDaniel Wagner-Hall-2/+2
2019-12-22Auto merge of #4937 - mikerite:fix-4824, r=phanschbors-2/+4
2019-12-22Auto merge of #4930 - flip1995:unused_label, r=phanschbors-88/+13
2019-12-22Fix `map_clone` false positiveMichael Wright-2/+4
2019-12-22Update wildcard enum match lint for non_exhaustive enumsDaniel Wagner-Hall-2/+11
2019-12-21Reduce cognitive complexity lint spanKrishna Veera Reddy-8/+39
2019-12-21rustup "Merge `ast::Mutability` and `mir::Mutability`"Lzu Tao-51/+48
2019-12-21Deprecate unused_label lintflip1995-88/+13
2019-12-20rustup https://github.com/rust-lang/rust/pull/67455Matthias Krüger-2/+2
2019-12-20Auto merge of #4920 - lily-commure:fix-unnecessary-filter-map-docs, r=phanschbors-2/+2
2019-12-20Auto merge of #4913 - mikerite:step-by-zero-20191218, r=phanschbors-47/+41
2019-12-20Fix 'redudant' spelling in redundant_clone docsEmma-1/+1
2019-12-19Fix documentation example for unnecessary_filter_map.Lily Chung-2/+2
2019-12-19Auto merge of #4915 - mikerite:fix-4912-2, r=phanschbors-1/+1
2019-12-19Fix `expect_fun_call` false negative on referencesMichael Wright-1/+1
2019-12-19Fix `iterator_step_by_zero` description in declarationmikerite-1/+1
2019-12-18Correct `iterator_step_by_zero` documentationMichael Wright-7/+6
2019-12-18Update iterator_step_by_zeroMichael Wright-47/+42
2019-12-17Prevent `cmp_nan` when inside constantsKrishna Veera Reddy-16/+20
2019-12-17Detect comparisons with NAN constantsKrishna Veera Reddy-17/+17
2019-12-16Fix clippy build failureKrishna Veera Reddy-1/+0
2019-12-12Auto merge of #4883 - krishna-veerareddy:issue-4818-cast-sign-loss-false-posi...bors-10/+19
2019-12-11Auto merge of #4886 - rust-lang:must-use-pub-only, r=phanschbors-0/+1
2019-12-07Add lint to detect transmutes from float to integerKrishna Veera Reddy-0/+69
2019-12-06Lint only exported must_use_candidatesAndre Bogus-0/+1
2019-12-06Add lint for pub fns returning a `Result` without documenting errorsRobbieClarken-45/+94