]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #9443 - c410-f3r:arith, r=flip1995
[rust.git] / clippy_lints /
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 Jason NewcombMove `BorrowAsPtr` into `Casts` lint pass
2022-08-19 Jason NewcombMove `AsUnderscore` into `Casts` lint pass
2022-08-19 SerialBetter handle method/function calls
2022-08-19 SerialAdd [`unused_peekable`] lint
2022-08-19 borsAuto merge of #9295 - Guilherme-Vasconcelos:manual...
2022-08-18 borsAuto merge of #9348 - lukaslueg:issue9347, r=Alexendoo
2022-08-18 Lukas LuegDont lint on match pattern-binding
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-17 Matthias KrügerRollup merge of #100018 - nnethercote:clean-up-LitKind...
2022-08-17 borsAuto merge of #9345 - cherryblossom000:patch-1, r=flip1995
2022-08-17 cherryblossomFix typo in as_undescore docs
2022-08-17 borsAuto merge of #9341 - bmc-msft:suggest-map_or-instead...
2022-08-16 Samuel E. Moelius IIIEnhance `needless_borrow` to consider trait implementations
2022-08-16 borsAuto merge of #9343 - Serial-ATA:compiletest-target...
2022-08-16 borsAuto merge of #9327 - Serial-ATA:non_ascii_literal_macr...
2022-08-16 Brian Caswellsuggest map_or in case_sensitive_file_extension_comparisons
2022-08-16 SerialFix [`non_ascii_literal`] in tests
2022-08-16 Sosthène Guédonunwrap_used and expect_used: trigger on uses of their...
2022-08-16 borsAuto merge of #9340 - alex-semenyuk:box_t, r=dswij
2022-08-16 borsAuto merge of #9040 - miam-miam100:unused_named_paramet...
2022-08-16 alexey semenyukFix example
2022-08-16 Nicholas NethercoteRename some things related to literals.
2022-08-16 Nicholas NethercoteShrink `ast::Attribute`.
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 Stanislav TkachSimplify the borrow_deref_ref lint example
2022-08-15 lukasluegFix label not starting with lcase-letter
2022-08-15 borsAuto merge of #9329 - xphoniex:fix-#9317, r=flip1995
2022-08-15 borsAuto merge of #96745 - ehuss:even-more-attribute-valida...
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 Guilherme-VasconcelosImplement clippy::manual_empty_string_creations lint
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 Mark RousskovAdjust cfgs
2022-08-12 borsAuto merge of #9289 - mkrasnitski:9094, r=xFrednet
2022-08-12 Eric HussUpdate clippy for introduction of Node::ExprField
2022-08-12 Allen HsuLint trait duplication in one pass.
2022-08-12 Michael KrasnitskiAdjust lint description for better clarity
2022-08-12 borsAuto merge of #100419 - flip1995:clippyup, r=Manishearth
2022-08-11 Matthias KrügerRollup merge of #100392 - nnethercote:simplify-visitors...
2022-08-11 Philipp KronesMerge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89...
2022-08-11 borsAuto merge of #9323 - flip1995:rustup, r=flip1995
2022-08-11 Philipp KronesBump Clippy version -> 0.1.65
2022-08-11 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-08-11 tamarongive up when gurad has side effects
2022-08-11 tamaronfix
2022-08-11 Nicholas NethercoteSimplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`.
2022-08-10 Lukas LuegAdd labels to if_let_mutex
2022-08-10 Lukas LuegFix if_let_mutex not checking Mutexes behind refs
2022-08-10 Camille GILLOTDo not consider method call receiver as an argument...
2022-08-09 miam-miam100Add new lint [`positional_named_format_parameters`]
2022-08-09 borsAuto merge of #9308 - daxpedda:missing-const-for-fn...
2022-08-09 dAxpeDDaUse `check_proc_macro` for `missing_const_for_fn`
2022-08-09 borsAuto merge of #9288 - lukaslueg:partialeqnone, r=Jarcho
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 Sosthène GuédonFix the lint in clippy itself
2022-08-08 Sosthène GuédonAdd iter_once and iter_empty lints
2022-08-08 Lukas LuegAdd partialeq_to_none lint
2022-08-08 borsAuto merge of #9306 - guerinoni:rename-logic-bug, r...
2022-08-08 Federico GuerinoniRename `logic_bug` to `overly_complex_bool_expr`
2022-08-08 borsAuto merge of #9126 - Jarcho:auto_deref_sugg, r=Manishearth
2022-08-08 Jason NewcombLint `explicit_auto_deref` in implicit return positions...
2022-08-08 Jason NewcombFix ICE when checking the HIR ty of closure args.
2022-08-08 borsAuto merge of #9303 - Jarcho:ice_9297, r=Alexendoo
2022-08-08 borsAuto merge of #8694 - Jarcho:check_proc_macro, r=xFrednet
2022-08-08 borsAuto merge of #9302 - Jarcho:sig_drop_nursery, r=flip1995
2022-08-08 Jason NewcombDon't lint `default_trait_access` in proc-macro expansions
2022-08-08 Jason NewcombDon't lint `missing_docs_in_private_items` on proc...
2022-08-08 Jason NewcombUse new util function in `suspicious_else_formatting`
2022-08-08 Jason NewcombDon't lint `unit_arg` when expanded from a proc-macro
2022-08-08 Jason NewcombMove `significant_drop_in_scrutinee` into `nursey`
2022-08-07 Jason NewcombAllow type erasure using `*const/mut int_type` in ...
2022-08-06 borsAuto merge of #99743 - compiler-errors:fulfillment...
2022-08-05 borsAuto merge of #9294 - alex-semenyuk:enable_def_id_nocor...
2022-08-05 borsAuto merge of #9292 - alex-semenyuk:typos_fixed, r...
2022-08-04 borsAuto merge of #9266 - alex-semenyuk:cast_abs_to_unsigne...
2022-08-04 alex-semenyukFix cast_abs_to_unsigned generates non-compiling code...
2022-08-04 alex-semenyukFix some typos
2022-08-04 Michael GouletAdd `traits::fully_solve_obligation` that acts like...
2022-08-04 Michael KrasnitskiExtend `if_then_some_else_none` to also suggest `bool...
2022-08-03 Jason NewcombDon't lint `transmute_undefined_repr` when the the...
2022-08-03 borsAuto merge of #9284 - lengyijun:typo, r=dswij
2022-08-03 borsAuto merge of #9282 - macovedj:clone-on-copy-try-preced...
next