]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/loops
Auto merge of #9870 - koka831:unformat-unused-rounding, r=Jarcho
[rust.git] / clippy_lints / src / loops /
2022-11-19 borsAuto merge of #9800 - Alexendoo:def_path_res_multiple...
2022-11-18 borsAuto merge of #9855 - Alexendoo:needless-borrowed-ref...
2022-11-18 borsAuto merge of #9863 - smoelius:expect-unwrap-used-typo...
2022-11-18 borsAuto merge of #9850 - pheki:fix-7499-missing-ref, r...
2022-11-18 borsAuto merge of #9858 - DesmondWillowbrook:never_loop...
2022-11-16 Kartavya Vashishthafix clippy suggestions
2022-11-16 Kartavya Vashishthadon't emit AlwaysBreaks if it targets a block
2022-11-15 borsAuto merge of #9570 - nfejzic:lint-unchecked-duration...
2022-11-13 borsAuto merge of #9837 - DesmondWillowbrook:never_loop...
2022-11-13 borsAuto merge of #9698 - kraktus:xc_bool, r=xFrednet
2022-11-12 Kartavya Vashishthafix never_loop false positive
2022-11-09 borsAuto merge of #9813 - Jarcho:issue_9811, r=xFrednet
2022-11-08 borsAuto merge of #9791 - smoelius:issues-9739-9782, r...
2022-11-08 borsAuto merge of #9765 - koka831:feat/manual_is_ascii_chec...
2022-11-07 borsAuto merge of #8744 - Jarcho:needless_collect_fp, r...
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-05 borsAuto merge of #9760 - SquareMan:let_underscore_future...
2022-11-04 borsAuto merge of #9753 - smoelius:changelog, r=xFrednet
2022-11-03 borsAuto merge of #9761 - xFrednet:changelog-1-65, r=giraff...
2022-11-01 borsAuto merge of #9743 - smoelius:improve-needless-lifetim...
2022-10-29 borsAuto merge of #9648 - llogiq:fix-undocumented-unsafe...
2022-10-28 Samuel MoeliusFix adjacent code
2022-10-24 JTMove needless_collect to nursery
2022-10-23 borsAuto merge of #9368 - nahuakang:improve-equatable-if...
2022-10-23 borsAuto merge of #9630 - CatDevz:fix-aawr-lint, r=flip1995
2022-10-23 borsAuto merge of #9654 - alex-semenyuk:enable_test, r...
2022-10-23 borsAuto merge of #9622 - llogiq:box-dyn-default, r=Alexendoo
2022-10-20 borsAuto merge of #9635 - smoelius:fix-9386-bug, r=Jarcho
2022-10-20 borsAuto merge of #9670 - Alexendoo:missing-trait-methods...
2022-10-20 borsAuto merge of #9680 - flip1995:rustup, r=flip1995
2022-10-20 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-10-19 borsAuto merge of #9634 - royrustdev:fix_redundant_allocati...
2022-10-17 borsAuto merge of #9637 - Alexendoo:unused-format-specs...
2022-10-17 borsAuto merge of #9609 - kraktus:hexa_f32, r=giraffate
2022-10-16 borsAuto merge of #9652 - kraktus:octo_89, r=xFrednet
2022-10-16 borsAuto merge of #9658 - TennyZhuang:partial-pub-fields...
2022-10-16 borsAuto merge of #9566 - smoelius:diagnostic-item-path...
2022-10-15 Samuel MoeliusFormat affected files
2022-10-15 Samuel MoeliusFix adjacent code
2022-10-13 borsAuto merge of #9584 - royrustdev:implicit_saturating_su...
2022-10-13 borsAuto merge of #9600 - nyurik:inline-fmt-style, r=llogiq
2022-10-12 borsAuto merge of #9590 - nyurik:fix-parens, r=Alexendoo
2022-10-12 borsAuto merge of #9627 - Jarcho:ice-9625, r=xFrednet
2022-10-11 borsAuto merge of #9629 - est31:let_else, r=Jarcho
2022-10-11 borsAuto merge of #9572 - Nilstrieb:as-ptr-cast-mut, r...
2022-10-10 est31Replace manual let else patterns with let else
2022-10-10 Dylan DPCRollup merge of #102868 - compiler-errors:rename-assoc...
2022-10-10 Dylan DPCRollup merge of #99696 - WaffleLapkin:uplift, r=fee1...
2022-10-09 Yuki OkushiRollup merge of #102829 - compiler-errors:rename-impl...
2022-10-09 Maybe Waffledeprecate `clippy::for_loops_over_fallibles`
2022-10-08 Matthias KrügerRollup merge of #102675 - ouz-a:mir-technical-debt...
2022-10-07 borsAuto merge of #102091 - RalfJung:const_err, r=oli-obk
2022-10-07 Cameron SteffenChange InferCtxtBuilder from enter to build
2022-10-06 Philipp KronesMerge commit 'ac0e10aa68325235069a842f47499852b2dee79e...
2022-10-06 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-10-04 borsAuto merge of #9547 - nyurik:capt, r=flip1995
2022-10-03 borsAuto merge of #9559 - c410-f3r:arith, r=Alexendoo
2022-10-03 Elliot BobrowMerge branch 'master' into mul-add-negative
2022-10-02 borsAuto merge of #7962 - Jarcho:fix_match_type_on_diagnost...
2022-10-02 Jason NewcombReplace `is_lang_ctor` with `is_res_lang_ctor`
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 lcnrrustc_typeck to rustc_hir_analysis
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-23 borsAuto merge of #9496 - yotamofek:never_loop_let_else...
2022-09-22 borsAuto merge of #9501 - xFrednet:changelog-1.64, r=llogiq
2022-09-20 xFrednetChangelog for Rust 1.64 :apple:
2022-09-19 Yotam Ofek[`never_loop`]: Fix FP with let..else statements.
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 borsAuto merge of #101228 - nnethercote:simplify-hir-PathSe...
2022-09-05 Takayuki Maedaseparate the receiver from arguments in HIR under ...
2022-09-05 Dylan DPCRollup merge of #101142 - nnethercote:improve-hir-stats...
2022-09-02 Cameron Steffenclippy: BindingAnnotation change
2022-08-31 borsAuto merge of #101249 - matthiaskrgr:rollup-wahnoz8...
2022-08-31 Jason NewcombMerge commit 'f51aade56f93175dde89177a92e3669ebd8e7592...
2022-08-28 Nicholas NethercoteUse `&'hir Expr` everywhere.
2022-08-28 Jason NewcombMerge branch 'master' into rustup
2022-08-26 borsAuto merge of #9379 - royrustdev:multi_assignments...
2022-08-21 borsAuto merge of #9092 - tamaroning:fix-needless-match...
2022-08-21 borsAuto merge of #8992 - kyoto7250:fix_8753, r=flip1995
next