]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #8908 - Serial-ATA:doc-comment-issues, r=xFrednet
[rust.git] / clippy_lints /
2022-06-02 borsAuto merge of #8908 - Serial-ATA:doc-comment-issues...
2022-06-01 SerialCombine doc examples
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 #8564 - Jarcho:transmute_erase_regions...
2022-05-31 borsAuto merge of #8876 - Alexendoo:cast-abs-to-different...
2022-05-31 Jason NewcombMove `useless_transmute` back to `complexity`
2022-05-31 Jason NewcombDon't lint `useless_transmute` on types with erased...
2022-05-31 borsAuto merge of #8918 - Jarcho:almost_complete_letter_ran...
2022-05-31 Jason NewcombAdd lint `almost_complete_letter_range`
2022-05-31 borsAuto merge of #8912 - Alexendoo:needless-late-init...
2022-05-31 borsAuto merge of #8913 - InfRandomness:ICE-#8748, r=giraffate
2022-05-30 borsAuto merge of #8899 - botahamec:use-self-tuple-struct...
2022-05-30 InfRandomnessFix #8748
2022-05-30 Micha WhiteTriggered the lint on tuple struct and struct patterns
2022-05-30 lyjneedless_deref
2022-05-29 Alex Macleodneedless_late_init: fix ICE when all branches return...
2022-05-28 borsAuto merge of #8385 - cameron1024:doc_link_with_quotes...
2022-05-28 SerialMake docs more consistent
2022-05-28 borsAuto merge of #8844 - smoelius:fixed-paths, r=Alexendoo
2022-05-28 llogiqMerge branch 'master' into doc_link_with_quotes
2022-05-27 borsAuto merge of #8892 - smoelius:fix-empty-line-false...
2022-05-27 borsAuto merge of #8897 - tamaroning:improve_dbg, r=Alexendoo
2022-05-27 borsAuto merge of #8885 - Serial-ATA:rc-clone-in-vec-init...
2022-05-27 SerialSupport `Weak` in [`rc_clone_in_vec_init`]
2022-05-26 tamaronfix
2022-05-26 borsAuto merge of #8866 - botahamec:unused-rounding, r...
2022-05-25 Samuel E. Moelius IIIFix `empty_line_after_outer_attribute` false positive
2022-05-25 borsAuto merge of #8889 - Serial-ATA:remove-newlines, r...
2022-05-25 SerialRemove newlines in [`match_str_case_mismatch`] example
2022-05-25 Micha WhiteChanged the lint description
2022-05-25 Micha WhiteFixed the test to not use an epsilon
2022-05-25 Micha WhiteAdded an unused_rounding lint
2022-05-25 borsAuto merge of #8882 - kyoto7250:get_first, r=llogiq
2022-05-25 kyoto7250refactor: get the required variables with MethodCall
2022-05-25 kyoto7250suggest first() instead of get(0)
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 Evan TypanskiFix issue with mismatched parens in suggestion
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 Evan TypanskiFix `manual_range_contains` with equal precedence
2022-05-24 Federico GuerinoniNew lint `no_effect_replace`
2022-05-23 Alex Macleodcast_abs_to_unsigned: do not remove cast if it's required
2022-05-22 Jason NewcombSet correct `ParamEnv` for `derive_partial_eq_without_eq`
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-20 borsAuto merge of #8856 - xFrednet:rustup, r=Manishearth...
2022-05-20 xFrednetRemove duplicated code and ignore deadlock test
2022-05-20 borsAuto merge of #8852 - Alexendoo:indirect-disallowed...
2022-05-20 xFrednetUpdate clippy version `0.1.62` -> `0.1.63`
2022-05-20 xFrednetmove to sus and fix dogfood
2022-05-20 xFrednetMerge remote-tracking branch 'upstream/master' into...
2022-05-20 Alex MacleodLint indirect usages in `disallowed_methods`
2022-05-19 borsAuto merge of #8841 - Serial-ATA:remove-code-block...
2022-05-19 borsAuto merge of #8840 - xFrednet:0000-mini-changelog...
2022-05-19 borsAuto merge of #8838 - tamaroning:fix_dbg, r=Jarcho...
2022-05-19 SerialRemove code block from `pub_enum_variant_names`
2022-05-18 borsAuto merge of #8839 - Serial-ATA:copy-lint-name, r...
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 Samuel E. Moelius IIIImprove "unknown field" error messages
2022-05-18 borsAuto merge of #8807 - Jarcho:cmp_owned, r=giraffate
2022-05-17 tamaronfix
2022-05-17 borsAuto merge of #97111 - JohnTitor:rollup-x3vjf6u, r...
2022-05-17 Yuki OkushiRollup merge of #97079 - SparrowLii:successors, r=lcnr
2022-05-17 borsAuto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco
2022-05-17 borsAuto merge of #96825 - kckeiks:remove-item-like-visitor...
2022-05-17 borsAuto merge of #8814 - yonip23:add-suggestion-to-rc...
2022-05-17 SparrowLiiChange `Successors` to `impl Iterator<Item = BasicBlock>`
2022-05-16 borsAuto merge of #8835 - Jarcho:let_unit_ice, r=llogiq
2022-05-16 borsAuto merge of #8752 - Serial-ATA:improve-filtering...
2022-05-16 Jason NewcombFix ICE in `let_unit_value` when calling a static or...
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 Jason NewcombUpdate `vec_init_then_push` docs
2022-05-15 borsAuto merge of #8621 - Jarcho:eval_order_dependence_4637...
2022-05-15 Jason NewcombMove `mixed_read_write_in_expression` into `restriction`
2022-05-15 Jason NewcombRename `eval_order_dependence` to `mixed_read_write_in_...
2022-05-15 borsAuto merge of #8832 - Alexendoo:duplicate-mod, r=Manish...
2022-05-14 borsAuto merge of #96883 - jackh726:early-binder-2, r=oli-obk
2022-05-14 Alex MacleodAdd `duplicate_mod` lint
2022-05-13 Jack HueyAdd bound_type_of
2022-05-13 borsAuto merge of #8813 - evantypanski:redundant_alloc_fat_...
2022-05-13 Evan TypanskiComment why `hir_ty_to_ty` is safe in `check_ty`
2022-05-13 borsAuto merge of #8825 - ydah:fix_spelling, r=giraffate
2022-05-13 ydahTweak some words improved representation
2022-05-12 borsAuto merge of #8799 - Alexendoo:lintcheck-common, r...
2022-05-12 yonip23inline construct_lint_suggestions
2022-05-12 Evan TypanskiCatch other thinning allocations using Ty
2022-05-12 borsAuto merge of #95562 - lcnr:attr-no-encode, r=davidtwco
2022-05-12 yonip23fix indentation + test
2022-05-12 tamaronfix
2022-05-11 yonip23fix clippy warning
2022-05-11 borsAuto merge of #8818 - koic:use_rust_2021_prelude, r...
next