]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/loops.rs
Fix an invalid suggestion in `needless_collect` test
[rust.git] / clippy_lints / src / loops.rs
2020-10-25 Takayuki NakataFix an invalid suggestion in `needless_collect` test
2020-10-25 borsAuto merge of #6222 - JohnTitor:redundant-local-def...
2020-10-25 borsAuto merge of #6211 - ThibsG:NeedlessBoolCfg, r=flip1995
2020-10-25 borsAuto merge of #6198 - montrivo:needless-lifetime, r...
2020-10-25 borsAuto merge of #6177 - rust-lang:manual-range-contains...
2020-10-25 Yuki OkushiRemove redundant `expect_local()` call
2020-10-25 borsAuto merge of #6103 - FrancisMurillo:mut_mutex_lock...
2020-10-25 borsAuto merge of #6162 - josephlr:empty-loop-no-std, r...
2020-10-25 borsAuto merge of #6181 - cgm616:undropped-manually-drops...
2020-10-25 borsAuto merge of #6109 - patrickelectric:single_element_fo...
2020-10-24 borsAuto merge of #6187 - geoffreycopin:master, r=ebroto
2020-10-23 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-23 Joe Richeyclippy_lints: Update empty_loop lint
2020-10-19 borsAuto merge of #6167 - ThibsG:IdenticalArgumentsAssertEq...
2020-10-19 borsAuto merge of #6166 - achris:master, r=flip1995
2020-10-19 Patrick José PereiraAdd linter for a single element for loop
2020-10-19 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
2020-10-17 borsAuto merge of #6189 - ebroto:rustup, r=ebroto
2020-10-17 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-17 Yuki OkushiRollup merge of #77851 - exrook:split-btreemap, r=dtolnay
2020-10-16 Santiago PastorinoHandle ExprKind::ConstBlock on clippy
2020-10-16 borsAuto merge of #6180 - flip1995:rustup, r=flip1995
2020-10-16 borsAuto merge of #6178 - josephlr:sync-from-rust, r=phansch
2020-10-16 Dylan DPCRollup merge of #77493 - hosseind88:ICEs_should_always_...
2020-10-13 borsAuto merge of #6169 - ThibsG:SameFunctionsInIfCondition...
2020-10-13 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-11 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-11 borsAuto merge of #77649 - dash2507:replace_run_compiler...
2020-10-10 borsAuto merge of #6107 - nahuakang:ref_style_link_false_po...
2020-10-10 borsAuto merge of #5727 - rail-rain:manual_memcpy_with_coun...
2020-10-09 flip1995Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b...
2020-10-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-10-06 borsAuto merge of #6126 - flip1995:rustup, r=flip1995
2020-10-06 borsAuto merge of #6078 - ebroto:unnecessary_sort_by_take_2...
2020-10-05 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-04 borsAuto merge of #6111 - flip1995:rustup, r=flip1995
2020-10-02 railremove the explicit return value of `print_limit`
2020-10-02 railsupress `clippy::filter_map`
2020-10-02 railadd comments around `loop_counters`
2020-10-02 railfix a FN where incr exprs with no semicolon at ends
2020-10-02 railsimplify the code
2020-10-02 raildocument `MinifyingSugg` and `Offset`
2020-10-01 borsAuto merge of #6102 - giraffate:no_lint_when_invalid_su...
2020-10-01 Takayuki NakataDon't emit a lint for the suggestion leading to errors...
2020-10-01 flip1995Fix rustup fallout
2020-09-29 Tim NielensMerge branch 'master' into needless-lifetime
2020-09-28 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-28 Ralf JungRollup merge of #76474 - bjorn3:driver_selected_codegen...
2020-09-27 railUse the `From` trait to make `MinifyingSugg`
2020-09-27 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-27 railUse the spans of the entire `for` loops for suggestions
2020-09-27 railPrevent unnecessary lints from triggering
2020-09-27 railReplace `snippet_opt` + `unwrap_or_else` with `snippet`
2020-09-26 borsAuto merge of #6079 - giraffate:print_stdout_in_build_r...
2020-09-25 borsAuto merge of #6084 - ebroto:ui_tests_cleanup, r=flip1995
2020-09-25 borsAuto merge of #77144 - flip1995:clippyup, r=Manishearth
2020-09-24 railReflect the changes that has been made and fmt
2020-09-24 railmake clippy happy (`needless_pass_by_value`, `filter_ma...
2020-09-24 railUse operator overloading instead of direct calls of...
2020-09-24 railRename `get_offset` and its private items
2020-09-24 railfmt
2020-09-24 railImplement building the `manual_memcpy` sugggestion...
2020-09-24 railImplement detecting `manual_memcpy` with loop counters
2020-09-24 railIntroduce Start and StartKind
2020-09-24 railRename a struct and variables
2020-09-24 railRename variables
2020-09-24 railGeneralise `InitializeVisitor`
2020-09-24 railSplit VarState
2020-09-24 railadd concinient methods to Increment/InitializeVisitor
2020-09-24 railCheck if it's after the loop earlier
2020-09-24 railUse else blocks instead of return statements in Increme...
2020-09-24 railUse if_chain in Increment/InitializeVisitor
2020-09-24 borsAuto merge of #6077 - ebroto:revert_or_fun_call_const...
2020-09-24 borsAuto merge of #6076 - rail-rain:fix_fp_explicit_counter...
2020-09-24 flip1995Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d...
2020-09-23 borsAuto merge of #6044 - rschoon:rc-buffer, r=yaahc
2020-09-22 railFix a FP in `explicit_counter_loop`
2020-09-21 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-20 borsAuto merge of #76136 - CDirkx:const-result, r=dtolnay
2020-09-16 borsAuto merge of #5937 - montrivo:option_if_let_else,...
2020-09-16 borsAuto merge of #6025 - thomcc:compare_exchange_atomics...
2020-09-16 borsAuto merge of #6038 - mikerite:lint-5734, r=matthiaskrgr
2020-09-16 borsAuto merge of #6042 - euclio:println-empty, r=flip1995
2020-09-15 Michael WrightMerge branch 'master' into lint-5734
2020-09-15 borsAuto merge of #6043 - HaramanJohal:margin_of_error...
2020-09-15 borsAuto merge of #6049 - flip1995:rustup, r=flip1995
2020-09-15 borsAuto merge of #6045 - giraffate:remove_extra_blank_line...
2020-09-15 borsAuto merge of #6013 - ebroto:diagnostic_item_restrictio...
2020-09-15 Eduardo BrotoFix dogfood after MatchTypeOnDiagItem
2020-09-14 borsAuto merge of #5998 - deg4uss3r:master, r=yaahc
2020-09-14 Michael WrightFix `manual-strip` dogfood errors
2020-09-11 borsAuto merge of #75800 - Aaron1011:feature/full-nt-tokens...
2020-09-10 borsAuto merge of #5977 - xvschneider:AddLintPanicInResult...
2020-09-10 Takayuki NakataAddress `items_after_statement`
2020-09-10 Takayuki NakataSome refactoring
2020-09-10 Takayuki NakataRefactoring: use inner function
2020-09-10 Takayuki NakataRestrict `same_item_push` to suppress false positives
2020-09-10 flip1995Merge commit '5034d47f721ff4c3a3ff2aca9ef2ef3e1d067f9f...
2020-09-10 borsAuto merge of #6019 - rail-rain:improve_known_probs_mut...
2020-09-10 borsAuto merge of #5980 - matsujika:create-dir, r=flip1995
next