]> git.lizzy.rs Git - rust.git/history - clippy_lints
Possibly fix an ICE on test
[rust.git] / clippy_lints /
2019-12-28 Yuki OkushiPossibly fix an ICE on test
2019-12-27 borsAuto merge of #4963 - JohnTitor:unknown-clippy-lint...
2019-12-27 Yuki OkushiSuggest similar lint name on unknown_clippy_lints
2019-12-27 borsAuto merge of #4962 - JohnTitor:rustup-1227, r=matthiaskrgr
2019-12-27 Yuki OkushiRustup to rust-lang/rust#66936
2019-12-25 borsAuto merge of #4956 - JohnTitor:decimal-lit-suffix...
2019-12-25 borsAuto merge of #4954 - JohnTitor:improve-len-zero-doc...
2019-12-25 Yuki OkushiDo not drop suffixes on `decimal_literal_representation`
2019-12-25 Yuki OkushiCorrect documentation for `len_zero`
2019-12-24 borsAuto merge of #4947 - rust-lang:doc-main-extern-crate...
2019-12-24 borsAuto merge of #4885 - rust-lang:mut-key-types, r=flip1995
2019-12-24 Andre Bogusnew lint: mutable_key_type
2019-12-24 Andre BogusAvoid needless_doctest_main on 'extern crate'
2019-12-24 borsAuto merge of #4948 - lzutao:rustup-67538, r=phansch
2019-12-24 Lzu Taorustup "Add span information to `ExprKind::Assign`"
2019-12-23 borsAuto merge of #4946 - lzutao:take, r=flip1995
2019-12-23 Lzu Taodo minor cleanups
2019-12-23 borsAuto merge of #4934 - illicitonion:exhaustive_match...
2019-12-23 borsAuto merge of #4911 - phansch:update_changelog, r=flip1995
2019-12-23 borsAuto merge of #4939 - matthiaskrgr:bump_git_dep, r...
2019-12-23 borsAuto merge of #4823 - Areredify:must_use_res, r=flip1995
2019-12-23 borsAuto merge of #4941 - lzutao:utils-mod, r=phansch
2019-12-23 borsAuto merge of #4944 - JohnTitor:rustup, r=oli-obk
2019-12-23 Yuki OkushiRustup to rust-lang/rust#66877
2019-12-22 Lzu Taoa few small cleanups
2019-12-22 Mikhail Babenkoimplemented `let_underscore` lint
2019-12-22 Mikhail Babenkomove is_must_use_ty to utils
2019-12-22 borsAuto merge of #4938 - flip1995:rustup, r=flip1995
2019-12-22 flip1995Rustup to rust-lang/rust#66931
2019-12-22 flip1995Add <'_> where necessary
2019-12-22 Daniel Wagner-HallRemove trailling .s
2019-12-22 borsAuto merge of #4937 - mikerite:fix-4824, r=phansch
2019-12-22 borsAuto merge of #4930 - flip1995:unused_label, r=phansch
2019-12-22 Michael WrightFix `map_clone` false positive
2019-12-22 borsAuto merge of #4935 - krishna-veerareddy:issue-4241...
2019-12-22 Daniel Wagner-HallUpdate wildcard enum match lint for non_exhaustive...
2019-12-22 Krishna Veera ReddyReduce cognitive complexity lint span
2019-12-21 borsAuto merge of #4932 - lzutao:rustup-67355, r=matthiaskrgr
2019-12-21 Lzu Taorustup "Merge `ast::Mutability` and `mir::Mutability`"
2019-12-21 flip1995Deprecate unused_label lint
2019-12-21 borsAuto merge of #4922 - oli-cosmian:patch-1, r=flip1995
2019-12-21 borsAuto merge of #4926 - matthiaskrgr:rurstup_24, r=matthi...
2019-12-20 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/67455
2019-12-20 borsAuto merge of #4920 - lily-commure:fix-unnecessary...
2019-12-20 borsAuto merge of #4913 - mikerite:step-by-zero-20191218...
2019-12-20 borsAuto merge of #4921 - qoh:patch-1, r=phansch
2019-12-20 EmmaFix 'redudant' spelling in redundant_clone docs
2019-12-19 Lily ChungFix documentation example for unnecessary_filter_map.
2019-12-19 borsAuto merge of #4915 - mikerite:fix-4912-2, r=phansch
2019-12-19 Michael WrightFix `expect_fun_call` false negative on references
2019-12-19 mikeriteFix `iterator_step_by_zero` description in declaration
2019-12-18 borsAuto merge of #4910 - krishna-veerareddy:issue-1205...
2019-12-18 Michael WrightCorrect `iterator_step_by_zero` documentation
2019-12-18 Michael WrightUpdate iterator_step_by_zero
2019-12-18 Krishna Veera ReddyPrevent `cmp_nan` when inside constants
2019-12-18 Krishna Veera ReddyDetect comparisons with NAN constants
2019-12-17 borsAuto merge of #4907 - krishna-veerareddy:fix-clippy...
2019-12-17 Krishna Veera ReddyFix clippy build failure
2019-12-12 borsAuto merge of #4883 - krishna-veerareddy:issue-4818...
2019-12-11 borsAuto merge of #4886 - rust-lang:must-use-pub-only,...
2019-12-08 borsAuto merge of #4889 - krishna-veerareddy:issue-3993...
2019-12-08 Krishna Veera ReddyAdd lint to detect transmutes from float to integer
2019-12-06 Andre BogusLint only exported must_use_candidates
2019-12-06 borsAuto merge of #4884 - RobbieClarken:warn-missing-errors...
2019-12-06 RobbieClarkenAdd lint for pub fns returning a `Result` without docum...
2019-12-05 Krishna Veera ReddyFix false positive with cast_sign_loss lint
2019-12-05 borsAuto merge of #4880 - daxpedda:string-add, r=phansch
2019-12-05 daxpeddaChange to only detect in external macros.
2019-12-04 daxpeddaFix false positive in `string_add`.
2019-12-04 borsAuto merge of #4879 - matthiaskrgr:rustup_23, r=flip1995
2019-12-04 Matthias KrügerRustup to rust-lang/rust#66878
2019-12-03 borsAuto merge of #4877 - flip1995:manual_swap_4853, r...
2019-12-03 borsAuto merge of #4878 - flip1995:rustup, r=flip1995
2019-12-03 flip1995Make OP_REF lint suggestion MaybeIncorrect
2019-12-03 Christopher DurhamFire clippy::op_ref on PartialOrd but !Ord types
2019-12-03 flip1995Rustup to rust-lang/rust#66935
2019-12-03 flip1995Fix rustdoc examples
2019-12-03 flip1995Make manual_swap autofixable
2019-12-03 flip1995Formatting
2019-12-03 flip1995Fix FP in manual_swap lint with slice-like types
2019-12-02 borsAuto merge of #4875 - flip1995:rustup, r=matthiaskrgr
2019-12-02 flip1995Rustup to rust-lang/rust#64736
2019-12-02 borsAuto merge of #4873 - phansch:rustup2, r=eddyb
2019-12-02 Philipp HanschUse assert_crate_local for a more explicit error
2019-12-02 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/66789
2019-12-01 borsAuto merge of #4690 - lzutao:fix-test-on-non-amd64...
2019-12-01 borsAuto merge of #4870 - lzutao:check-macro-missing_inline...
2019-12-01 Lzu Taoaccount for external macro in MISSING_INLINE_IN_PUBLIC_...
2019-12-01 Lzu Taochore: fix and split some ui tests on 32bit system
2019-12-01 borsAuto merge of #4866 - rust-lang:needful-doctest-main...
2019-11-30 borsAuto merge of #4865 - phansch:fix_master_deployment...
2019-11-29 Andre BogusLess needless_doctest_main false positives
2019-11-29 borsAuto merge of #4588 - phansch:add_custom_ice_hook,...
2019-11-29 Philipp Hanschfmt
2019-11-29 Philipp HanschMake triggering this lint less likely :paperclip:
2019-11-29 Philipp HanschAdd custom ICE message that points to Clippy repo
2019-11-29 borsAuto merge of #4837 - flip1995:integration, r=phansch
2019-11-29 borsAuto merge of #4856 - lzutao:rtim-non-installed, r...
2019-11-29 borsAuto merge of #4863 - phansch:use_self, r=flip1995
2019-11-29 borsAuto merge of #4845 - flip1995:clippy_toml_deps, r...
next