about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2020-01-08Normalize lint messages in cast_precision_lossYuki Okushi-2/+2
2020-01-08Rustup to rust-lang/rust#67970Yuki Okushi-2/+5
2020-01-08Fix `redundant_clone`Shotaro Yamada-0/+7
2020-01-07Move `transmute_float_to_int` lint to `complexity`Krishna Sai Veera Reddy-2/+3
2020-01-07Span help without suggestionThibsG-32/+6
2020-01-07Change lint name to WILDCARD_IN_OR_PATTERNSThibsG-8/+8
2020-01-07Handle case for non-exhaustive enumsThibsG-10/+35
2020-01-07Move to complexity and adapt testThibsG-1/+2
2020-01-07Change group and use only func callThibsG-2/+2
2020-01-07Remove useless parameters in func callThibsG-2/+2
2020-01-07New lint: pats_with_wild_match_armThibsG-1/+44
2020-01-07Apply suggestion from code reviewYuki Okushi-3/+3
2020-01-07Normalize lint messagesYuki Okushi-127/+133
2020-01-07Auto merge of #5010 - lzutao:recurse-remove_blocks, r=phanschbors-6/+5
2020-01-07Make utils::remove_blocks non-recursiveLzu Tao-6/+5
2020-01-06Prevent doc-tests from running and fix lint descriptionKrishna Sai Veera Reddy-4/+4
2020-01-06Add lint to detect usage of invalid atomic orderingKrishna Sai Veera Reddy-0/+107
2020-01-07Do not trigger `let_and_return` lint on macrosYuki Okushi-1/+2
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-215/+224
2020-01-05Auto merge of #4996 - JohnTitor:rustup, r=matthiaskrgrbors-4/+4
2020-01-05Rustup to rust-lang/rust#67137Yuki Okushi-2/+2
2020-01-05Rustup to rust-lang/rust#67803Yuki Okushi-2/+2
2020-01-04External macro check for missing_*_docAndre Bogus-4/+8
2020-01-04Add lint for iter.nth(0)Brad Sherman-4/+58
2020-01-04Fix existing iter-nth-zero violationsBrad Sherman-2/+2
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-77/+81
2020-01-04Auto merge of #4881 - krishna-veerareddy:issue-4871-use-mem-take, r=flip1995bors-65/+135
2020-01-04Remove use of `try!` from documentationYuki Okushi-8/+8
2020-01-03No #[no_mangle] must_use_candidate functionsAndre Bogus-9/+15
2020-01-03Auto merge of #4975 - JohnTitor:fix-4968, r=phanschbors-3/+19
2020-01-03Auto merge of #4978 - mikerite:fix-4958, r=phanschbors-16/+15
2020-01-02Move `is_normalizable` into utilsYuki Okushi-7/+13
2020-01-01Fix bad `explicit_into_iter_loop` suggestionMichael Wright-16/+15
2019-12-31Prevent `replace_consts` lint within match patternsKrishna Veera Reddy-3/+18
2019-12-31Indicate anonymous lifetimes for typesKrishna Veera Reddy-3/+3
2019-12-31Lint within internal macros without a suggestionKrishna Veera Reddy-11/+16
2019-12-31Destructure `mem:replace` argumentsKrishna Veera Reddy-20/+20
2019-12-31Move `mem_replace_with_default` out of nurseryKrishna Veera Reddy-2/+3
2019-12-31Prevent `mem_replace_with_default` lint within macrosKrishna Veera Reddy-4/+4
2019-12-31Use `mem::take` instead of `mem::replace` when applicableKrishna Veera Reddy-62/+126
2019-12-31Fix ICE due to normalization failureYuki Okushi-2/+12
2019-12-31Use `is_empty()`Yuki Okushi-1/+1
2019-12-31Rustup to rust-lang/rust#67707Yuki Okushi-34/+34
2019-12-30Auto merge of #4970 - krishna-veerareddy:fix-replace-consts-documentation, r=...bors-6/+6
2019-12-30Auto merge of #4634 - m-ober:feature/2320-map-or, r=llogiqbors-25/+33
2019-12-30Fix `replace_consts` lint documentationKrishna Veera Reddy-6/+6
2019-12-30Rustup to rust-lang/rust#66942Yuki Okushi-131/+139
2019-12-29Rustup to rust-lang/rust#67151Yuki Okushi-1/+1
2019-12-28Add real suggestion to option_map_unwrap_orMicha Ober-25/+33
2019-12-28Auto merge of #4964 - JohnTitor:fix-potential-ice, r=flip1995bors-7/+9