]> git.lizzy.rs Git - rust.git/history - clippy_lints
upper_case_acronyms: move lint from style to pedantic lint group
[rust.git] / clippy_lints /
2021-02-22 Matthias Krügerupper_case_acronyms: move lint from style to pedantic...
2021-02-22 borsAuto merge of #6769 - Y-Nak:inconsistent-struct-constru...
2021-02-22 Yoshitomo NakanishiDescribe the order of fields in struct ctor doesn't...
2021-02-21 borsAuto merge of #6771 - MortenLohne:master, r=flip1995
2021-02-21 borsAuto merge of #6770 - ThibsG:PostfixEnumVariant, r...
2021-02-21 borsAuto merge of #6765 - camsteffen:unnecessary-wraps...
2021-02-21 borsAuto merge of #6754 - camsteffen:spanlesseq-res, r...
2021-02-20 Morten LohneFix FP in inherent_to_string when the function has...
2021-02-20 Yoshitomo NakanishiFix unnecessary_sort_by.rs that fails the dogfood test
2021-02-20 Yoshitomo NakanishiNew lint: inconsistent_struct_constructor
2021-02-20 ThibsGFix camel case postfix for `enum_variant_names` lint
2021-02-20 borsAuto merge of #6717 - booleancoercion:master, r=llogiq
2021-02-20 borsAuto merge of #6766 - matthiaskrgr:nestedmatch, r=flip1995
2021-02-20 borsAuto merge of #6764 - matthiaskrgr:lintcheck_par_iter...
2021-02-19 boolFixed the known problems section
2021-02-19 boolUpdated from_str_radix_10 sugg to be slightly smarter...
2021-02-19 Matthias Krügercollapsible_match: fix lint message capitalization
2021-02-19 Cameron SteffenChange known problems
2021-02-19 Cameron SteffenChange unnecessary_wraps to pedantic
2021-02-18 borsAuto merge of #6665 - pag4k:unnecessary_wraps_bug_6640...
2021-02-18 Pierre-Andre GagnonChanged fn body suggestion msg
2021-02-18 borsAuto merge of #6763 - flip1995:fix_lintcheck, r=matthia...
2021-02-18 borsAuto merge of #6759 - Y-Nak:fix-fp-of-result_unit_err...
2021-02-18 Yoshitomo NakanishiFix FP of result_unit_err when using type aliases
2021-02-17 Pierre-Andre GagnonAdded detailled suggs for new case
2021-02-17 Cameron SteffenFix match_same_arms with SpanlessEq changes
2021-02-17 Cameron SteffenMake expr_fallback FnMut
2021-02-17 Cameron SteffenTeach SpanlessEq binding IDs
2021-02-16 borsAuto merge of #6662 - Y-Nak:default-numeric-fallback...
2021-02-16 Yoshitomo NakanishiChange to span_lint_and_sugg from span_lint_and_help
2021-02-16 Yoshitomo NakanishiHandle struct ctor case
2021-02-15 Yoshitomo NakanishiAdd more tests for default_numeric_fallback
2021-02-15 Yoshitomo NakanishiAdd fn_sig_opt to get fn signature from HirId
2021-02-15 Yoshitomo NakanishiAdd some restrictions to default_numeric_fallback to...
2021-02-14 borsAuto merge of #6741 - ThibsG:BlockInIfConditions1141...
2021-02-14 ThibsGDo not lint when the closure is called using an iterator
2021-02-14 borsAuto merge of #6701 - camsteffen:collapsible-if, r...
2021-02-14 borsAuto merge of #6697 - camsteffen:vec-init-push-fp,...
2021-02-12 boolean_coercionMade parens addition smarter and added tests with bless
2021-02-12 borsAuto merge of #6700 - daxpedda:panics-doc-unreachable...
2021-02-12 boolean_coercionFixed typos and updated to matches! where applicable
2021-02-12 boolean_coercionFixed doctests that shouldn't have been compiled
2021-02-12 boolean_coercionRan bless and rustfmt
2021-02-12 boolean_coercionChanged applicability to MaybeIncorrect because of...
2021-02-12 boolean_coercionfrom_str_radix_10 should be done
2021-02-12 boolean_coercionImplemented majority of from_str_radix_10
2021-02-12 boolean_coercionAdded boilerplate
2021-02-12 borsAuto merge of #6179 - flip1995:rewrite_use_self, r...
2021-02-11 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-02-11 borsAuto merge of #6718 - flip1995:rustup, r=flip1995
2021-02-11 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-02-11 borsAuto merge of #6708 - matthiaskrgr:lintcheck, r=flip1995
2021-02-11 borsAuto merge of #6650 - daxpedda:cargo-common-metadata...
2021-02-10 borsAuto merge of #6657 - ThibsG:FromIterParens, r=llogiq
2021-02-10 borsAuto merge of #6714 - alpaca-tc:fixed_tiny_typo, r...
2021-02-10 alpaca-tcFix typo
2021-02-10 borsAuto merge of #6695 - TaKO8Ki:add-bytes-nth, r=phansch
2021-02-10 borsAuto merge of #6687 - ehuss:stabilize-wrapper, r=flip1995
2021-02-10 Cameron SteffenUse TyS::same_type
2021-02-10 Cameron SteffenMove "types to lint" to the item stack
2021-02-10 Cameron SteffenFix qpath_res call
2021-02-10 flip1995Don't trigger use_self in macros
2021-02-10 flip1995Rewrite use_self lint one more time
2021-02-10 Tim Nielensuse_self - fix issue with `hir_ty_to_ty`
2021-02-10 Tim Nielensrework use_self impl based on ty::Ty comparison
2021-02-10 Takayuki MaedaUpdate clippy_lints/src/methods/bytes_nth.rs
2021-02-10 borsAuto merge of #6698 - camsteffen:path-to-local, r=phansch
2021-02-09 ThibsGAdd better turbofish extractor
2021-02-09 Ömer Sinan AğacanRename HIR UnOp variants
2021-02-08 Cameron SteffenFix collapsible_if false positive with attributes
2021-02-08 Cameron SteffenSimplify if_chain
2021-02-08 daxpeddaFix missing_panics_doc warning on `unreachable!`.
2021-02-08 Cameron SteffenUse path_to_local_id
2021-02-08 Cameron SteffenRefactor out UnusedSelfVisitor
2021-02-08 Cameron SteffenEnhance LocalUsedVisitor to check closure bodies
2021-02-08 Cameron SteffenFix vec_init_then_push FP
2021-02-08 Cameron SteffenUse id instead of name
2021-02-08 borsAuto merge of #6696 - dtolnay-contrib:regex, r=Manishearth
2021-02-08 David TolnayDowngrade trivial_regex to nursery
2021-02-07 Takayuki Maedaadd a new lint `bytes_nth`
2021-02-07 borsAuto merge of #6686 - matthiaskrgr:lintcheck_git, r...
2021-02-07 borsAuto merge of #6674 - phlip9:disallowed_functions,...
2021-02-07 borsAuto merge of #6685 - magurotuna:filter_map_identity...
2021-02-07 Yoshitomo NakanishiSimplify DefaultNumericFallback
2021-02-07 borsAuto merge of #6681 - 1c3t3a:1c3t3a-issue-6467, r=xFred...
2021-02-07 borsAuto merge of #6660 - camsteffen:path-to-local, r=llogiq
2021-02-07 borsAuto merge of #6688 - rust-lang:triagebot_update, r...
2021-02-07 borsAuto merge of #6682 - camsteffen:let-underscore-ref...
2021-02-06 Cameron SteffenEat dogfood
2021-02-06 Bastian KerstingFixed suggestion in macro invocations
2021-02-06 daxpeddaConfused about my own explanation.
2021-02-06 daxpeddaDocument condition.
2021-02-06 daxpeddaChange clippy configuration option.
2021-02-06 daxpeddaHide clippy configuration option.
2021-02-06 daxpeddaImplement `_cargo_ignore_publish`.
2021-02-06 daxpeddaFix cargo_common_metadata warning on `publish = false`.
2021-02-06 Bastian KerstingChanged lint level to `restriction`
2021-02-06 Jonas SchievinkRollup merge of #81680 - camsteffen:primty, r=oli-obk
2021-02-06 Bastian KerstingSwitched to `snippet_with_macro_callsite`
2021-02-06 Bastian KerstingRevert "Fixed for loop problem, corrected all occurence...
next