]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/lib.register_lints.rs
Auto merge of #8649 - ebobrow:imperative_find, r=flip1995
[rust.git] / clippy_lints / src / lib.register_lints.rs
2022-06-27 borsAuto merge of #8649 - ebobrow:imperative_find, r=flip1995
2022-06-27 borsAuto merge of #8972 - kyoto7250:use_retain, r=llogiq
2022-06-27 borsAuto merge of #9054 - alex-semenyuk:string_add_example...
2022-06-27 borsAuto merge of #8871 - Serial-ATA:cargo-dev-deprecate...
2022-06-26 kyoto7250rename use_retain => manual_retain
2022-06-26 kyoto7250feat(new lint): new lint `use_retain`
2022-06-26 borsAuto merge of #9032 - kyoto7250:issue_9018, r=llogiq
2022-06-25 borsAuto merge of #8985 - botahamec:single-match-option...
2022-06-25 borsAuto merge of #9015 - kyoto7250:issue_8493, r=Jarcho
2022-06-24 borsAuto merge of #9031 - evantypanski:manual_rem_euclid...
2022-06-24 borsAuto merge of #9036 - xFrednet:0000-force-warn-in-drive...
2022-06-23 borsAuto merge of #8953 - DevAccentor:slow_vector_initializ...
2022-06-22 borsAuto merge of #9017 - alex-semenyuk:while_let_on_iterat...
2022-06-21 Evan TypanskiImplement manual_rem_euclid lint
2022-06-21 SerialAdd `dev deprecate`
2022-06-20 borsAuto merge of #9006 - kyoto7250:issue-8836-v2, r=Jarcho
2022-06-17 borsAuto merge of #8989 - kyoto7250:default_iter_empty...
2022-06-17 kyoto7250feat(lint): add default_iter_empty
2022-06-16 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-06-15 borsAuto merge of #8964 - tamaroning:read_zero_byte_vec...
2022-06-14 tamaronadd lint
2022-06-14 borsAuto merge of #8947 - Serial-ATA:lint-produces-output...
2022-06-14 borsAuto merge of #8901 - Jarcho:sharing_code, r=dswij
2022-06-09 borsAuto merge of #8976 - xFrednet:rust-97660-catch-emissio...
2022-06-09 borsAuto merge of #8954 - Serial-ATA:doc-comment-issues...
2022-06-09 borsAuto merge of #8907 - kyoto7250:fix_8898, r=giraffate
2022-06-08 borsAuto merge of #8950 - Jarcho:derive_non_pub, r=dswij
2022-06-07 borsAuto merge of #95565 - jackh726:remove-borrowck-mode...
2022-06-06 Matthias KrügerRollup merge of #97794 - eltociear:patch-13, r=matthiaskrgr
2022-06-06 borsAuto merge of #8944 - xFrednet:8877-append-doc-idents...
2022-06-06 borsAuto merge of #8933 - DennisOSRM:needless_braces_range_...
2022-06-05 Dennis LuxenFix names to use plural
2022-06-05 Dennis LuxenRerun cargo dev update_lints
2022-06-05 Dennis LuxenFix misnomer braces -> parenthesis
2022-06-05 Dennis LuxenAdd new lint [`needless_braces_on_range_literal`]
2022-06-05 borsAuto merge of #8941 - DevAccentor:for_loops_over_fallib...
2022-06-04 borsAuto merge of #8930 - kyoto7250:issue_8920, r=Alexendoo
2022-06-04 Philipp KronesMerge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8...
2022-06-04 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-06-04 borsAuto merge of #8843 - Serial-ATA:collect-renamed, r...
2022-06-04 borsAuto merge of #8937 - Jarcho:merge_match_passes, r...
2022-06-03 Jason NewcombMove `ManualMap` into `Matches` lint pass
2022-06-03 Jason NewcombMove `TryErr` into `Matches` lint pass
2022-06-03 Jason NewcombMerge `SignificantDropInScrutinee` into `Matches` lint...
2022-06-03 Jason NewcombMove `MatchStrCaseMismatch` into `Matches` lint pass
2022-06-03 Jason NewcombMove `MatchOnVecItems` into `Matches` lint pass
2022-06-03 Jason NewcombMerge `ManualUnwrapOr` into `Matches` lint pass
2022-06-03 borsAuto merge of #8934 - DevAccentor:as_underscore, r...
2022-06-03 Jason NewcombMerge `CollapsibleMatch` into `Matches` lint pass
2022-06-03 DevAccentoradd as_underscore lint
2022-06-03 borsAuto merge of #8831 - arieluy:type_params, r=dswij
2022-06-03 Ariel UyAdd new lint mismatching_type_param_order
2022-06-03 borsAuto merge of #8932 - dswij:pr-8879, r=giraffate
2022-06-02 borsAuto merge of #8902 - PrestonFrom:add_suggestion_for_mo...
2022-06-02 borsAuto merge of #8906 - rust-lang:copy-large-enum-variant...
2022-06-02 borsAuto merge of #8905 - c410-f3r:arith, r=llogiq
2022-06-02 borsAuto merge of #8908 - Serial-ATA:doc-comment-issues...
2022-06-01 borsAuto merge of #8869 - Jarcho:derive_partial_eq_without_...
2022-06-01 borsAuto merge of #7930 - lengyijun:needless_deref_new...
2022-05-31 borsAuto merge of #8916 - Jarcho:swap_ptr_to_ref, r=Manishearth
2022-05-31 Jason NewcombAdd lint `swap_ptr_to_ref`
2022-05-31 borsAuto merge of #8884 - evantypanski:manual_range_contain...
2022-05-31 borsAuto merge of #8876 - Alexendoo:cast-abs-to-different...
2022-05-31 borsAuto merge of #8918 - Jarcho:almost_complete_letter_ran...
2022-05-31 Jason NewcombAdd lint `almost_complete_letter_range`
2022-05-30 borsAuto merge of #8899 - botahamec:use-self-tuple-struct...
2022-05-30 lyjneedless_deref
2022-05-28 borsAuto merge of #8385 - cameron1024:doc_link_with_quotes...
2022-05-28 llogiqMerge branch 'master' into doc_link_with_quotes
2022-05-27 Caio[1/N] Implement Arithmetic lint
2022-05-27 borsAuto merge of #8892 - smoelius:fix-empty-line-false...
2022-05-27 borsAuto merge of #8885 - Serial-ATA:rc-clone-in-vec-init...
2022-05-26 borsAuto merge of #8866 - botahamec:unused-rounding, r...
2022-05-25 borsAuto merge of #8889 - Serial-ATA:remove-newlines, r...
2022-05-25 Micha WhiteAdded an unused_rounding lint
2022-05-25 borsAuto merge of #8882 - kyoto7250:get_first, r=llogiq
2022-05-25 kyoto7250feat(lint): impl lint about use first() instead of...
2022-05-24 borsAuto merge of #8862 - Alexendoo:get-last-with-len,...
2022-05-24 borsAuto merge of #8880 - hellow554:rustfix_update, r=Manis...
2022-05-24 borsAuto merge of #8786 - Alexendoo:identity-op-suggestions...
2022-05-24 borsAuto merge of #8881 - dmarcoux:update-outdated-doc...
2022-05-24 borsAuto merge of #8754 - guerinoni:no_effect_replace,...
2022-05-24 Federico GuerinoniNew lint `no_effect_replace`
2022-05-23 Dylan DPCRollup merge of #97254 - jhpratt:remove-crate-vis,...
2022-05-21 Alex Macleodget_last_with_len: lint VecDeque and any deref to slice
2022-05-21 borsAuto merge of #8848 - Serial-ATA:auto-detect-theme...
2022-05-21 xFrednetFix lint registration
2022-05-21 xFrednetMerge 'rust-clippy/master' into clippyup
2022-05-20 borsAuto merge of #8856 - xFrednet:rustup, r=Manishearth...
2022-05-20 xFrednetMerge remote-tracking branch 'upstream/master' into...
2022-05-19 borsAuto merge of #8840 - xFrednet:0000-mini-changelog...
2022-05-18 borsAuto merge of #96863 - SparrowLii:let, r=michaelwoerister
2022-05-18 borsAuto merge of #8823 - smoelius:unknown-field, r=xFrednet
2022-05-18 borsAuto merge of #8807 - Jarcho:cmp_owned, r=giraffate
2022-05-17 borsAuto merge of #8814 - yonip23:add-suggestion-to-rc...
2022-05-17 Elliot Bobrowadd `manual_find` lint for function return case
2022-05-16 borsAuto merge of #8752 - Serial-ATA:improve-filtering...
2022-05-16 borsAuto merge of #8761 - tamaroning:fix_8505, r=Jarcho
2022-05-15 borsAuto merge of #8699 - Jarcho:vec_init_then_push_7071...
2022-05-15 borsAuto merge of #8621 - Jarcho:eval_order_dependence_4637...
next