about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-28Auto merge of #4821 - Areredify:as_conversions, r=flip1995bors-1/+8
2019-11-28make use of Result::map_orLzu Tao-2/+3
2019-11-25implemented `as_conversions` lintMikhail Babenko-1/+8
2019-11-23Run update_lintsflip1995-8/+8
2019-11-23Merge remote-tracking branch 'FlorianRohm/issue/4623' into rollup-new-lintsflip1995-0/+7
2019-11-23Merge remote-tracking branch 'Areredify/large_stack_arrays' into rollup-new-l...flip1995-0/+7
2019-11-23Merge remote-tracking branch 'popzxc/if-same-cond-fn' into rollup-new-lintsflip1995-0/+7
2019-11-23Merge remote-tracking branch 'upstream/zst-offset' into rollup-new-lintsflip1995-1/+8
2019-11-23Add comment for mir_opt_level=0flip1995-0/+4
2019-11-22Set mir_opt_level=0flip1995-0/+2
2019-11-20Implement if_same_cond_fn lintIgor Aleksanov-1/+8
2019-11-15New lint: zst_offsetAndre Bogus-1/+8
2019-11-15register new lint "tabs in doc comments" and update readmeFlorian Rohm-1/+8
2019-11-13Add new lint: large stack arrayAreredify-1/+8
2019-11-13display help on empty command line argumentsMikhail Babenko-2/+2
2019-11-10Add `to_digit_is_some` lintMichael Wright-1/+8
2019-11-07Update lintsHeinz N. Gies-1/+1
2019-11-07Simplify dentry point detectionHeinz N. Gies-1/+1
2019-11-07Update lintsHeinz N. Gies-0/+7
2019-11-07Deprecate `into_iter_on_array` lintflip1995-8/+1
2019-11-06Auto merge of #4714 - msizanoen1:remove-plugin, r=Manishearthbors-35/+0
2019-10-26Move manual_mul_add into nurseryflip1995-1/+1
2019-10-24Remove clippy pluginmsizanoen-35/+0
2019-10-24Update clippy for latest rustc changesMark Rousskov-58/+25
2019-10-22Add lint for debug_assert_with_mut_callMarcel Hellwig-1/+8
2019-10-18Split out testsHeinz N. Gies-2/+16
2019-10-18Add todo and testsHeinz N. Gies-1/+22
2019-10-16Add `inefficient_to_string` lintHMPerson1-1/+8
2019-10-15Change lint to be pedanticJames Wang-1/+1
2019-10-15Add a new lint for unused selfJames Wang-1/+8
2019-10-14new lints around `#[must_use]` fnsAndre Bogus-1/+22
2019-10-09New lint: suspicious_unary_op_formattingNikos Filippakis-1/+8
2019-10-08Addresses Issue #4001Ethan Lam-1/+8
2019-10-08Auto merge of #4592 - rust-lang:transmute-collection, r=flip1995bors-1/+8
2019-10-03Fix false-positive of redundant_clone and move to clippy::perfShotaro Yamada-1/+1
2019-10-02New lint: unsound_collection_transmuteAndre Bogus-1/+8
2019-10-02New lint: needless_doc_mainAndre Bogus-1/+8
2019-09-24Add a new lint for comparison chainsJames Wang-1/+8
2019-09-22Merge branch 'master' into unneeded_wildcard_patternMichael Wright-4/+19
2019-09-20new lint: mem-replace-with-uninitAndre Bogus-1/+8
2019-09-19Auto merge of #4539 - jolson88:cast-lossless-pedantic, r=flip1995bors-1/+1
2019-09-19New lint: Require `# Safety` section in pub unsafe fn docsAndre Bogus-1/+8
2019-09-16Changes to catch_fatal_errors in rustc driverJason Olson-1/+2
2019-09-15Changes cast-lossless to a pedantic lintJason Olson-1/+1
2019-09-12Add `unneeded-wildcard-pattern` lintMichael Wright-1/+8
2019-09-05Fix `redundant_pattern` false positiveYuki Okushi-1/+1
2019-09-04Auto merge of #4418 - euclio:byte-lit-suggestion, r=flip1995bors-1/+1
2019-09-04Run update_lintsflip1995-1/+1
2019-09-04Add manual_saturating_arithmetic lintShotaro Yamada-1/+8
2019-09-03lint against `MaybeUninit::uninit().assume_init()`Andre Bogus-1/+8