]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-17 Jason NewcombFix message for `match_wildcard_for_single_variant`
2021-03-17 Takayuki Maedareplace crate::methods::utils with super::utils
2021-03-17 Takayuki Maedaremove the use of paths
2021-03-17 Jason NewcombAdd test for `#[non_exhaustive]` enum in `match_wildcar...
2021-03-17 Jason NewcombImprovements to `match_wildcard_for_single_variants...
2021-03-17 Takayuki Maedamove get_hint_if_single_char_arg to methods/utils.rs
2021-03-17 Takayuki Maedamove chars_last_cmp_with_unwrap to its own module
2021-03-17 Takayuki Maedaextract conditions for single_char_pattern into its...
2021-03-17 Takayuki Maedaextract condition for into_iter_on_ref to its own module
2021-03-17 Takayuki Maedaextract conditions for `from_iter_instead_of_collect...
2021-03-17 Takayuki Maedaextract conditions into modules
2021-03-17 Takayuki Maedamove single_char_add_str to its own module
2021-03-17 Takayuki Maedause clippy_utils::ty::is_type_diagnostic_item
2021-03-17 Takayuki Maedafmt
2021-03-17 Takayuki Maedaremove unused arguments
2021-03-17 Takayuki Maedaextract a condition into a function.
2021-03-17 Takayuki Maedaremove a needless variable
2021-03-17 Takayuki Maedause derefs_to_slice in methods/utils.rs
2021-03-17 Takayuki Maedamove derefs_to_slice to methods/utils.rs
2021-03-17 Takayuki Maedarefactor string_extend_chars: return when obj type...
2021-03-17 Takayuki Maedamove chars_cmp_with_unwrap, chars_last_cmp and chars_ne...
2021-03-17 Takayuki Maedamove chars_cmp and chars_next_cmp to its own modules
2021-03-17 borsAuto merge of #6918 - camsteffen:utils-re-export, r...
2021-03-17 Cameron SteffenAdd clippy_utils::paths imports
2021-03-17 Cameron SteffenDon't re-export clippy_utils::*
2021-03-17 borsAuto merge of #6805 - matthiaskrgr:uca_nopub_6803,...
2021-03-17 borsAuto merge of #6821 - Jarcho:write_literal_suggestion...
2021-03-17 borsAuto merge of #6888 - matthiaskrgr:rip_ra_setup, r...
2021-03-17 Philipp KronesRename the last ra_setup mention to ide_setup
2021-03-17 Matthias Krügerrename `cargo dev ra_setup` to `cargo dev ide_setup`
2021-03-17 Matthias KrügerCONTRIBUTING: update section explaining how to get...
2021-03-17 Yuki OkushiRollup merge of #83092 - petrochenkov:qspan, r=estebank
2021-03-17 borsAuto merge of #6917 - MysteryJump:fix-manual-unwrap...
2021-03-16 borsAuto merge of #82536 - sexxi-goose:handle-patterns...
2021-03-16 Jason NewcombRemove SmallVec
2021-03-16 Jason NewcombAdd suggestion to `write_literal` and `print_literal`
2021-03-16 Jason NewcombMore specific spans for `use_debug` lint
2021-03-16 Jason NewcombKeep track of spans in format strings
2021-03-16 Yukio TanakaUse in_constant instead of is_const
2021-03-16 borsAuto merge of #6912 - flip1995:dep-cleanup, r=Manishearth
2021-03-16 flip1995Get rid of some unused dependecies
2021-03-16 Yukio TanakaFix typo
2021-03-16 Yukio TanakaFix FP of `manual_unwrap_or` in const fn
2021-03-16 Vadim Petrochenkovast: Reduce size of `ExprKind` by boxing fields of...
2021-03-16 Vadim Petrochenkovast/hir: Rename field-related structures
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 Vadim PetrochenkovUpdate clippy tests
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 RoxaneFix error after rebase
2021-03-15 RoxaneAdd comments with examples and tests
2021-03-15 borsAuto merge of #6831 - camsteffen:suspicious-map, r...
2021-03-15 Cameron SteffenImprove `find_binding_init` docs
2021-03-15 hyd-devUse `rustc_interface::interface::Config::parse_sess_cre...
2021-03-15 Samuel E. Moelius IIIDo not show docs link when lint doesn't start with...
2021-03-14 RoxaneAdd fake_read() to clippy
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 flip1995Clippy: HACK! Fix bootstrap error
2021-03-12 flip1995Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42...
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
next