]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #4714 - msizanoen1:remove-plugin, r=Manishearth
[rust.git] / clippy_lints /
2019-11-06 borsAuto merge of #4714 - msizanoen1:remove-plugin, r=Manis...
2019-11-05 borsAuto merge of #4773 - lzutao:rls/print-something, r...
2019-11-05 Lzu Taochore: remove unnecessary parentheses around type
2019-10-29 borsAuto merge of #4752 - lzutao:cache/uninstall-clippy...
2019-10-29 borsAuto merge of #4753 - mikerite:approx-const-20191029...
2019-10-29 Michael WrightSimplify approx const truncation check
2019-10-28 borsAuto merge of #4744 - phansch:split_up_some_derive_test...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.39.0...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.38.0...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.36.0...
2019-10-28 borsAuto merge of #4747 - matthiaskrgr:rustup_19, r=flip1995
2019-10-28 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/65792/
2019-10-26 borsAuto merge of #4736 - flip1995:icu_mul_add, r=matthiaskrgr
2019-10-26 flip1995Move manual_mul_add into nursery
2019-10-24 borsAuto merge of #4724 - lzutao:minor-appveyor, r=phansch
2019-10-24 borsAuto merge of #4721 - phansch:fix_try_err_in_ext_macro...
2019-10-24 borsAuto merge of #4650 - Mark-Simulacrum:clippy-up-lintsto...
2019-10-24 flip1995Fix dogfood findings
2019-10-24 flip1995Fix lint_without_lint_pass lint
2019-10-24 flip1995Fix tests
2019-10-24 flip1995Run ./util/dev fmt
2019-10-24 flip1995Rustup to rust-lang/rust#65657
2019-10-24 Mark RousskovUpdate clippy for latest rustc changes
2019-10-24 Philipp HanschDon't emit try_err lint in external macros
2019-10-24 borsAuto merge of #4675 - lzutao:improve-shellscript, r...
2019-10-23 borsAuto merge of #4680 - hellow554:debug_assert_mut_call...
2019-10-23 borsAuto merge of #4691 - HMPerson1:suggest_iter, r=phansch
2019-10-23 borsAuto merge of #4718 - matthiaskrgr:cargo_metadata,...
2019-10-23 Matthias Krügerdeps: update cargo_metadata from 0.8.0 to 0.9.0
2019-10-23 borsAuto merge of #4715 - rust-lang:rustup, r=phansch
2019-10-22 flip1995Use StableHasher in SpanlessHasher
2019-10-22 flip1995Don't hash spans in SpanlessHasher
2019-10-22 Marcel HellwigAdd lint for debug_assert_with_mut_call
2019-10-19 borsAuto merge of #4692 - lzutao:use-opt-profile-rtim,...
2019-10-19 borsAuto merge of #4700 - lzutao:rustup-65535, r=phansch
2019-10-19 Lzu Taorustup https://github.com/rust-lang/rust/pull/65535
2019-10-18 borsAuto merge of #4696 - rust-lang:need-not-use-proc-macro...
2019-10-18 HMPerson1Fix suggestion for ranges
2019-10-18 Andre BogusOmit proc macros from `must_use_candidate`
2019-10-18 borsAuto merge of #4657 - Licenser:additional-restrictions...
2019-10-18 Heinz N. GiesSplit out tests
2019-10-18 Heinz N. GiesAdd expect
2019-10-18 Heinz N. GiesAdd todo and tests
2019-10-18 Heinz Giesadd restirction for unreachable and panic
2019-10-18 HMPerson1Fix suggestion span in `explicit_counter_loop`
2019-10-18 borsAuto merge of #4687 - lzutao:before-cache-appveyor...
2019-10-18 HMPerson1Suggest calling `iter` if needed in `explicit_counter_loop`
2019-10-18 borsAuto merge of #4685 - HMPerson1:patch-1, r=Manishearth
2019-10-18 borsAuto merge of #4686 - lzutao:fix-travis-windows-stuck...
2019-10-17 borsAuto merge of #4683 - HMPerson1:inefficient_to_string...
2019-10-17 Michael ZhangUpdate help text in `inefficient_to_string`
2019-10-17 borsAuto merge of #4689 - Manishearth:rustup, r=Yaahc
2019-10-17 Manish Goregaokarsyntax::ext -> syntax_expand
2019-10-16 HMPerson1Dogfood for `inefficient_to_string`
2019-10-16 HMPerson1Add `inefficient_to_string` lint
2019-10-16 borsAuto merge of #4669 - lzutao:minimal-rustup, r=phansch
2019-10-15 borsAuto merge of #4673 - Manishearth:rustup, r=phansch
2019-10-15 Manish GoregaokarRustup to rustc 1.40.0-nightly (237d54ff6 2019-10-15)
2019-10-15 borsAuto merge of #4668 - lzutao:update-rtim, r=flip1995
2019-10-15 borsAuto merge of #4671 - flip1995:ice-4671, r=phansch
2019-10-15 flip1995Fix ICE in use_self lint
2019-10-15 borsAuto merge of #4619 - james9909:unused-self, r=flip1995
2019-10-15 James WangChange terminology from static to associated
2019-10-15 James WangSwitch to OnlyBodies
2019-10-15 James WangChange lint to be pedantic
2019-10-15 James WangRemove prints
2019-10-15 James WangAdd a new lint for unused self
2019-10-14 borsAuto merge of #4560 - rust-lang:must-use-pure, r=phansch
2019-10-14 Andre Bogusnew lints around `#[must_use]` fns
2019-10-12 borsAuto merge of #4649 - Lythenas:use_match_function_call...
2019-10-11 flip1995Fix ICE #4579
2019-10-10 Matthias SeiffertUse match_function_call wherever possible
2019-10-10 Matthias SeiffertMove match_function_call to utils
2019-10-09 borsAuto merge of #4616 - mati865:license, r=Manishearth
2019-10-09 borsAuto merge of #4615 - nikofil:suspicious_unary_op_forma...
2019-10-09 Nikos FilippakisNew lint: suspicious_unary_op_formatting
2019-10-09 borsAuto merge of #4635 - Lythenas:suggestions-for-assert...
2019-10-08 borsAuto merge of #4602 - EthanTheMaster:issue-4001, r...
2019-10-08 Ethan LamAddresses Issue #4001
2019-10-08 borsAuto merge of #4641 - sinkuu:revert_workaround, r=phansch
2019-10-08 borsAuto merge of #4627 - kerhong:fix-typo-in-inherent...
2019-10-08 borsAuto merge of #4611 - rust-lang:doc-visibility, r=flip1995
2019-10-08 borsAuto merge of #4595 - rust-lang:rustbot, r=flip1995
2019-10-08 borsAuto merge of #4592 - rust-lang:transmute-collection...
2019-10-08 borsAuto merge of #4628 - flip1995:rustup, r=phansch
2019-10-07 Matthias SeiffertReduce duplication
2019-10-07 Matthias SeiffertMatch any expr for panic message
2019-10-07 Matthias SeiffertMake if_chain more readable
2019-10-07 Matthias SeiffertAdd message to replace assert!(false) help
2019-10-06 flip1995Move is_argument check into mutate
2019-10-05 flip1995Run util/dev fmt
2019-10-05 flip1995Get rid of rvalue_promotable_map method call
2019-10-05 flip1995Merge consume and consume_pat in escape analysis
2019-10-04 Mateusz MikułaUse new format of licenses
2019-10-04 flip1995Fix needless_pass_by_value
2019-10-04 flip1995Rustup to rust-lang/rust#64874
2019-10-04 borsAuto merge of #4613 - Lythenas:lint-assert_eq-unit_expr...
2019-10-04 Edgars BadunsFix typo in inherent_to_string documentation
2019-10-04 borsAuto merge of #4621 - JohnTitor:fix-windows, r=phansch
2019-10-04 borsAuto merge of #4625 - phansch:rollup-qp7ki0h, r=phansch
next