about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2019-09-23Fix let_and_return lintAndre Bogus-0/+2
2019-09-23Merge branch 'master' into unneeded_wildcard_patternMichael Wright-2/+8
2019-09-22clippy::cargo_common_metadata: check for license-fileCyril Plisko-2/+8
2019-09-22Merge branch 'master' into unneeded_wildcard_patternMichael Wright-98/+235
2019-09-21Auto merge of #4558 - Manishearth:suggestions, r=phanschbors-3/+3
2019-09-21for_loop: Split test into fixable/unfixable, make needless_range_loop use upd...Manish Goregaokar-1/+1
2019-09-20assign_ops: Remove MachineApplicableManish Goregaokar-2/+2
2019-09-20new lint: mem-replace-with-uninitAndre Bogus-31/+99
2019-09-19Auto merge of #4544 - JoshMcguigan:issue-4542, r=flip1995bors-1/+2
2019-09-19Auto merge of #4539 - jolson88:cast-lossless-pedantic, r=flip1995bors-3/+2
2019-09-19New lint: Require `# Safety` section in pub unsafe fn docsAndre Bogus-28/+85
2019-09-18Work around qpath_res issueMichael Wright-26/+39
2019-09-18remove machine applicable suggestion explicit_write format #4542Josh Mcguigan-1/+2
2019-09-18Add note about refactoringmikerite-0/+4
2019-09-15Changes cast-lossless to a pedantic lintJason Olson-3/+2
2019-09-13Convert to Place's new boxed slice projectionJason Olson-6/+5
2019-09-13Apply review suggestionsMichael Wright-11/+3
2019-09-12Fix lint warningsMichael Wright-58/+63
2019-09-12Add `unneeded-wildcard-pattern` lintMichael Wright-1/+94
2019-09-11Auto merge of #4478 - tsurai:master, r=flip1995bors-0/+8
2019-09-11run rustfmtMatthias Krüger-16/+20
2019-09-10Auto merge of #4532 - rust-lang:integer-const, r=oli-obkbors-16/+33
2019-09-10New `is_integer_const` to check more const intsAndre Bogus-16/+33
2019-09-10Auto merge of #4525 - mikerite:use-self-constructor, r=phanschbors-2/+2
2019-09-10Remove feature gate bind-by-moveLzu Tao-1/+0
2019-09-09Auto merge of #4527 - rust-lang:more-vec-diag-items, r=oli-obkbors-4/+4
2019-09-09Auto merge of #4522 - mikerite:fix-4514, r=phanschbors-25/+30
2019-09-09Changed more Vec paths to diagnostic_itemsAndre Bogus-4/+4
2019-09-09Auto merge of #4458 - flip1995:block_in_if_ext_macro, r=phanschbors-1/+4
2019-09-09Fix regression in case of proc-macro attribute expansionLzu Tao-8/+7
2019-09-09Extend `use_self` to check constructorMichael Wright-2/+2
2019-09-09Merge branch 'master' into fix-4514Michael Wright-133/+28
2019-09-09Use diagnostic item forAndre Bogus-24/+34
2019-09-08Update non_expressive_names for or patternsMatthew Jasper-2/+3
2019-09-08Remove use of the HIR CFGMatthew Jasper-131/+25
2019-09-08Fix `or_fun_call` bad suggestionMichael Wright-25/+30
2019-09-06Auto merge of #4508 - rust-lang:reduced-symbolism, r=phanschbors-3/+2
2019-09-06Rustup to rust-lang/rust#64111Mateusz Mikuła-1/+1
2019-09-06Auto merge of #4500 - jeremystucki:refactoring, r=flip1995bors-55/+19
2019-09-06Simplify , removing a FIXMEAndre Bogus-3/+2
2019-09-05Auto merge of #4489 - JohnTitor:fix-redundant-pattern-false-positive, r=flip1995bors-42/+43
2019-09-05Rustup "Minimize uses of `LocalInternedString`"Lzu Tao-28/+20
2019-09-04Auto merge of #4495 - JohnTitor:fix-map-entry-false-positive, r=phanschbors-1/+2
2019-09-05Make it auto fixable lintYuki Okushi-1/+4
2019-09-05Fix `redundant_pattern` false positiveYuki Okushi-42/+40
2019-09-04Auto merge of #4487 - JohnTitor:deref-addrof-external-macro, r=flip1995bors-1/+2
2019-09-04Refactor option handlingJeremy Stucki-55/+19
2019-09-04Auto merge of #4418 - euclio:byte-lit-suggestion, r=flip1995bors-19/+29
2019-09-04use a structured suggestion for char-lit-as-u8Andy Russell-19/+29
2019-09-04Auto merge of #4498 - sinkuu:checked_arithmetic_unwrap, r=flip1995bors-0/+209