]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/methods/mod.rs
Auto merge of #6942 - mgacek8:issue_6815_search_is_none, r=llogiq
[rust.git] / clippy_lints / src / methods / mod.rs
2021-03-22 borsAuto merge of #6942 - mgacek8:issue_6815_search_is_none...
2021-03-21 Mateusz Gaceksearch_is_some: check also when search is none
2021-03-20 borsAuto merge of #6924 - mgacek8:issue6727_copy_types...
2021-03-19 Mateusz Gacekwrong_self_convention: Enhance lint message
2021-03-18 borsAuto merge of #6928 - mgacek8:issue6675_or_fun_call_uns...
2021-03-17 Mateusz Gacekwrong_self_convention: `to_` respects `Copy` types
2021-03-17 borsAuto merge of #6918 - camsteffen:utils-re-export, r...
2021-03-17 Cameron SteffenDon't re-export clippy_utils::*
2021-03-17 borsAuto merge of #6805 - matthiaskrgr:uca_nopub_6803,...
2021-03-16 borsAuto merge of #6915 - smoelius:docs-link, r=llogiq
2021-03-16 borsAuto merge of #6916 - camsteffen:diagnostics-util,...
2021-03-16 Cameron SteffenDon't re-export clippy_utils::diagnostics::*
2021-03-16 borsAuto merge of #6914 - camsteffen:source-utils, r=Manish...
2021-03-15 borsAuto merge of #6828 - mgacek8:issue_6758_enhance_wrong_...
2021-03-15 borsAuto merge of #6907 - camsteffen:ty-utils, r=flip1995
2021-03-15 Cameron SteffenMove some utils to clippy_utils::source module
2021-03-15 Cameron SteffenMove some utils to ty_utils
2021-03-15 borsAuto merge of #6831 - camsteffen:suspicious-map, r...
2021-03-14 Ben BoeckelFix suspicious_map false positives
2021-03-13 borsAuto merge of #6859 - magurotuna:if_then_some_else_none...
2021-03-12 Mateusz Gacekwrong_self_convention: fix lint in case of `to_*_mut...
2021-03-11 borsAuto merge of #6826 - TaKO8Ki:refactor-methods-mod...
2021-03-11 Takayuki Maedaremove unused imports
2021-03-11 Takayuki Maedamove expect_fun_call to its own module
2021-03-11 Takayuki Maedamove or_fun_call to its own module
2021-03-11 Takayuki Maedamove map_unwrap_or to its own module
2021-03-11 Takayuki Maedamove option_map_or_none to its own module
2021-03-11 Takayuki Maedaunnecessary_fold to its own module
2021-03-11 Takayuki Maedamove useless_asref to its own module
2021-03-11 Takayuki Maedamove clone_on_copy to its own module
2021-03-11 Takayuki Maedamove iter_skip_next to its own module
2021-03-11 Takayuki Maedamove map_flatten and search_is_some to their own modules
2021-03-11 Takayuki Maedamove flat_map_identity to its own module
2021-03-11 Takayuki Maedamove filter_map_flat_map to its own module
2021-03-11 Takayuki Maedamove filter_flat_map to its own module
2021-03-11 Takayuki Maedamove filter_map_next to its own module
2021-03-11 Takayuki Maedamove filter_map_map to its own module
2021-03-11 Takayuki Maedamove filter_map to its own module
2021-03-11 Takayuki Maedamove from_iter_insteam_of_collect to its own module
2021-03-11 Takayuki Maedamove into_iter_on_ref and single_char_pattern to their...
2021-03-11 Takayuki Maedamove single_char_push_string to its own module
2021-03-11 Takayuki Maedamove single_char_insert_string to its own module
2021-03-11 Takayuki Maedamove string_extend_chars and clone_on_ref_ptr to their...
2021-03-11 Takayuki Maedamove wrong_self_convention to its own module
2021-03-11 Takayuki Maedamove iter_nth, iter_nth_zero and iterator_step_by_zero...
2021-03-11 Takayuki Maedamove iter_next_slice to its own module
2021-03-11 Takayuki Maedamove map_collect_result_unit to its own module
2021-03-11 Takayuki Maedamove zst_offset to its own module
2021-03-11 Takayuki Maedareplace `lints` and `lint` with `check`
2021-03-11 Takayuki Maedamove iter_cloned_collect to its own module
2021-03-11 Takayuki Maedamove uninit_assumed_init to its own module
2021-03-11 Takayuki Maedamove filetype_is_file to its own module
2021-03-11 Takayuki Maedamove suspicious_map to its own module
2021-03-11 Takayuki Maedamove option_as_ref_deref to its own module
2021-03-11 Takayuki Maedamove skip_while_next to its own module
2021-03-11 Takayuki Maedamove expect_used, filter_next, get_unwrap, ok_expect...
2021-03-11 borsAuto merge of #6881 - flip1995:rustup, r=flip1995
2021-03-11 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-10 borsAuto merge of #6814 - hyd-dev:issue-6486, r=flip1995
2021-03-10 borsAuto merge of #6794 - camsteffen:needless-borrowed...
2021-03-09 borsAuto merge of #6876 - giraffate:improve_doc_on_map_flat...
2021-03-09 Takayuki NakataImprove doc on `map_flatten`
2021-03-09 Mara BosRollup merge of #82048 - mark-i-m:or-pat-type-ascriptio...
2021-03-07 borsAuto merge of #6823 - Jarcho:diagnostic_items, r=phansch
2021-03-03 borsAuto merge of #6824 - Y-Nak:refactor_loops_module,...
2021-03-02 borsAuto merge of #6801 - Jarcho:manual_match_fix, r=phansch
2021-03-02 borsAuto merge of #6791 - TaKO8Ki:iter-count, r=matthiaskrgr
2021-03-01 Cameron SteffenUse diagnostic items in into_iter_collections
2021-02-28 borsAuto merge of #6787 - matthiaskrgr:lint_msgs, r=llogiq
2021-02-28 Matthias Krügerchange some lint messages and remove old entries from...
2021-02-28 Matthias Krügerupdate the lint messages and tests
2021-02-28 borsAuto merge of #6802 - camsteffen:dogfood-fix, r=llogiq
2021-02-27 Takayuki Maedaremove pub(crate)
2021-02-27 Takayuki Maedaexport `derefs_to_slice` from methods module
2021-02-27 Takayuki Maedareceive iter method name as an argument
2021-02-27 Takayuki Maedamove `lints()` to `iter_count.rs`
2021-02-27 Takayuki Maedalint for `into_iter().count()`
2021-02-27 Takayuki Maedanew lint: iter_count
2021-02-27 Cameron SteffenAdd missing diagnostic item Symbols
2021-02-27 borsAuto merge of #6730 - anall:feature/owned_to_owned_meth...
2021-02-27 Andrea Nalladded new lint `implicit_clone`
2021-02-25 borsAuto merge of #6601 - mdm:fix-unit-args-false-positive...
2021-02-25 borsAuto merge of #6790 - mgacek8:issue_6748, r=Manishearth
2021-02-25 Mateusz Gacekor_fun_call: fix suggestion for `or_insert(vec![])`
2021-02-25 borsAuto merge of #6789 - flip1995:rustup, r=flip1995
2021-02-25 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-02-18 borsAuto merge of #6665 - pag4k:unnecessary_wraps_bug_6640...
2021-02-18 Dylan DPCRollup merge of #82215 - TaKO8Ki:replace-if-let-while...
2021-02-17 borsAuto merge of #81993 - flip1995:clippyup, r=Manishearth
2021-02-16 borsAuto merge of #6662 - Y-Nak:default-numeric-fallback...
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::ImplItem.
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::TraitItem.
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::Item.
2021-02-14 borsAuto merge of #6701 - camsteffen:collapsible-if, r...
2021-02-14 borsAuto merge of #6697 - camsteffen:vec-init-push-fp,...
2021-02-13 borsAuto merge of #81238 - RalfJung:copy-intrinsics, r...
2021-02-12 borsAuto merge of #6700 - daxpedda:panics-doc-unreachable...
2021-02-12 borsAuto merge of #6179 - flip1995:rewrite_use_self, r...
2021-02-11 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-02-11 flip1995Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736...
next