]> git.lizzy.rs Git - rust.git/history - clippy_lints/src
Only ignore external macros.
[rust.git] / clippy_lints / src /
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
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 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_...
next