]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #9490 - kraktus:needless_borrow, r=Jarcho
[rust.git] / clippy_lints /
2022-09-28 borsAuto merge of #9490 - kraktus:needless_borrow, r=Jarcho
2022-09-28 borsAuto merge of #9546 - kraktus:default_not_default_trait...
2022-09-28 kraktus[`should_implement_trait`] Also lint `default` method
2022-09-27 borsAuto merge of #9545 - Alexendoo:std-instead-of-core...
2022-09-27 kraktusfix [`needless_borrow`] and [`explicit_auto_deref`...
2022-09-27 borsAuto merge of #9491 - kraktus:drop_copy, r=Jarcho
2022-09-27 kraktusrename `and_only_expr_in_arm` -> `is_single_call_in_arm`
2022-09-27 Alex MacleodDon't lint unstable moves in `std_instead_of_core`
2022-09-27 borsAuto merge of #9511 - rust-lang:box-default, r=Alexendoo
2022-09-27 borsAuto merge of #9543 - philipcraig:fix-saturing-typo...
2022-09-27 borsAuto merge of #9497 - kraktus:needless_return2, r=llogiq
2022-09-27 borsAuto merge of #9507 - c410-f3r:arith, r=Alexendoo
2022-09-27 borsAuto merge of #9539 - Jarcho:ice_9445, r=flip1995
2022-09-27 Andre Bogusadd `box-default` lint
2022-09-27 Philip Craigfix typo "Saturing" -> "Saturating"
2022-09-27 borsAuto merge of #9487 - kraktus:question_mark, r=Jarcho
2022-09-26 borsAuto merge of #9233 - nyurik:capture-vars, r=Alexendoo
2022-09-25 Yuri Astrakhannew uninlined_format_args lint to inline explicit arguments
2022-09-25 Jason NewcombDon't lint `*_interior_mutable_const` on unions due...
2022-09-25 borsAuto merge of #9533 - Jarcho:integration-ice-msg, r...
2022-09-25 borsAuto merge of #9535 - alex-semenyuk:move_derive_partial...
2022-09-25 alex-semenyukPlease move derive_partial_eq_without_eq to nursery
2022-09-25 borsAuto merge of #9531 - Jarcho:ice_9459, r=llogiq
2022-09-24 Jason NewcombFix ICE in `needless_pass_by_value` with unsized `dyn Fn`
2022-09-24 borsAuto merge of #9527 - nyurik:inl2, r=llogiq
2022-09-24 Yuri Astrakhanfallout2: rework clippy_dev & _lints fmt inlining
2022-09-23 borsAuto merge of #9525 - nyurik:apply-lints, r=llogiq
2022-09-23 Yuri AstrakhanApply uninlined_format-args to clippy_lints
2022-09-23 borsAuto merge of #9496 - yotamofek:never_loop_let_else...
2022-09-23 borsAuto merge of #9523 - smoelius:compiletest-rs, r=Alexendoo
2022-09-23 borsAuto merge of #9519 - alessandrod:uninit-set-len-0...
2022-09-23 Alessandro Decinauninit_vec: special case set_len(0)
2022-09-22 kraktusMake `semicolon_span` code more refactor-tolerant
2022-09-22 borsAuto merge of #9499 - kraktus:nonstandard_macro_braces...
2022-09-22 kraktus[`nonstandard_macro_braces`] Do not modify macro arguments
2022-09-22 borsAuto merge of #9501 - xFrednet:changelog-1.64, r=llogiq
2022-09-21 Caio[arithmetic-side-effects] Consider references
2022-09-21 borsAuto merge of #9471 - jplatte:patch-1, r=xFrednet
2022-09-21 borsAuto merge of #9505 - mikerite:fix-9504-2, r=dswij
2022-09-21 Michael WrightFix ICE in `unnecessary_to_owned`
2022-09-20 xFrednetChangelog for Rust 1.64 :apple:
2022-09-19 borsAuto merge of #9483 - c410-f3r:arith, r=Jarcho
2022-09-19 Jonas PlatteAdd matches! checking to nonstandard_macro_braces
2022-09-19 Yotam Ofek[`never_loop`]: Fix FP with let..else statements.
2022-09-19 kraktus[`needless_return`] Recursively remove unneeded semicolons
2022-09-19 kraktussmall refactor
2022-09-18 kraktusfurther refactor
2022-09-18 kraktusfurther refactor of `needless_return`
2022-09-18 kraktusrefactor `needless_return`
2022-09-17 kraktus[`drop_copy`]: Do not lint idiomatic in match arm
2022-09-16 kraktusSilence [`question_mark`] in const context
2022-09-16 CaioChange method's name
2022-09-16 borsAuto merge of #9409 - DesmondWillowbrook:iter_kv_map...
2022-09-15 CaioTypo
2022-09-15 Caio[arithmetic-side-effects] Finish non-overflowing ops
2022-09-15 Kartavya VashishthaAdd iter_kv_map lint
2022-09-14 borsAuto merge of #9478 - Alexendoo:ra-docs, r=flip1995
2022-09-14 borsAuto merge of #9475 - Nemo157:mod-files-remap, r=xFrednet
2022-09-14 borsAuto merge of #9476 - Xaeroxe:bool-to-int-inverted...
2022-09-14 Jacob Kieselrefactor: use clippy_utils::Sugg instead of direct...
2022-09-14 Jacob Kieseldogfood inverse bool_to_int_with_if
2022-09-14 Jacob Kiesel`bool_to_int_with_if` inverse case patch
2022-09-14 borsAuto merge of #8518 - Alexendoo:write-late-pass, r...
2022-09-14 borsAuto merge of #9465 - Alexendoo:peekable-fp, r=flip1995
2022-09-13 borsAuto merge of #9467 - pyhrr0:macro_expansion, r=giraffate
2022-09-13 Wim LoomanMake module-style lints resilient to --remap-path-prefix
2022-09-13 borsAuto merge of #9474 - c410-f3r:arith, r=llogiq
2022-09-13 Caio[arithmetic-side-effects] More non-overflowing ops
2022-09-13 borsAuto merge of #9429 - kraktus:deriv_ma, r=xFrednet
2022-09-13 kraktusMake `derivable_impls` machine applicable
2022-09-13 borsAuto merge of #9454 - kraktus:use_self, r=flip1995
2022-09-13 borsAuto merge of #9452 - kraktus:doc, r=flip1995
2022-09-13 S. van DijkOnly ignore external macros.
2022-09-12 borsAuto merge of #9464 - lukaslueg:issue9463, r=dswij
2022-09-12 borsAuto merge of #9466 - lukaslueg:issue9460, r=dswij
2022-09-12 borsAuto merge of #9469 - Alexendoo:expr-field-visitor...
2022-09-12 borsAuto merge of #9458 - Alexendoo:expr-field-visitor...
2022-09-11 S. van DijkStop lint from checking code expanded from macros.
2022-09-11 borsAuto merge of #9410 - dswij:issue-9375, r=xFrednet
2022-09-11 Lukas LuegDont lint `large_stack_array` inside static items
2022-09-11 Alex MacleodFix `unused_peekable` closure and `f(&mut peekable...
2022-09-10 borsAuto merge of #9457 - kraktus:nonminimal_bool, r=Manish...
2022-09-10 kraktusDo not expand macro in `nonminimal_bool` suggestions
2022-09-10 borsAuto merge of #9453 - kraktus:a_on_re_state, r=Jarcho
2022-09-10 kraktusRemove duplicate context check
2022-09-10 kraktusDo not lint `use_self` in proc macro expansion
2022-09-10 kraktusrefactor: move `has_debug_impl` to `clippy_utils::ty`
2022-09-10 kraktus`assertions_on_result_states` fix suggestion when ...
2022-09-09 borsAuto merge of #9448 - Alexendoo:large-enum-variant...
2022-09-08 borsAuto merge of #9446 - mikerite:fix-9431-2, r=giraffate
2022-09-08 Alex MacleodMigrate write.rs to a late pass
2022-09-08 borsAuto merge of #9447 - flip1995:rustup, r=flip1995
2022-09-08 Philipp KronesMerge remote-tracking branch 'upstream/auto' into rustup
2022-09-08 Michael WrightFix `range_{plus,minus}_one` bad suggestions
2022-09-08 borsAuto merge of #9443 - c410-f3r:arith, r=flip1995
2022-09-08 CaioRename the `arithmetic` lint
2022-09-07 borsAuto merge of #9365 - c410-f3r:arith, r=Alexendoo
2022-09-07 borsAuto merge of #9441 - Jarcho:hang_9433, r=Alexendoo
2022-09-07 Jason NewcombFix hang in `vec_init_then_push`
2022-09-07 borsAuto merge of #101432 - nnethercote:shrink-PredicateS...
next