]> git.lizzy.rs Git - rust.git/history - clippy_lints/src
Auto merge of #9944 - flip1995:move-syntax-tree-patterns, r=Manishearth
[rust.git] / clippy_lints / src /
2022-11-10 Nadir Fejzicfeat: add and implement unchecked_duration_subtraction...
2022-11-10 Lukas WirthAdd `unnecessary_safety_doc` lint
2022-11-09 borsAuto merge of #9813 - Jarcho:issue_9811, r=xFrednet
2022-11-08 borsAuto merge of #9817 - mgrachev:patch-1, r=Manishearth
2022-11-08 borsAuto merge of #9791 - smoelius:issues-9739-9782, r...
2022-11-08 borsAuto merge of #9818 - rs017991:patch-1, r=Jarcho
2022-11-08 Ryan ScheidterFixed Typo
2022-11-08 Grachev MikhailUpdate lint example for `collapsible_str_replace`
2022-11-08 borsAuto merge of #9765 - koka831:feat/manual_is_ascii_chec...
2022-11-08 Elliot Bobrow`result_large_err` show largest variants in err msg
2022-11-07 borsAuto merge of #8744 - Jarcho:needless_collect_fp, r...
2022-11-07 kraktus[`excessive_bools`] lint trait functions even without...
2022-11-07 Jason NewcombDon't lint `explicit_auto_deref` when the target type...
2022-11-07 Jason NewcombLint `needless_collect` on non-std collection types
2022-11-07 kraktus`excessive_bools`, do not lint in trait impls
2022-11-07 kraktusdogfood
2022-11-07 kraktusrefactor `has_repr_attr`
2022-11-07 kraktusRewrite `ExcessiveBools` to be a `LateLintPass` lint
2022-11-07 kraktusrefactor to avoid potential ICE
2022-11-07 Jason NewcombMove `needless_collect` into the `methods` lint pass
2022-11-07 borsAuto merge of #9705 - jntrnr:disable_needless_collect...
2022-11-07 borsAuto merge of #9804 - Alexendoo:coc, r=flip1995
2022-11-07 kokafeat: implement manual_is_ascii_check lint
2022-11-05 borsAuto merge of #9760 - SquareMan:let_underscore_future...
2022-11-05 borsAuto merge of #9797 - trevarj:print-config, r=xFrednet
2022-11-05 borsAuto merge of #9799 - bebecue:patch-1, r=dswij
2022-11-05 Dylan DPCRollup merge of #103660 - ozkanonur:master, r=jyn514
2022-11-05 Steven CasperMore backticks
2022-11-04 Alex MacleodReturn multiple resolutions from `def_path_res`
2022-11-04 borsAuto merge of #9753 - smoelius:changelog, r=xFrednet
2022-11-04 bebecueUpdate lint `suspicious_to_owned`
2022-11-04 Trevor ArjeskiAdd allow-print-in-tests config
2022-11-04 Samuel MoeliusFix #9771 (`unnecessary_to_owned` false positive)
2022-11-04 Samuel MoeliusAddress issues 9739 and 9782
2022-11-03 borsAuto merge of #9779 - koka831:fix/unnecessary-join...
2022-11-03 kokafix turbofish in suggest message
2022-11-03 borsAuto merge of #9761 - xFrednet:changelog-1-65, r=giraff...
2022-11-02 borsAuto merge of #9773 - Alexendoo:ice-9746, r=Manishearth
2022-11-02 borsAuto merge of #9772 - lukas-code:doc-spans, r=Manishearth
2022-11-02 Alex MacleodFix ICE in `redundant_allocation`
2022-11-02 Lukas Markeffskyshrink `missing_{safety,errors,panics}_doc` spans
2022-11-02 Steven CasperFix examples
2022-11-01 Steven CasperSurround let with backticks
2022-11-01 Steven CasperUn-ingnore code snippets
2022-11-01 borsAuto merge of #103217 - mejrs:track, r=eholk
2022-11-01 borsAuto merge of #9743 - smoelius:improve-needless-lifetim...
2022-11-01 Samuel MoeliusChange two `<=` to `==` for clarity
2022-10-31 xFrednetUpdate lint versions for 1.65
2022-10-31 Steven Casperupdate_lints
2022-10-31 Steven CasperImplement let_underscore_future
2022-10-31 borsAuto merge of #9506 - blyxyas:master, r=giraffate
2022-10-31 borsAuto merge of #9734 - alex-semenyuk:badge, r=giraffate
2022-10-30 borsAuto merge of #9747 - kraktus:option_if_let_else, r...
2022-10-30 borsAuto merge of #9755 - Alexendoo:restriction-cli-warn...
2022-10-30 Alex MacleodWarn when clippy::restriction is enabled via the comman...
2022-10-30 Samuel MoeliusAdress review comments
2022-10-29 Cameron SteffenUse LanguageItems::require less
2022-10-29 kraktus[`option_if_let_else`] do not lint if any arm has guard
2022-10-29 borsAuto merge of #9714 - Alexendoo:bool-to-int-if-let...
2022-10-29 Guillaume GomezRollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_a...
2022-10-29 Alex MacleodFix `bool_to_int_with_if` false positive with `if let`
2022-10-29 borsAuto merge of #9738 - kraktus:bool_to_int_with_if,...
2022-10-29 Nicholas NethercoteRename some `OwnerId` fields.
2022-10-29 borsAuto merge of #102233 - petrochenkov:effvis, r=jackh726
2022-10-29 borsAuto merge of #9648 - llogiq:fix-undocumented-unsafe...
2022-10-29 borsAuto merge of #9711 - smoelius:issue-9710, r=Jarcho
2022-10-28 borsAuto merge of #9741 - llogiq:fix-string-extend-chars...
2022-10-28 Matthew IngwersenFix `redundant_closure_for_method_calls` suggestion
2022-10-28 Andre Bogusfix `undocumented-unsafe-blocks` false positive
2022-10-28 Samuel MoeliusFix adjacent code
2022-10-28 Samuel MoeliusImprove `needless_lifetimes`
2022-10-28 Andre Bogusfix the `string-extend-chars` suggestion on slice
2022-10-28 Samuel MoeliusFix #9710
2022-10-28 kraktus[`bool_to_int_with_if`] do not lint in const context
2022-10-28 DeadbeefRetain ParamEnv constness when running deferred cast...
2022-10-28 borsAuto merge of #9733 - nbdd0121:master, r=dswij
2022-10-27 borsAuto merge of #9726 - kraktus:fix_use_self, r=Alexendoo
2022-10-27 Philipp KronesMove clippy::uninlined_format_args back to pedantic
2022-10-27 Alex ✨ Cosmic Prin... Update clippy_lints/src/suspicious_xor_used_as_pow.rs
2022-10-27 Gary GuoEnsure new_ret_no_self is not fired if `impl Trait...
2022-10-27 Maybe WaffleUpdate tooling
2022-10-27 borsAuto merge of #9722 - ebobrow:question-mark, r=Manishearth
2022-10-27 borsAuto merge of #9728 - dswij:uninlined-fargs-pedantic...
2022-10-27 dswijjmove `UNINLINED_FORMAT_ARGS` to pedantic
2022-10-27 borsAuto merge of #9674 - smoelius:needless-borrow-fp,...
2022-10-26 Samuel MoeliusFix `needless_borrow` false positive
2022-10-26 kraktus[`use_self`] fix suggestion when full path to struct...
2022-10-26 Vadim Petrochenkovprivacy: Rename "accessibility levels" to "effective...
2022-10-26 borsAuto merge of #9717 - Alexendoo:readme-note, r=flip1995
2022-10-26 borsAuto merge of #9723 - Rageking8:fix-dupe-word-typos...
2022-10-26 Rageking8fix dupe word typos
2022-10-26 Elliot Bobrow`question_mark` don't lint on `if let Err` with else
2022-10-26 borsAuto merge of #9681 - koka831:feat/add-seek-from-curren...
2022-10-25 AlexLints updated
2022-10-25 AlexJust lint changes
2022-10-25 borsAuto merge of #9712 - Alexendoo:old-generated-files...
2022-10-25 borsAuto merge of #103392 - RalfJung:miri, r=oli-obk
2022-10-25 borsAuto merge of #9707 - Alexendoo:file-depinfo, r=flip1995
2022-10-25 Alex MacleodTrack `clippy.toml` and `Cargo.toml` in `file_depinfo`
2022-10-25 borsAuto merge of #9692 - llogiq:mutable-key-more-arcs...
next