]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #9443 - c410-f3r:arith, r=flip1995
[rust.git] / clippy_lints /
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 Caio[Arithmetic] Consider literals
2022-09-06 borsAuto merge of #9421 - xphoniex:fix-#9420, r=giraffate
2022-09-06 xphoniexSuggest `unwrap_or_default` when closure returns `...
2022-09-05 borsAuto merge of #9342 - relrelb:or_default, r=dswij
2022-09-04 relrelbSuggest `Entry::or_default` for `Entry::or_insert(Defau...
2022-09-04 borsAuto merge of #9425 - kraktus:patch-1, r=xFrednet
2022-09-04 kraktusfix wording for `derivable_impls`
2022-09-04 borsAuto merge of #9424 - mikerite:fix-9351-4, r=xFrednet
2022-09-03 Michael WrightFix `unnecessary_to_owned` false positive
2022-09-03 borsAuto merge of #9400 - lukaslueg:approx_large_enum,...
2022-09-02 Lukas LuegUse `approx_ty_size` for `large_enum_variant`
2022-09-02 borsAuto merge of #9418 - lukaslueg:issue9415, r=llogiq
2022-09-02 Lukas LuegFix `mut_mutex_lock` for Mutex behind imm deref
2022-09-02 borsAuto merge of #9417 - Jarcho:ice_9414, r=Alexendoo
2022-09-02 Jason NewcombDon't use `hir_ty_to_ty` in `result_large_err` as it...
2022-09-01 borsAuto merge of #9412 - xFrednet:jst-r-bool-to-int-lint...
2022-09-01 Dmitrii LavrovNew lint `bool_to_int_with_if`
2022-09-01 borsAuto merge of #9404 - lukaslueg:issue9402, r=giraffate
2022-09-01 Lukas LuegFix {subopt,imprec}_float not lint const.*(const)
2022-09-01 borsAuto merge of #9406 - Jarcho:unescape_ice, r=Manishearth
2022-09-01 Jason NewcombCorrectly handle unescape warnings
2022-08-31 borsAuto merge of #9403 - softmoth:wild_err_expect, r=Alexendoo
2022-08-31 Tim Siegelmatch_wild_err_arm: Fix typo in note text
2022-08-31 borsAuto merge of #9397 - Jarcho:trait_dup_order, r=dswij
2022-08-30 borsAuto merge of #9373 - lukaslueg:result_large_err, r...
2022-08-30 Lukas LuegInitial implementation of `result_large_err`
2022-08-30 Jason NewcombFix the order of `trait_duplication_in_bounds`
2022-08-30 borsAuto merge of #9394 - lukaslueg:issue9391, r=Jarcho
2022-08-29 Lukas LuegFix more parens for `suboptimal_flops` suggs
2022-08-29 borsAuto merge of #9395 - Alexendoo:suspicious-to-owned...
2022-08-29 borsAuto merge of #9247 - clubby789:raw_slice_pointer_cast...
2022-08-29 clubby789Update clippy_lints/src/casts/mod.rs
2022-08-29 clubby789Add lint `cast_slice_from_raw_parts`
2022-08-29 Lukas LuegFix missing parens in `suboptimal_flops` sugg
2022-08-29 borsAuto merge of #9385 - rust-lang:unnecessary-cast-remove...
2022-08-29 borsAuto merge of #9388 - Jarcho:rustup, r=Jarcho
2022-08-28 borsAuto merge of #9389 - lukaslueg:penmacro, r=llogiq
2022-08-28 Jason NewcombFixes for latest nightly
2022-08-28 Jason NewcombMerge branch 'master' into rustup
2022-08-28 Lukas LuegDon't lint literal None from expansion
2022-08-28 borsAuto merge of #9276 - dswij:9164, r=flip1995
2022-08-27 borsAuto merge of #8984 - xanathar:pr/suspicious_to_owned...
2022-08-27 dswijIgnore when there is comment
2022-08-27 Andre Bogusremove parenthesis from unnecessary_cast suggestion
2022-08-27 borsAuto merge of #9381 - lukaslueg:issue9361, r=dswij
2022-08-27 Marco MastropaoloImplemented suspicious_to_owned lint to check if `to_ow...
2022-08-26 Lukas LuegDon't lint `needless_return` if `return` has attrs
2022-08-26 borsAuto merge of #9374 - sk1p:patch-1, r=Jarcho
2022-08-26 borsAuto merge of #9379 - royrustdev:multi_assignments...
2022-08-26 royrustdevadd `multi_assignments` lint
2022-08-25 Alexander Clausenuninit_vec: Vec::spare_capacity_mut is stable
2022-08-24 Yuki OkushiRollup merge of #99332 - jyn514:stabilize-label-break...
2022-08-24 borsAuto merge of #9370 - mikerite:20220824_ty_contains...
2022-08-24 Michael WrightReplace `contains_ty(..)` with `Ty::contains(..)`
2022-08-23 borsAuto merge of #9366 - Alexendoo:manual_string_new,...
2022-08-23 Alex MacleodRename `manual_empty_string_creation` and move to pedantic
2022-08-23 Nicholas NethercoteRemove the symbol from `ast::LitKind::Err`.
2022-08-22 borsAuto merge of #9259 - smoelius:fix-9256, r=llogiq
2022-08-21 Samuel E. Moelius III`needed_ref` -> `needs_ref`
2022-08-21 Samuel E. Moelius IIIFix `to_string_in_format_args` false positive
2022-08-21 borsAuto merge of #9092 - tamaroning:fix-needless-match...
2022-08-21 borsAuto merge of #8992 - kyoto7250:fix_8753, r=flip1995
2022-08-21 Philipp KronesReduce code duplication
2022-08-21 kyoto7250feat(fix): Do not lint if the target code is inside...
2022-08-21 borsAuto merge of #8696 - J-ZhengLi:issue8492, r=flip1995
2022-08-21 Philipp KronesReduce indentation and add comment about lint name
2022-08-21 J-ZhengLiand check for `Result`
2022-08-21 J-ZhengLiallow check for `match` in lint [`option_if_let_else`]
2022-08-20 borsAuto merge of #9269 - nahuakang:collapsible_str_replace...
2022-08-20 borsAuto merge of #9355 - alex-semenyuk:fixed_typos, r...
2022-08-20 Nahua KangSimplify lint logic and address code review comments
2022-08-20 alex-semenyukFix typos
2022-08-19 borsAuto merge of #9258 - Serial-ATA:unused-peekable, r...
2022-08-19 Nahua KangAdjust test cases; run cargo dev bless
2022-08-19 Nahua KangRemove checks on char slice; improve lint suggestion
2022-08-19 Nahua KangHandle repeated str::replace calls with single char...
2022-08-19 Nahua KangHandle replace calls with char slices
2022-08-19 Nahua KangRegister new lint collapsible_str_replace to methods
2022-08-19 borsAuto merge of #8804 - Jarcho:in_recursion, r=Alexendoo
2022-08-19 borsAuto merge of #9349 - Alexendoo:format-args-expn, r...
2022-08-19 Jason NewcombMove `only_used_in_recursion` back into `complexity`
2022-08-19 Jason NewcombRework `only_used_in_recursion`
2022-08-19 Alex MacleodRefactor `FormatArgsExpn`
2022-08-19 borsAuto merge of #8957 - Jarcho:more_pass_merges, r=flip1995
2022-08-19 Jason NewcombMove `VerboseFileReads` into `Methods` lint pass
2022-08-19 Jason NewcombMove `VecResizeToZero` into `Methods` lint pass
2022-08-19 Jason NewcombMove `UnnecessarySortBy` into `Methods` lint pass
2022-08-19 Jason NewcombMove `UnitHash` into `Methods` lint pass
2022-08-19 Jason NewcombMove `TransmutingNull` into `Transmute` lint pass
2022-08-19 Jason NewcombMove `StableSortPrimitive` to `Methods` lint pass
2022-08-19 Jason NewcombMove `RepeatOnce` into `Methods` lint pass
2022-08-19 Jason NewcombMove `range_zip_with_len` into `Methods` lint pass
2022-08-19 Jason NewcombMove `PathBufPushOverwrite` into `Methods` lint group
2022-08-19 Jason NewcombMove `OpenOptions` into `Methods` lint pass
2022-08-19 Jason NewcombMove `MutMutexLock` into `Methods` lint pass
next