]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #9046 - xFrednet:rust-97660-expection-something-something, r=Jarcho
[rust.git] / clippy_lints /
2022-06-28 borsAuto merge of #9046 - xFrednet:rust-97660-expection...
2022-06-28 borsAuto merge of #8355 - Jarcho:explicit_auto_deref_2...
2022-06-28 borsAuto merge of #8921 - Jarcho:merge_passes, r=llogiq
2022-06-28 Jason NewcombMove `SelfAssignment` into `Operators` lint pass
2022-06-28 Jason NewcombFix dogfood
2022-06-28 Jason NewcombMove `PtrEq` into `Operators` lin pass
2022-06-28 Jason NewcombMove `NeedlessBitwiseBool` into `Operators` lint pass
2022-06-28 Jason NewcombMove `ModuloArithmetic` into `Operators` lint pass
2022-06-28 Jason NewcombMove some lints from `Misc` to `Operators`
2022-06-28 Jason NewcombMove `IntegerDivision` into `Operators` lint pass
2022-06-28 Jason NewcombMove `IdentityOp` into `Operators` lint pass
2022-06-28 Jason NewcombMove `FloatEqualityWithoutAbs` into `Operators` lint...
2022-06-28 Jason NewcombMove `ErasingOp` into `Operators` lint pass
2022-06-28 Jason NewcombMove `EqOp` into `Operators` lint pass
2022-06-28 Jason NewcombMove `DurationSubsec` into `Operators` lint pass
2022-06-28 Jason NewcombMove `DoubleComparison` into `Operators` lint pass
2022-06-28 Jason NewcombMove `BitMask` into `Operators` lint pass
2022-06-28 Jason NewcombMove `AssignOps` into `Operators` lint pass
2022-06-28 Jason NewcombMove `Arithmetic` into `Operators` lint pass
2022-06-28 Jason NewcombAdd `Operators` lint pass
2022-06-28 Jason NewcombCode cleanup
2022-06-28 Jason NewcombHandle future precedence issues in `explicit_auto_deref...
2022-06-28 Jason NewcombFix `needless_borrow` suggestion when calling a trait...
2022-06-28 Jason NewcombRefactor `dereference.rs`
2022-06-28 Jason NewcombLint `explicit_auto_deref` immediately after `needless_...
2022-06-28 Jason NewcombLint `explicit_auto_deref` without a leading borrow
2022-06-28 Jason NewcombOnly check parent node once in `dereference.rs`
2022-06-28 Jason NewcombLint field accesses in `explicit_auto_deref`
2022-06-28 Jason NewcombMerge different parent walking loops in `dereference.rs`
2022-06-28 Jason NewcombDon't lint `explicit_auto_deref` on reborrows
2022-06-28 Jason NewcombAdd `explicit_auto_deref` lint
2022-06-28 borsAuto merge of #8774 - hellow554:cargo-rust-version...
2022-06-28 borsAuto merge of #8639 - Jarcho:trivially_copy_pass_by_ref...
2022-06-28 Marcel Hellwigtry reading rust-version from Cargo.toml
2022-06-27 borsAuto merge of #9045 - alex-semenyuk:self_assignment_exa...
2022-06-27 borsAuto merge of #8649 - ebobrow:imperative_find, r=flip1995
2022-06-27 Jason NewcombDon't lint `trivially_copy_pass_by_ref` when unsafe...
2022-06-27 Jason NewcombActually check lifetimes in `trivially_copy_pass_by_ref`
2022-06-27 alexey semenyukFix example `SELF_ASSIGNMENT`
2022-06-27 borsAuto merge of #8972 - kyoto7250:use_retain, r=llogiq
2022-06-27 borsAuto merge of #8990 - tsoutsman:master, r=llogiq
2022-06-27 Klim TsoutsmanFix `let_undescore_lock` false-positive when binding...
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-27 borsAuto merge of #8939 - Jarcho:transmute_ptr_to_ref_lt...
2022-06-26 kyoto7250fix for git rebase
2022-06-26 kyoto7250rename use_retain => manual_retain
2022-06-26 kyoto7250check msrv
2022-06-26 kyoto7250rewrite without if_chain macro
2022-06-26 kyoto7250check method
2022-06-26 kyoto7250change lint type from style to perf
2022-06-26 kyoto7250remove needless return
2022-06-26 kyoto7250Update clippy_lints/src/use_retain.rs
2022-06-26 kyoto7250feat(new lint): new lint `use_retain`
2022-06-26 borsAuto merge of #9032 - kyoto7250:issue_9018, r=llogiq
2022-06-26 alexey semenyukSTRING_ADD example
2022-06-26 alexey semenyukSTRING_ADD example
2022-06-26 kyoto7250use all instead of join
2022-06-26 kyoto7250treat argument as a slice.
2022-06-25 borsAuto merge of #8985 - botahamec:single-match-option...
2022-06-25 xFrednetGive clippy some Dogfood to make it happy =^.^=
2022-06-25 xFrednetFix `#[expect]` for `clippy::manual_non_exhaustive`
2022-06-25 xFrednetUpdate `useless_attribute` docs and allow `macro_use_im...
2022-06-25 xFrednetFix `#[expect]` for `clippy::macro_use_imports`
2022-06-25 xFrednetFix `#[expect]` for `unnecessary_unwrap`, `panicking_un...
2022-06-25 xFrednetFix `#[expect]` for `clippy::needless_return`
2022-06-25 xFrednetFix `#[expect]` for `clippy::implicit_return`
2022-06-25 xFrednetFix `#[expect]` for `clippy::boxed_local`
2022-06-25 xFrednetFix `#[expect]` for `clippy::nonminimal_bool`
2022-06-25 xFrednetFix `#[expect]` for `clippy::logic_bug`
2022-06-25 xFrednetFix `#[expect]` for `clippy::ptr_arg`
2022-06-25 Jason NewcombSuggest `pointer::cast` when possible in `transmute_ptr...
2022-06-25 borsAuto merge of #9015 - kyoto7250:issue_8493, r=Jarcho
2022-06-24 SerialAdd test for [`default_deprecation_reason`]
2022-06-24 borsAuto merge of #9031 - evantypanski:manual_rem_euclid...
2022-06-24 borsAuto merge of #9037 - smoelius:fix-extra-unused-lifetim...
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-23 Evan TypanskiAdd external macro guard and test middle MSRV
2022-06-23 Evan TypanskiSplit constant check functions and simplify
2022-06-23 Samuel E. Moelius IIIFix `extra_unused_lifetimes` false positive
2022-06-22 borsAuto merge of #9034 - alex-semenyuk:example_vec_resize_...
2022-06-22 borsAuto merge of #9028 - kyoto7250:issue_8798, r=xFrednet
2022-06-22 borsAuto merge of #9026 - hellow554:neg_multiply_precedence...
2022-06-22 Evan TypanskiSimplify with let else
2022-06-22 Evan TypanskiAdd MSRV check for const rem_euclid
2022-06-22 Evan TypanskiFix case for function params
2022-06-22 Evan TypanskiPrefer if let chain over macro
2022-06-22 Evan TypanskiFix case where rem was considered commutative
2022-06-22 Evan TypanskiPrefer `.ok()?` over `.unwrap()`
2022-06-22 alexey semenyukExample for VEC_RESIZE_TO_ZERO
2022-06-22 borsAuto merge of #9030 - Serial-ATA:remove-clippy-dev...
2022-06-22 borsAuto merge of #9017 - alex-semenyuk:while_let_on_iterat...
2022-06-21 kyoto7250enum_variant_names should ignore when all prefixes...
2022-06-21 Evan TypanskiFix case where suggestion errored for infer type
2022-06-21 Evan TypanskiImplement manual_rem_euclid lint
2022-06-21 SerialRemove `cargo_dev` dependency
2022-06-21 SerialAdd `dev deprecate`
2022-06-21 alexey semenyuk`For` example should be used instead `while` in WHILE_L...
2022-06-20 Marcel Hellwigput parentheses around neg_multiply suggestion if needed
next