]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/methods
Auto merge of #6325 - flip1995:rustup, r=flip1995
[rust.git] / clippy_lints / src / methods /
2020-11-12 borsAuto merge of #6325 - flip1995:rustup, r=flip1995
2020-11-11 borsAuto merge of #6269 - camsteffen:map-clone-deref, r...
2020-11-10 borsAuto merge of #6303 - ThibsG:OptionOptionSerde, r=ebroto
2020-11-10 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-11-09 borsAuto merge of #6305 - smoelius:master, r=flip1995
2020-11-09 Dylan DPCRollup merge of #78710 - petrochenkov:macvisit, r=davidtwco
2020-11-09 borsAuto merge of #6278 - ThibsG:DerefAddrOf, r=llogiq
2020-11-08 borsAuto merge of #6267 - camsteffen:or-fun-idx, r=flip1995
2020-11-08 Cameron SteffenFix or_fun_call for index operator
2020-11-08 Cameron SteffenMake KNOW_TYPES static
2020-11-08 borsAuto merge of #6293 - Urcra:lint-example-fix, r=flip1995
2020-11-08 borsAuto merge of #6271 - camsteffen:vec-box-import, r...
2020-11-08 borsAuto merge of #6301 - alex-700:fix-map-clone, r=matthia...
2020-11-07 borsAuto merge of #6304 - matthiaskrgr:crash_6302, r=llogiq
2020-11-07 borsAuto merge of #6298 - JohnTitor:fix-example, r=llogiq
2020-11-07 borsAuto merge of #6287 - camsteffen:readme, r=llogiq
2020-11-07 borsAuto merge of #6134 - patrickelectric:as_utf8, r=llogiq
2020-11-07 borsAuto merge of #6110 - rail-rain:care_enums_non_copy_con...
2020-11-07 borsAuto merge of #6272 - camsteffen:unnecesary-lazy-eval...
2020-11-06 Matthias KrügerFROM_ITER_INSTEAD_OF_COLLECT: avoid unwrapping uncondit...
2020-11-05 flip1995Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703...
2020-11-05 borsAuto merge of #6296 - flip1995:rustup, r=flip1995
2020-11-04 borsAuto merge of #78662 - sexxi-goose:add_expr_id_to_deleg...
2020-11-04 borsAuto merge of #6247 - giraffate:fix_suggestion_to_add_s...
2020-11-04 borsAuto merge of #5911 - hegza:issue-568, r=ebroto
2020-11-04 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-11-04 borsAuto merge of #6284 - camsteffen:rustc-sym, r=flip1995
2020-11-04 borsAuto merge of #6270 - ClashTheBunny:clarify_allow_deny_...
2020-11-03 borsAuto merge of #6233 - montrivo:manual_ok_or, r=flip1995
2020-11-03 borsAuto merge of #6165 - dvermd:ref_option_ref, r=flip1995
2020-11-03 borsAuto merge of #6101 - pitiK3U:from_iter_instead_of_coll...
2020-11-03 Piti the little... Fix: Don't show lint for types that doesn't implement...
2020-11-03 Piti the little... Improve error message
2020-11-03 Piti the little... Remove backticks
2020-11-03 Piti the little... Run `cargo dev fmt`
2020-11-03 Piti the little... Improvements from PR feedback
2020-11-03 Piti the little... Fix `from_iter_instead_of_collect` lint crashing on...
2020-11-03 Piti the little... Add `from_iter_instead_of_collect` lint implementation
2020-11-03 borsAuto merge of #6037 - matthiaskrgr:single_char_insert...
2020-11-02 Cameron SteffenInclude bindings as machine applicable
2020-11-02 Cameron SteffenUse const rustc sym where possible
2020-11-02 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
2020-10-31 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-30 Eduardo BrotoAddress suggestions in PR review
2020-10-30 Eduardo BrotoRename single_char_push_str to single_char_add_str
2020-10-30 Matthias Krügerget_hint_if_single_char_arg: fix bug where multi-char...
2020-10-30 Matthias Krügerhandle macros returning Strings in single_char_push_str...
2020-10-30 Matthias Krügersingle_char_push_str lint using insert_str() on single...
2020-10-30 borsAuto merge of #6260 - matthiaskrgr:ices, r=ebroto
2020-10-30 borsAuto merge of #6197 - ThibsG:ImproveFilterNext, r=ebroto
2020-10-30 Cameron SteffenFix unnecessary_lazy_eval suggestion applicability
2020-10-30 borsAuto merge of #6229 - henil:improve-integer-division...
2020-10-30 borsAuto merge of #6200 - rail-rain:borrowed_box_invalid_su...
2020-10-29 borsAuto merge of #6248 - giraffate:replace_e_easy_with_goo...
2020-10-29 borsAuto merge of #6227 - HMPerson1:collect_map, r=phansch
2020-10-29 borsAuto merge of #6226 - Urcra:master, r=flip1995
2020-10-29 borsAuto merge of #6176 - achris:issues/578, r=phansch
2020-10-29 borsAuto merge of #6212 - ThibsG:MacroTopLevelRefArg, r...
2020-10-28 borsAuto merge of #6257 - giraffate:sync-from-rust, r=ebroto
2020-10-28 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
2020-10-26 Nathan WhitakerRemove lint from clippy
2020-10-26 ThibsGImprove some suggestions for `filter_map_next`, `filter...
2020-10-26 ThibsGUse better placeholders for some methods lint messages
2020-10-26 HMPerson1Add lint for replacing `.map().collect()` with `.try_fo...
2020-10-16 Dylan DPCRollup merge of #77493 - hosseind88:ICEs_should_always_...
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 borsAuto merge of #6115 - ebroto:changelog_1_48, r=flip1995
2020-10-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-10-08 borsAuto merge of #6138 - giraffate:note_that_we_follow_rus...
2020-10-07 borsAuto merge of #6120 - phansch:replace-lazy-static,...
2020-10-06 borsAuto merge of #6124 - pickfire:patch-1, r=flip1995
2020-10-06 borsAuto merge of #6126 - flip1995:rustup, r=flip1995
2020-10-06 flip1995Run fmt
2020-10-06 Ivan ThamUse more concrete explanation for methods
2020-10-06 Matthew JasperFix tools
2020-09-29 Tim NielensMerge branch 'master' into needless-lifetime
2020-09-28 Ralf JungRollup merge of #76474 - bjorn3:driver_selected_codegen...
2020-09-25 borsAuto merge of #77144 - flip1995:clippyup, r=Manishearth
2020-09-24 flip1995Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d...
2020-09-23 borsAuto merge of #6044 - rschoon:rc-buffer, r=yaahc
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 #6034 - rail-rain:fix_fp_in_indexing_slic...
2020-09-16 railreplace `walk_ptrs_ty` with `peel_refs`
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 #6042 - euclio:println-empty, r=flip1995
2020-09-15 Tim Nielensoption_if_let_else - distinguish pure from impure else...
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-13 borsAuto merge of #6032 - matthiaskrgr:move_consume, r...
2020-09-11 Matthias Krügerinto_iter_on_ref: rephrase lint message: will not move...
next