]> git.lizzy.rs Git - rust.git/history - clippy_utils
Auto merge of #8947 - Serial-ATA:lint-produces-output, r=xFrednet
[rust.git] / clippy_utils /
2022-06-14 borsAuto merge of #8947 - Serial-ATA:lint-produces-output...
2022-06-14 borsAuto merge of #8901 - Jarcho:sharing_code, r=dswij
2022-06-09 borsAuto merge of #8976 - xFrednet:rust-97660-catch-emissio...
2022-06-09 borsAuto merge of #8954 - Serial-ATA:doc-comment-issues...
2022-06-09 borsAuto merge of #8907 - kyoto7250:fix_8898, r=giraffate
2022-06-08 borsAuto merge of #8950 - Jarcho:derive_non_pub, r=dswij
2022-06-08 borsAuto merge of #8960 - Jarcho:iter_cloned, r=giraffate
2022-06-07 Jason NewcombChanges to `iter_overeager_cloned`
2022-06-05 borsAuto merge of #8941 - DevAccentor:for_loops_over_fallib...
2022-06-04 borsAuto merge of #8930 - kyoto7250:issue_8920, r=Alexendoo
2022-06-04 borsAuto merge of #8942 - flip1995:rustup, r=flip1995
2022-06-04 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-06-04 borsAuto merge of #8843 - Serial-ATA:collect-renamed, r...
2022-06-03 Dylan DPCRollup merge of #97415 - cjgillot:is-late-bound-solo...
2022-06-03 Camille GILLOTManipulate lifetimes by LocalDefId for region resolution.
2022-06-03 Dylan DPCRollup merge of #97653 - RalfJung:int-to-ptr, r=oli-obk
2022-06-03 borsAuto merge of #8932 - dswij:pr-8879, r=giraffate
2022-06-02 borsAuto merge of #97575 - nnethercote:lazify-SourceFile...
2022-06-02 borsAuto merge of #8902 - PrestonFrom:add_suggestion_for_mo...
2022-06-02 borsAuto merge of #8906 - rust-lang:copy-large-enum-variant...
2022-06-02 Ralf Jungadd cast kind of from_exposed_addr (int-to-ptr casts)
2022-06-02 borsAuto merge of #8905 - c410-f3r:arith, r=llogiq
2022-06-02 borsAuto merge of #8908 - Serial-ATA:doc-comment-issues...
2022-06-01 borsAuto merge of #8869 - Jarcho:derive_partial_eq_without_...
2022-06-01 Ralf Jungrename PointerAddress → PointerExposeAddress
2022-06-01 borsAuto merge of #7930 - lengyijun:needless_deref_new...
2022-06-01 Nicholas NethercoteLazify `SourceFile::lines`.
2022-05-31 borsAuto merge of #8916 - Jarcho:swap_ptr_to_ref, r=Manishearth
2022-05-31 Jason NewcombAdd lint `swap_ptr_to_ref`
2022-05-31 borsAuto merge of #8884 - evantypanski:manual_range_contain...
2022-05-31 borsAuto merge of #8876 - Alexendoo:cast-abs-to-different...
2022-05-31 borsAuto merge of #8918 - Jarcho:almost_complete_letter_ran...
2022-05-31 Jason NewcombAdd lint `almost_complete_letter_range`
2022-05-31 Tomasz MiąskoAdd a pointer to address cast kind
2022-05-30 lyjneedless_deref
2022-05-28 llogiqMerge branch 'master' into doc_link_with_quotes
2022-05-27 borsAuto merge of #8892 - smoelius:fix-empty-line-false...
2022-05-27 borsAuto merge of #8897 - tamaroning:improve_dbg, r=Alexendoo
2022-05-27 Preston FromWhen setting suggestion, add suggestion for MoveAndClon...
2022-05-27 borsAuto merge of #8885 - Serial-ATA:rc-clone-in-vec-init...
2022-05-26 Jason NewcombRework `branches_sharing_code`
2022-05-26 borsAuto merge of #8896 - Alexendoo:fn_sig_ice, r=llogiq
2022-05-26 Alex MacleodOnly return DefIds to Fn-like definitions in clippy_uti...
2022-05-25 borsAuto merge of #8889 - Serial-ATA:remove-newlines, r...
2022-05-25 borsAuto merge of #8882 - kyoto7250:get_first, r=llogiq
2022-05-25 kyoto7250feat(lint): impl lint about use first() instead of...
2022-05-24 borsAuto merge of #8786 - Alexendoo:identity-op-suggestions...
2022-05-24 borsAuto merge of #8881 - dmarcoux:update-outdated-doc...
2022-05-24 borsAuto merge of #8754 - guerinoni:no_effect_replace,...
2022-05-24 borsAuto merge of #96098 - JakobDegen:always-return-place...
2022-05-24 Yuki OkushiRollup merge of #97289 - compiler-errors:tcxify-clippy...
2022-05-23 Jakob DegenRefactor call terminator to always hold a destination...
2022-05-23 Michael GouletLifetime variance fixes for clippy
2022-05-23 Dylan DPCRollup merge of #97254 - jhpratt:remove-crate-vis,...
2022-05-22 Jason NewcombSet correct `ParamEnv` for `derive_partial_eq_without_eq`
2022-05-21 Jacob PrattMerge crate and restricted visibilities
2022-05-21 Jacob PrattRemove feature: `crate` visibility modifier
2022-05-21 borsAuto merge of #8848 - Serial-ATA:auto-detect-theme...
2022-05-21 xFrednetMerge 'rust-clippy/master' into clippyup
2022-05-21 borsAuto merge of #96923 - eholk:fix-fake-read, r=nikomatsakis
2022-05-20 borsAuto merge of #8856 - xFrednet:rustup, r=Manishearth...
2022-05-20 xFrednetUpdate clippy version `0.1.62` -> `0.1.63`
2022-05-20 xFrednetMerge remote-tracking branch 'upstream/master' into...
2022-05-19 borsAuto merge of #8841 - Serial-ATA:remove-code-block...
2022-05-19 borsAuto merge of #8840 - xFrednet:0000-mini-changelog...
2022-05-19 borsAuto merge of #8838 - tamaroning:fix_dbg, r=Jarcho...
2022-05-19 tamaronfix
2022-05-18 borsAuto merge of #96863 - SparrowLii:let, r=michaelwoerister
2022-05-18 borsAuto merge of #8823 - smoelius:unknown-field, r=xFrednet
2022-05-18 borsAuto merge of #8807 - Jarcho:cmp_owned, r=giraffate
2022-05-17 tamaronfix
2022-05-17 borsAuto merge of #97111 - JohnTitor:rollup-x3vjf6u, r...
2022-05-17 Yuki OkushiRollup merge of #97079 - SparrowLii:successors, r=lcnr
2022-05-17 borsAuto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco
2022-05-17 borsAuto merge of #96825 - kckeiks:remove-item-like-visitor...
2022-05-17 borsAuto merge of #8814 - yonip23:add-suggestion-to-rc...
2022-05-16 borsAuto merge of #8752 - Serial-ATA:improve-filtering...
2022-05-16 Oli SchererAdd a query for checking whether a function is an intri...
2022-05-16 borsAuto merge of #8761 - tamaroning:fix_8505, r=Jarcho
2022-05-15 borsAuto merge of #8699 - Jarcho:vec_init_then_push_7071...
2022-05-15 borsAuto merge of #8832 - Alexendoo:duplicate-mod, r=Manish...
2022-05-14 borsAuto merge of #96883 - jackh726:early-binder-2, r=oli-obk
2022-05-14 Alex MacleodAdd `duplicate_mod` lint
2022-05-13 Jack HueyAdd bound_fn_sig
2022-05-13 Miguel Guarnizremove TestItemNamesVisitor
2022-05-13 borsAuto merge of #8813 - evantypanski:redundant_alloc_fat_...
2022-05-12 borsAuto merge of #8799 - Alexendoo:lintcheck-common, r...
2022-05-12 borsAuto merge of #95562 - lcnr:attr-no-encode, r=davidtwco
2022-05-11 borsAuto merge of #8818 - koic:use_rust_2021_prelude, r...
2022-05-11 Koichi ITOUse the traits added to the Rust 2021 Edition prelude
2022-05-11 Jack HueyIntroduce EarlyBinder
2022-05-10 Eric HolkUpdate clippy to new rake_read signature
2022-05-10 borsAuto merge of #8796 - nsunderland1:master, r=giraffate
2022-05-10 borsAuto merge of #8769 - yonip23:8719, r=xFrednet
2022-05-10 lcnrupdate clippy
2022-05-10 nsunderland1New lint: [`derive_partial_eq_without_eq`]
2022-05-09 borsAuto merge of #8797 - xFrednet:0000-expect-a-playground...
2022-05-09 SparrowLiifix clippy
2022-05-08 borsAuto merge of #8802 - smoelius:allow-expect-unwrap...
2022-05-08 borsAuto merge of #96770 - flip1995:fix-trait-type-in-bound...
next