]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/methods
Do not expand macro in `nonminimal_bool` suggestions
[rust.git] / clippy_lints / src / methods /
2022-09-10 borsAuto merge of #9453 - kraktus:a_on_re_state, r=Jarcho
2022-09-10 kraktusrefactor: move `has_debug_impl` to `clippy_utils::ty`
2022-09-08 borsAuto merge of #9446 - mikerite:fix-9431-2, r=giraffate
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-07 borsAuto merge of #101432 - nnethercote:shrink-PredicateS...
2022-09-06 borsAuto merge of #9421 - xphoniex:fix-#9420, r=giraffate
2022-09-06 xphoniexSuggest `unwrap_or_default` when closure returns `...
2022-09-06 borsAuto merge of #101241 - camsteffen:refactor-binding...
2022-09-05 borsAuto merge of #101261 - TaKO8Ki:separate-receiver-from...
2022-09-05 Takayuki Maedarefactor: remove unnecessary variables
2022-09-05 Takayuki Maedaseparate the receiver from arguments in HIR under ...
2022-09-05 Dylan DPCRollup merge of #101142 - nnethercote:improve-hir-stats...
2022-09-05 Nicholas NethercotePack `Term` in the same way as `GenericArg`.
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 borsAuto merge of #9424 - mikerite:fix-9351-4, r=xFrednet
2022-09-03 Michael WrightFix `unnecessary_to_owned` false positive
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 Cameron Steffenclippy: BindingAnnotation change
2022-08-31 borsAuto merge of #101249 - matthiaskrgr:rollup-wahnoz8...
2022-08-31 Jason NewcombMerge commit 'f51aade56f93175dde89177a92e3669ebd8e7592...
2022-08-29 borsAuto merge of #9385 - rust-lang:unnecessary-cast-remove...
2022-08-28 Jason NewcombMerge branch 'master' into rustup
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 Marco MastropaoloImplemented suspicious_to_owned lint to check if `to_ow...
2022-08-26 borsAuto merge of #9379 - royrustdev:multi_assignments...
2022-08-24 borsAuto merge of #9370 - mikerite:20220824_ty_contains...
2022-08-24 Michael WrightReplace `contains_ty(..)` with `Ty::contains(..)`
2022-08-21 borsAuto merge of #9092 - tamaroning:fix-needless-match...
2022-08-20 borsAuto merge of #9269 - nahuakang:collapsible_str_replace...
2022-08-20 Nahua KangSimplify lint logic and address code review comments
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 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 `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
2022-08-19 Jason NewcombMove `MapErrIgnore` into `Methods` lint pass
2022-08-19 Jason NewcombMove `MapClone` into `Methods` lint pass
2022-08-19 Jason NewcombMove `ManualOkOr` into `Methods` lint pass
2022-08-19 Jason NewcombMove `GetFirst` into `Methods` lint pass
2022-08-19 Jason NewcombMove `CaseSensitiveFileExtensionComparisons` into ...
2022-08-19 Jason NewcombMove `BytesCountToLen` into `Methods` lint pass
2022-08-19 Jason NewcombMove `ByteCount` into `Methods` lint pass
2022-08-19 borsAuto merge of #9295 - Guilherme-Vasconcelos:manual...
2022-08-18 borsAuto merge of #9136 - smoelius:enhance-needless-borrow...
2022-08-17 borsAuto merge of #9338 - sgued:9331-unwrap-err-used, r...
2022-08-17 Sosthène Guédonunwrap_used: Fix error message for unwrap_err when...
2022-08-17 borsAuto merge of #9287 - Jarcho:trans_undefined, r=xFrednet
2022-08-16 Samuel E. Moelius IIIEnhance `needless_borrow` to consider trait implementations
2022-08-16 borsAuto merge of #9327 - Serial-ATA:non_ascii_literal_macr...
2022-08-16 Sosthène Guédonunwrap_used and expect_used: trigger on uses of their...
2022-08-16 borsAuto merge of #9040 - miam-miam100:unused_named_paramet...
2022-08-16 borsAuto merge of #9328 - stanislav-tkach:borrow_deref_ref...
2022-08-15 borsAuto merge of #9318 - lukaslueg:ifletmutexref, r=xFrednet
2022-08-15 borsAuto merge of #9329 - xphoniex:fix-#9317, r=flip1995
2022-08-14 xphoniexSkip `unnecessary_to_owned` when `t != t.to_string()`
2022-08-14 Guilherme-VasconcelosUpdate all tests to comply with clippy::manual_empty_st...
2022-08-14 borsAuto merge of #9187 - sgued:iter-once, r=flip1995
2022-08-14 borsAuto merge of #9167 - aldhsu:fix-trait-duplication...
2022-08-13 borsAuto merge of #9326 - flip1995:version-update, r=xFrednet
2022-08-12 flip1995Update lint versions for 1.63 release
2022-08-12 borsAuto merge of #9324 - flip1995:changelog, r=xFrednet
2022-08-12 borsAuto merge of #9289 - mkrasnitski:9094, r=xFrednet
2022-08-12 borsAuto merge of #100419 - flip1995:clippyup, r=Manishearth
2022-08-11 Philipp KronesMerge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89...
2022-08-11 borsAuto merge of #9323 - flip1995:rustup, r=flip1995
2022-08-11 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-08-08 Sosthène GuédonRename new lints to iter_on_empty_collections and iter_...
2022-08-08 Sosthène GuédonPrevent some false positives
2022-08-08 Sosthène GuédonImprove suggestions
2022-08-08 Sosthène GuédonMove iter_once and iter_empty to methods as a late...
2022-08-08 borsAuto merge of #9126 - Jarcho:auto_deref_sugg, r=Manishearth
2022-08-04 borsAuto merge of #9266 - alex-semenyuk:cast_abs_to_unsigne...
2022-08-03 borsAuto merge of #9284 - lengyijun:typo, r=dswij
2022-08-03 borsAuto merge of #9282 - macovedj:clone-on-copy-try-preced...
2022-08-02 Daniel Macoveiclean up
2022-08-02 Daniel Macoveiadd paren before '?' when suggesting deref
2022-08-02 borsAuto merge of #9053 - AaronC81:fix-9052, r=flip1995
2022-08-02 borsAuto merge of #9264 - guerinoni:instant-elapsed, r...
2022-08-02 borsAuto merge of #9254 - alex-semenyuk:enable_empty_loop_n...
2022-08-01 borsAuto merge of #9273 - tabokie:assert_ok_fp, r=flip1995
next