]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/len_zero.rs
Auto merge of #9873 - smoelius:move-line-span, r=flip1995
[rust.git] / clippy_lints / src / len_zero.rs
2022-11-20 borsAuto merge of #9592 - c410-f3r:arith, r=Jarcho
2022-11-20 borsAuto merge of #9870 - koka831:unformat-unused-rounding...
2022-11-19 borsAuto merge of #9800 - Alexendoo:def_path_res_multiple...
2022-11-18 borsAuto merge of #9871 - koka831:fix/9864, r=xFrednet
2022-11-18 borsAuto merge of #9855 - Alexendoo:needless-borrowed-ref...
2022-11-15 Alex MacleodExtend `needless_borrowed_reference` to structs and...
2022-10-23 borsAuto merge of #9368 - nahuakang:improve-equatable-if...
2022-10-09 Yuki OkushiRollup merge of #102829 - compiler-errors:rename-impl...
2022-10-08 Matthias KrügerRollup merge of #102675 - ouz-a:mir-technical-debt...
2022-10-06 Philipp KronesMerge commit 'ac0e10aa68325235069a842f47499852b2dee79e...
2022-10-06 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-10-02 borsAuto merge of #9509 - schubart:fix_sorting, r=llogiq
2022-09-30 borsAuto merge of #9510 - Alexendoo:lintcheck-server2,...
2022-09-29 borsAuto merge of #9516 - flip1995:rustup, r=flip1995
2022-09-28 borsAuto merge of #9490 - kraktus:needless_borrow, r=Jarcho
2022-09-28 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-09-27 borsAuto merge of #9491 - kraktus:drop_copy, r=Jarcho
2022-09-27 borsAuto merge of #9511 - rust-lang:box-default, r=Alexendoo
2022-09-27 borsAuto merge of #9497 - kraktus:needless_return2, r=llogiq
2022-09-27 borsAuto merge of #9507 - c410-f3r:arith, r=Alexendoo
2022-09-27 borsAuto merge of #9487 - kraktus:question_mark, r=Jarcho
2022-09-26 fee1-deadRollup merge of #102197 - Nilstrieb:const-new-🌲, r...
2022-09-24 Takayuki Maedaseparate definitions and `HIR` owners
2022-09-23 borsAuto merge of #9525 - nyurik:apply-lints, r=llogiq
2022-09-23 Yuri AstrakhanApply uninlined_format-args to clippy_lints
2022-09-11 borsAuto merge of #9410 - dswij:issue-9375, r=xFrednet
2022-09-10 borsAuto merge of #98559 - jackh726:remove-reempty, r=oli-obk
2022-09-09 Philipp KronesMerge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc...
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 #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-07-18 borsAuto merge of #9146 - arieluy:type_params, r=dswij
2022-06-27 borsAuto merge of #8649 - ebobrow:imperative_find, r=flip1995
2022-06-14 borsAuto merge of #8901 - Jarcho:sharing_code, r=dswij
2022-06-09 borsAuto merge of #8907 - kyoto7250:fix_8898, r=giraffate
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-05-28 llogiqMerge branch 'master' into doc_link_with_quotes
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 Michael GouletLifetime variance fixes for clippy
2022-03-28 borsAuto merge of #8487 - dswij:8478, r=giraffate
2022-03-28 borsAuto merge of #8519 - tysg:redundant-modulo, r=giraffate
2022-03-17 Dylan DPCRollup merge of #94309 - eholk:issue-57017, r=tmandry
2022-03-15 borsAuto merge of #8509 - smoelius:fix-8507, r=giraffate
2022-03-14 borsAuto merge of #8534 - flip1995:rustup, r=flip1995
2022-03-14 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-03-13 borsAuto merge of #8422 - buttercrab:only_used_in_recursion...
2022-03-11 Nicholas NethercoteImprove `AdtDef` interning.
2022-03-10 borsAuto merge of #8070 - CrazyRoka:update-gh-pages-checkbo...
2022-03-03 borsAuto merge of #8414 - MiSawa:fix/optimize-redundant...
2022-03-02 borsAuto merge of #8456 - ebobrow:use_self_pat, r=llogiq
2022-03-02 borsAuto merge of #8432 - dtolnay-contrib:transmuteundefine...
2022-02-26 borsAuto merge of #8462 - ken-matsui:use-precise-namespace...
2022-02-26 borsAuto merge of #8464 - Jarcho:ptr_arg_8463, r=camsteffen
2022-02-26 borsAuto merge of #8453 - tamaroning:fix_large_enum_variant...
2022-02-24 borsAuto merge of #8468 - flip1995:rustup, r=flip1995
2022-02-24 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-02-17 Matthias KrügerRollup merge of #94030 - ChayimFriedman2:issue-94010...
2022-02-15 Matthias KrügerRollup merge of #94014 - flip1995:clippy_transmute_lint...
2022-02-15 Nicholas NethercoteOverhaul `TyS` and `Ty`.
2022-02-12 Jaeyong SungMerge remote-tracking branch 'upstream/master' into...
2022-02-10 borsAuto merge of #8409 - flip1995:rustup, r=flip1995
2022-02-10 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-02-09 Yuki OkushiRollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis
2022-02-01 borsAuto merge of #8330 - flip1995:changelog, r=llogiq
2022-02-01 Matthias KrügerRollup merge of #93290 - lcnr:same_type, r=jackh726
2022-02-01 lcnrremove `TyS::same_type`
2022-01-30 borsAuto merge of #8322 - jubnzv:8282-single-match, r=llogiq
2022-01-29 borsAuto merge of #8289 - jubnzv:unspecified-layout-union...
2022-01-28 borsAuto merge of #8250 - pr2502:fix_repeat_underflow,...
2022-01-28 borsAuto merge of #8354 - dswij:8345, r=giraffate
2022-01-27 borsAuto merge of #8359 - flip1995:rustup, r=flip1995
2022-01-27 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-01-25 borsAuto merge of #93095 - Aaron1011:remove-assoc-ident...
2022-01-21 borsAuto merge of #8271 - Jarcho:ptr_arg_214, r=flip1995
2022-01-21 Cameron SteffenRemove a span from hir::ExprKind::MethodCall
2022-01-18 borsAuto merge of #8298 - ebobrow:op_ref_fp, r=giraffate
2022-01-17 borsAuto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
2022-01-16 borsAuto merge of #92740 - cuviper:update-rayons, r=Mark...
2022-01-14 borsAuto merge of #8231 - Jarcho:implicit_clone_8227, r...
2022-01-14 Matthias KrügerRollup merge of #92849 - flip1995:clippyup, r=Manishearth
2022-01-13 borsAuto merge of #89861 - nbdd0121:closure, r=wesleywiser
2022-01-13 flip1995Merge commit '97a5daa65908e59744e2bc625b14849352231c75...
2022-01-13 borsAuto merge of #8272 - flip1995:rustup, r=flip1995
2022-01-13 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-01-12 borsAuto merge of #8226 - Jarcho:manual_memcpy_8160, r...
2022-01-12 borsAuto merge of #8266 - camsteffen:test-tweaks, r=flip1995
2022-01-12 borsAuto merge of #8265 - camsteffen:which-rustfmt, r=xFrednet
2022-01-12 borsAuto merge of #8037 - ojeda:doc-codegen-change, r=camst...
2022-01-12 borsAuto merge of #8190 - camsteffen:no-in-band-liftetimes...
2022-01-11 Cameron SteffenStop using in_band_lifetimes
2022-01-07 Matthew JasperUpdate clippy for associated item changes
next