]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #5033 - JohnTitor:split-use-self, r=flip1995
[rust.git] / clippy_lints /
2020-01-13 borsAuto merge of #5033 - JohnTitor:split-use-self, r=flip1995
2020-01-13 borsAuto merge of #5042 - JohnTitor:rustup-0112, r=phansch
2020-01-13 Yuki OkushiRustup to rust-lang/rust#68045
2020-01-11 borsAuto merge of #5040 - JohnTitor:rustup-0111, r=flip1995
2020-01-11 Yuki OkushiRemove references
2020-01-11 Yuki OkushiRustup to rust-lang/rust#67000
2020-01-11 Yuki OkushiApply review comments
2020-01-11 Yuki OkushiRustup to rust-lang/rust#67806
2020-01-11 Yuki OkushiApply review comments
2020-01-11 Yuki OkushiRustup to rust-lang/rust#68101
2020-01-11 Yuki OkushiRustup to rust-lang/rust#67258
2020-01-09 borsAuto merge of #4960 - ThibsG:patterns_with_wildcard_...
2020-01-09 borsAuto merge of #5025 - JohnTitor:rustup-0109, r=flip1995
2020-01-09 Yuki OkushiRustup to rust-lang/rust#67979
2020-01-09 Yuki OkushiRustup to rust-lang/rust#67781
2020-01-08 borsAuto merge of #5022 - flip1995:useless_attr, r=phansch
2020-01-08 flip1995Fix useless attribute suggestion
2020-01-08 borsAuto merge of #5017 - sinkuu:mir_no_opt_fallout, r...
2020-01-08 borsAuto merge of #5015 - krishna-veerareddy:change-float...
2020-01-08 borsAuto merge of #5019 - JohnTitor:follow-up-normalize...
2020-01-08 Yuki OkushiNormalize lint messages in cast_precision_loss
2020-01-08 borsAuto merge of #5018 - JohnTitor:rustup-0108, r=phansch
2020-01-08 Yuki OkushiRustup to rust-lang/rust#67970
2020-01-08 Shotaro YamadaFix `redundant_clone`
2020-01-07 Krishna Sai Veera... Move `transmute_float_to_int` lint to `complexity`
2020-01-07 ThibsGSpan help without suggestion
2020-01-07 ThibsGChange lint name to WILDCARD_IN_OR_PATTERNS
2020-01-07 ThibsGHandle case for non-exhaustive enums
2020-01-07 ThibsGMove to complexity and adapt test
2020-01-07 ThibsGChange group and use only func call
2020-01-07 ThibsGRemove useless parameters in func call
2020-01-07 ThibsGNew lint: pats_with_wild_match_arm
2020-01-07 borsAuto merge of #5000 - JohnTitor:backticks, r=flip1995
2020-01-07 Yuki OkushiApply suggestion from code review
2020-01-07 Yuki OkushiNormalize lint messages
2020-01-07 borsAuto merge of #5011 - JohnTitor:split-collapsible-if...
2020-01-07 borsAuto merge of #5010 - lzutao:recurse-remove_blocks...
2020-01-07 borsAuto merge of #5002 - lzutao:fmt-fallout, r=flip1995
2020-01-07 borsAuto merge of #4999 - krishna-veerareddy:issue-4679...
2020-01-07 borsAuto merge of #5009 - lzutao:travis-windows-msvc, r...
2020-01-07 Lzu TaoMake utils::remove_blocks non-recursive
2020-01-07 Krishna Sai Veera... Prevent doc-tests from running and fix lint description
2020-01-07 Krishna Sai Veera... Add lint to detect usage of invalid atomic ordering
2020-01-06 borsAuto merge of #5008 - JohnTitor:let-on-macros, r=flip1995
2020-01-06 Yuki OkushiDo not trigger `let_and_return` lint on macros
2020-01-06 borsAuto merge of #5003 - JohnTitor:rustup, r=flip1995
2020-01-06 Yuki OkushiRustup to rust-lang/rust#67886
2020-01-05 borsAuto merge of #4996 - JohnTitor:rustup, r=matthiaskrgr
2020-01-05 Yuki OkushiRustup to rust-lang/rust#67137
2020-01-05 Yuki OkushiRustup to rust-lang/rust#67803
2020-01-04 borsAuto merge of #4993 - rust-lang:doc-unsafe-macro-check...
2020-01-04 Andre BogusExternal macro check for missing_*_doc
2020-01-04 borsAuto merge of #4966 - bradsherman:iter-nth-zero, r...
2020-01-04 Brad ShermanAdd lint for iter.nth(0)
2020-01-04 Brad ShermanFix existing iter-nth-zero violations
2020-01-04 borsAuto merge of #4992 - phansch:rustup_foobar, r=matthiaskrgr
2020-01-04 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/67853
2020-01-04 borsAuto merge of #4881 - krishna-veerareddy:issue-4871...
2020-01-04 borsAuto merge of #4990 - JohnTitor:remove-try, r=phansch
2020-01-04 Yuki OkushiRemove use of `try!` from documentation
2020-01-03 borsAuto merge of #4989 - rust-lang:no-unmangled-must-use...
2020-01-03 Andre BogusNo #[no_mangle] must_use_candidate functions
2020-01-03 borsAuto merge of #4975 - JohnTitor:fix-4968, r=phansch
2020-01-03 borsAuto merge of #4978 - mikerite:fix-4958, r=phansch
2020-01-02 borsAuto merge of #4977 - krishna-veerareddy:issue-4969...
2020-01-02 Yuki OkushiMove `is_normalizable` into utils
2020-01-01 Michael WrightFix bad `explicit_into_iter_loop` suggestion
2019-12-31 Krishna Veera ReddyPrevent `replace_consts` lint within match patterns
2019-12-31 Krishna Veera ReddyIndicate anonymous lifetimes for types
2019-12-31 Krishna Veera ReddyLint within internal macros without a suggestion
2019-12-31 Krishna Veera ReddyDestructure `mem:replace` arguments
2019-12-31 Krishna Veera ReddyMove `mem_replace_with_default` out of nursery
2019-12-31 Krishna Veera ReddyPrevent `mem_replace_with_default` lint within macros
2019-12-31 Krishna Veera ReddyUse `mem::take` instead of `mem::replace` when applicable
2019-12-31 Yuki OkushiFix ICE due to normalization failure
2019-12-31 borsAuto merge of #4973 - JohnTitor:rustup-1231, r=phansch
2019-12-31 Yuki OkushiUse `is_empty()`
2019-12-31 Yuki OkushiRustup to rust-lang/rust#67707
2019-12-30 borsAuto merge of #4970 - krishna-veerareddy:fix-replace...
2019-12-30 borsAuto merge of #4634 - m-ober:feature/2320-map-or, r...
2019-12-30 Krishna Veera ReddyFix `replace_consts` lint documentation
2019-12-30 borsAuto merge of #4972 - JohnTitor:rustup, r=llogiq
2019-12-30 Yuki OkushiRustup to rust-lang/rust#66942
2019-12-29 borsAuto merge of #4967 - JohnTitor:update-test, r=phansch
2019-12-29 Yuki OkushiRustup to rust-lang/rust#67151
2019-12-28 Micha OberAdd real suggestion to option_map_unwrap_or
2019-12-28 borsAuto merge of #4964 - JohnTitor:fix-potential-ice,...
2019-12-28 borsAuto merge of #4867 - mgr-inz-rafal:modulo_arithmetic...
2019-12-28 mgr-inz-rafalFixes for elided lifetimes
2019-12-28 mgr-inz-rafalAdd new lint (modulo_arithmetic)
2019-12-28 Yuki Okushicode review
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`
next