]> git.lizzy.rs Git - rust.git/history - clippy_lints
Merge branch 'master' into fix-2728
[rust.git] / clippy_lints /
2019-02-01 Michael WrightMerge branch 'master' into fix-2728
2019-01-31 Michael WrightFix `cast_sign_loss` false positive
2019-01-29 borsAuto merge of #3652 - Aehmlo:where_the_wild_things_are...
2019-01-29 Alex Hamiltonwildcard_match_arm: add nesting issue to known.
2019-01-29 Alex Hamiltonwildcard_match_arm: lint only enum matches.
2019-01-29 Alex Hamiltonwilcard_match_arm: run rustfmt.
2019-01-29 Alex Hamiltonwildcard_match_arm: add lint properly.
2019-01-29 Alex Hamiltonwildcard_match_arm: rename function.
2019-01-29 Alex Hamiltonwildcard_match_arm: expand lint scope.
2019-01-29 Alex HamiltonChange match_wild lint name to WILDCARD_MATCH_ARM.
2019-01-29 Alex HamiltonAdd match_wild lint (#3649).
2019-01-29 borsAuto merge of #3648 - phansch:const_fn_lint, r=oli-obk
2019-01-29 Philipp Hanschcargo fmt
2019-01-29 borsAuto merge of #3714 - mikerite:fix-2945, r=oli-obk
2019-01-29 Philipp HanschUpdate various docs
2019-01-29 Philipp HanschUse built-in entry_fn detection over self-built
2019-01-29 Philipp Hanschcargo fmt
2019-01-29 Philipp HanschReorganize conditionals: Run faster checks first
2019-01-29 Philipp HanschMaybe fix ICE?
2019-01-29 Philipp HanschAdd initial version of const_fn lint
2019-01-29 Michael WrightFix `unit_arg` false positive
2019-01-28 borsAuto merge of #3700 - phansch:would_you_like_some_help_...
2019-01-28 borsAuto merge of #3711 - rust-lang:rustup, r=oli-obk
2019-01-28 Oliver SchererRustfmt
2019-01-28 Oliver SchererCheck hypothetically failing conversion
2019-01-28 Oliver SchererUpdate more changed iterator paths
2019-01-28 Oliver SchererAtomics constants are now handled by the deprecation...
2019-01-28 Oliver SchererUpdate changed iterator paths
2019-01-28 Oliver SchererUpdate const slice processing
2019-01-27 borsAuto merge of #3706 - robamler:patch-1, r=phansch
2019-01-27 borsAuto merge of #3705 - matthiaskrgr:rustup, r=phansch
2019-01-27 Matthias Krügerrun cargo fmt
2019-01-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/57907/
2019-01-27 Robert BamlerFix documentation for `slow_vector_initialization`
2019-01-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/57726
2019-01-26 borsAuto merge of #3690 - mikerite:fix-3630-expect-fun...
2019-01-26 Philipp HanschPrevent incorrect cast_lossless suggestion in const_fn
2019-01-26 borsAuto merge of #3701 - mikerite:fix-3118, r=phansch
2019-01-26 Michael WrightIncorporate review suggestions
2019-01-25 borsAuto merge of #3698 - sorin-davidoi:fix-common-metadata...
2019-01-25 Sorin Davidoichore(cargo/dependencies/cargo-metadata): Upgrade to...
2019-01-25 borsAuto merge of #3699 - matthiaskrgr:itertools, r=oli-obk
2019-01-25 Matthias Krügerdependencies: update itertools from 0.7 to 0.8
2019-01-25 borsAuto merge of #3691 - phansch:update_changelog, r=oli-obk
2019-01-25 borsAuto merge of #3694 - phansch:fixed, r=phansch
2019-01-24 borsAuto merge of #3693 - phansch:rustup, r=matthiaskrgr
2019-01-24 Philipp HanschRustup
2019-01-24 Michael WrightFix `expect_fun_call` lint suggestions
2019-01-23 borsAuto merge of #3582 - Arkweid:add-lints-aseert-checks...
2019-01-23 A.A.Abroskinallow assertions_on_constants for collapsible_if and...
2019-01-23 A.A.AbroskinMerge branch 'master' into add-lints-aseert-checks
2019-01-22 borsAuto merge of #3684 - g-bartoszek:sugg-snippet-modifica...
2019-01-22 borsAuto merge of #3679 - daxpedda:use_self, r=phansch
2019-01-22 borsAuto merge of #3685 - rust-lang:rustup, r=flip1995
2019-01-22 Oliver SchererRustfmt all the things
2019-01-22 Oliver SchererDon't make decisions on values that don't represent...
2019-01-22 daxpeddaImproving comments.
2019-01-22 Oliver SchererRustup
2019-01-22 Philipp KronesImprove span shortening.
2019-01-22 Grzegorz BartoszekAdded "make_return" and "blockify" convenience methods...
2019-01-21 borsAuto merge of #3677 - daxpedda:integer_arithmetic,...
2019-01-21 daxpeddaActually check for constants.
2019-01-21 borsAuto merge of #3676 - daxpedda:implicit_return, r=oli-obk
2019-01-21 daxpeddaFixed potential mistakes with nesting. Added tests.
2019-01-21 borsAuto merge of #3680 - g-bartoszek:needless-bool-else...
2019-01-21 Grzegorz Bartoszekformatting fix
2019-01-21 Oliver SchererUpdate clippy_lints/src/needless_bool.rs
2019-01-21 Grzegorz Bartoszekformatting fix
2019-01-20 borsAuto merge of #3681 - rmcteggart-r7:master, r=matthiaskrgr
2019-01-20 borsAuto merge of #3675 - mikerite:fix-build-20190120,...
2019-01-20 Michael WrightFix breakage due to rust-lang/rust#57651
2019-01-20 Grzegorz Bartoszekneedless bool lint suggestion is wrapped in brackets...
2019-01-20 daxpeddaFix automatic suggestion on `use_self`.
2019-01-20 daxpeddaRemove negative integer literal checks.
2019-01-20 daxpeddaFix `implicit_return` false positives.
2019-01-20 Michael WrightRun rustfmt
2019-01-20 Michael WrightFixed breakage due to rust-lang/rust#57489
2019-01-20 Michael WrightFix breakage due to rust-lang/rust#57755
2019-01-19 borsAuto merge of #3674 - sinkuu:fmt_rustup, r=oli-obk
2019-01-19 Shotaro YamadaCatch up with `format_args` change
2019-01-19 borsAuto merge of #3672 - mikerite:fix-3670, r=oli-obk
2019-01-19 borsAuto merge of #3671 - matthiaskrgr:rustup, r=oli-obk
2019-01-19 Michael WrightFix bad `while_let_on_iterator` suggestion.
2019-01-19 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/57747
2019-01-17 borsAuto merge of #3667 - euclio:applicability, r=phansch
2019-01-16 Andy Russelladd applicability to lint name suggestion
2019-01-15 borsAuto merge of #3662 - mikerite:fix-498, r=oli-obk
2019-01-15 Michael WrightRemove `map_clone` fixed known problem
2019-01-15 Michael WrightFix `map_clone` bad suggestion
2019-01-14 borsAuto merge of #3657 - roblabla:bugfix-missing-docs...
2019-01-14 borsAuto merge of #3653 - gendx:master, r=phansch
2019-01-14 borsAuto merge of #3658 - detrumi:add-several-run-rustfix...
2019-01-13 roblablaMissing docs: don't require documenting Global Asm...
2019-01-13 Wilco KuseeDisable deprecated_cfg_attr lint for inner attributes
2019-01-12 borsAuto merge of #3654 - matthiaskrgr:rustup, r=phansch
2019-01-12 Matthias Krügerrustup: the features if_while_or_patterns has been...
2019-01-11 borsAuto merge of #3646 - matthiaskrgr:travis, r=phansch
2019-01-10 Guillaume EndignouxFix comments in clippy_lints/src/len_zero.rs
2019-01-09 borsAuto merge of #3645 - phansch:remove_copyright_headers...
2019-01-09 A.A.Abroskinadd assert(true/false, some message) tests
next