]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-16 borsAuto merge of #6915 - smoelius:docs-link, r=llogiq
2021-03-16 borsAuto merge of #6889 - Y-Nak:refactor-unit-types, r...
2021-03-16 Yoshitomo NakanishiRemove unit_types::utils::is_unit
2021-03-16 Yoshitomo NakanishiMove unit_arg to its own module
2021-03-16 Yoshitomo NakanishiMove unit_cmp to its own module
2021-03-16 Yoshitomo NakanishiMove let_unit_value to its own module
2021-03-16 Yoshitomo NakanishiExtract utility functions to utils.rs
2021-03-16 Yoshitomo NakanishiExtract lints of unit_types group from types group
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-15 Cameron SteffenImprove `find_binding_init` docs
2021-03-15 Samuel E. Moelius IIIDo not show docs link when lint doesn't start with...
2021-03-14 Ben BoeckelFix suspicious_map false positives
2021-03-14 borsAuto merge of #6895 - iobtl:reformat_unnecessary_cast...
2021-03-14 iobtluse lint_unnecessary_cast for literals, suggest `_...
2021-03-13 borsAuto merge of #6859 - magurotuna:if_then_some_else_none...
2021-03-13 borsAuto merge of #6820 - mgacek8:issue_6562_enhance_mem_re...
2021-03-13 borsAuto merge of #6865 - Jarcho:explicit_deref_methods...
2021-03-13 Jason NewcombProperly lint macro arguments for `explicit_deref_methods`
2021-03-13 Jason NewcombKeep track of whether `deref` or `deref_mut` was called
2021-03-13 Jason NewcombRemove unneeded code.
2021-03-13 Jason NewcombMake `explicit_deref_methods` check for multiple deref...
2021-03-13 iobtlreplace span_lint with span_lint_and_sugg along with...
2021-03-13 borsAuto merge of #6892 - matthiaskrgr:inc_struct_ctor...
2021-03-12 borsAuto merge of #6891 - Y-Nak:use-iterator-sym, r=Manishearth
2021-03-12 Mateusz Gacekmem_replace_with_default: use diagnostic items intead...
2021-03-12 Mateusz Gacekmem_replace_with_default: recognize some std library...
2021-03-12 Matthias Krügerinconsistent_struct_constructor: try to make message...
2021-03-12 Yoshitomo NakanishiUse sym::Iterator instead of paths::ITERATOR
2021-03-12 Yusuke TanakaImprove suggestion and make it work for macros
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 borsAuto merge of #6884 - matthiaskrgr:lintcheck_crate...
2021-03-11 Matthias Krügerdoc line length fixes
2021-03-11 Matthias Krügerdocs: basics.md: mention lintcheck
2021-03-11 Matthias Krügerlintcheck: fix clippy warnings
2021-03-11 Matthias Krügerlintcheck: fix --fix and document it in the readme.
2021-03-11 Matthias Krügerlintcheck: update logs
2021-03-11 Matthias Krügerlintcheck: fix bug where lint messages about macros...
2021-03-11 Matthias Krügerlintcheck: update readme and remove the now redundant...
2021-03-11 Matthias Krügermove testfiles to "lintcheck" and fix more paths
2021-03-11 Matthias Krügergitignore: add lintchecks target dir
2021-03-11 Matthias Krügerlintcheck: make sure we lauch from the repo root
2021-03-11 Matthias Krügerlintcheck: move out of clippy-dev into own crate
2021-03-11 Takayuki Maedafix interning-defined-symbol error
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 flip1995Fix remaining dogfood errors (internal lints)
2021-03-11 flip1995Bump nightly version => 2021-03-11
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-10 borsAuto merge of #79519 - cjgillot:noattr, r=wesleywiser
2021-03-09 borsAuto merge of #6878 - flip1995:authors, r=Manishearth
2021-03-09 Camille GILLOTRemove hir::Expr::attrs.
2021-03-09 Camille GILLOTRemove hir::Item::attrs.
2021-03-09 Camille GILLOTRemove hir::ImplItem::attrs.
2021-03-09 Camille GILLOTRemove hir::TraitItem::attrs.
2021-03-09 Camille GILLOTRemove hir::StructField::attrs.
2021-03-09 Camille GILLOTRemove hir::Variant::attrs.
2021-03-09 Camille GILLOTRemove hir::Arm::attrs.
next