]> git.lizzy.rs Git - rust.git/history - clippy_lints/src
Fix `any()` not taking reference in `search_is_some` lint
[rust.git] / clippy_lints / src /
2021-11-20 ThibsGFix `any()` not taking reference in `search_is_some...
2021-11-19 borsAuto merge of #7984 - phansch:disallowed-type-rename...
2021-11-18 borsAuto merge of #7977 - Jarcho:multi_needless_borrow...
2021-11-18 flip1995Also pluralize disallowed_method(s) lint
2021-11-18 Philipp HanschPluralize disallowed_type lint filenames
2021-11-18 Philipp HanschPluralize disallowed_type lint
2021-11-18 borsAuto merge of #7994 - flip1995:rustup, r=flip1995
2021-11-18 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-11-17 borsAuto merge of #7968 - Jarcho:manual_map_unsafe, r=xFrednet
2021-11-17 borsAuto merge of #7971 - togami2864:fix/option-map-or...
2021-11-17 Jason NewcombMinor simplification to `manual_map`
2021-11-17 togami2864check whether stmts is empty or not in block
2021-11-17 borsAuto merge of #7988 - giraffate:fix_ice_on_undocumented...
2021-11-17 borsAuto merge of #7898 - F3real:unit_struct, r=camsteffen
2021-11-17 Takayuki NakataFix ICE on `undocumented_unsafe_blocks`
2021-11-17 borsAuto merge of #7896 - surechen:fix_manual_split_once...
2021-11-17 surechenfixes: #7889
2021-11-16 F3realDon't show no_effect warning on unit structs implementi...
2021-11-16 borsAuto merge of #7982 - Blckbrry-Pi:master, r=llogiq
2021-11-16 Skyler CalamanFix readability suggestions.
2021-11-16 Skyler CalamanSuccessfully generalize prevention of suggestions causi...
2021-11-16 togami2864resolve CI
2021-11-16 borsAuto merge of #7639 - Jarcho:whitelist_cheap_functions...
2021-11-16 Jason NewcombImprove heuristics for determining whether eager of...
2021-11-15 Jason NewcombImprove `needless_borrow` lint.
2021-11-15 togami2864move the let statement out of the macro
2021-11-15 togami2864fix fmt
2021-11-15 togami2864add comment
2021-11-15 togami2864fix a bug that the closure arguments are not displayed
2021-11-15 togami2864add reduce_unit_expression
2021-11-15 borsAuto merge of #7974 - matthiaskrgr:7973_opt_map_or_else...
2021-11-15 borsAuto merge of #7957 - surechen:fix_for_7854, r=giraffate
2021-11-15 surechenSupport suggestion for #7854
2021-11-14 Skyler CalamanFix specific code outlined in issue #7975.
2021-11-13 Matthias Krügeroption_if_let_else: don't expand macros in suggestion
2021-11-13 togami2864fix suggestion in option_map_or_none
2021-11-13 Jason NewcombFix `manual_map` suggestion when used with unsafe funct...
2021-11-12 borsAuto merge of #7966 - Alexendoo:batch-rustfmt, r=camsteffen
2021-11-12 borsAuto merge of #7948 - 5225225:castlosslessbool, r=llogiq
2021-11-12 5225225Change cast_lossless message for bools only
2021-11-11 borsAuto merge of #7956 - camsteffen:author, r=llogiq
2021-11-11 borsAuto merge of #7643 - xFrednet:7569-splits-for-slices...
2021-11-11 xFrednetNew `index_refutable_slice` lint
2021-11-11 Cameron SteffenMake author DRYer
2021-11-11 borsAuto merge of #7813 - xFrednet:6492-lint-version, r...
2021-11-11 xFrednetNew internal lint to make `clippy::version` attribute...
2021-11-11 borsAuto merge of #7877 - dswij:no-std-fp, r=camsteffen
2021-11-11 dswijCheck for no_std and no_core attribute in `swap` lint
2021-11-10 Cameron Steffenauthor: Remove needless `ref`s
2021-11-10 Cameron Steffenauthor: reorder match arm
2021-11-10 Cameron Steffenauthor: fix some bugs
2021-11-10 Cameron Steffenauthor: name qpath consistently
2021-11-10 xFrednetAddress review feedback
2021-11-10 xFrednetAdd lint to check for invalid `clippy:version` attributes
2021-11-10 xFrednetAdded `clippy::version` attribute to all normal lints
2021-11-10 xFrednetManually add `clippy::version` attribute to deprecated...
2021-11-10 xFrednetAdd clippy version to Clippy's lint list
2021-11-10 xFrednetAdded `clippy::version` attribute as lint metadata
2021-11-10 borsAuto merge of #7955 - dswij:let-else-early-return,...
2021-11-10 dswij`semicolon_if_nothing_returned` now checks if the stmt...
2021-11-09 borsAuto merge of #7951 - mikerite:matches-20211109, r...
2021-11-09 borsAuto merge of #7950 - Serial-ATA:issue-7920, r=llogiq
2021-11-09 Matthias KrügerRollup merge of #89561 - nbdd0121:const_typeck, r=nikom...
2021-11-09 5225225Check MSRV for bool to int from impl
2021-11-09 5225225Lint for bool to integer casts in `cast_lossless`
2021-11-09 borsAuto merge of #7949 - Serial-ATA:issue-7921, r=flip1995
2021-11-09 SerialFix suggestion for deref expressions in redundant_patte...
2021-11-09 borsAuto merge of #90700 - fee1-dead:select-returns-vec...
2021-11-09 borsAuto merge of #87337 - jyn514:lint-error, r=oli-obk...
2021-11-09 borsAuto merge of #90485 - camsteffen:fmt-args-less-bind...
2021-11-09 Michael Wrightmatches: remove `pub` from some items
2021-11-09 Michael WrightImprove variable naming 2
2021-11-09 Michael WrightImprove variable naming
2021-11-09 Michael WrightSimplify range comparison code
2021-11-09 Michael WrightChange `Bound` to `EndBound`
2021-11-09 Michael WrightRemove `unimplemented!()` case in matches code
2021-11-09 SerialFix explicit_counter_loop suggestion for non-usize...
2021-11-09 borsAuto merge of #7944 - Serial-ATA:deprecated-cfg-attr...
2021-11-08 SerialAdd MSRV to deprecated_cfg_attr
2021-11-08 DeadbeefMake select_* methods return Vec for TraitEngine
2021-11-08 borsAuto merge of #7938 - camsteffen:visitors, r=xFrednet
2021-11-08 borsAuto merge of #7945 - Serial-ATA:issue-7934, r=flip1995
2021-11-07 SerialFix ICE in undocumented_unsafe_blocks
2021-11-07 Vadim Petrochenkovast: Fix naming conventions in AST structures
2021-11-07 borsAuto merge of #7917 - Alexendoo:cargo-dev-lint, r=giraffate
2021-11-07 Gary GuoGive inline const separate DefKind
2021-11-06 borsAuto merge of #7894 - Serial-ATA:extend-author-lint...
2021-11-06 SerialExtend author lint
2021-11-05 Cameron SteffenRemove if let check for match_ref_pats
2021-11-05 Cameron SteffenFactor in some expr_visitor usages
2021-11-05 Cameron SteffenRemove trim_semicolon
2021-11-05 borsAuto merge of #7937 - flip1995:rustfmt-skip-artefact...
2021-11-05 borsAuto merge of #7897 - camsteffen:in-macro, r=flip1995
2021-11-05 borsAuto merge of #7909 - mikerite:fix-7816, r=camsteffen
2021-11-05 Cameron SteffenUse Span::from_expansion instead of in_macro
2021-11-05 flip1995Remove rustfmt::skip attribute from register_plugins...
2021-11-04 flip1995Merge commit 'e18101137866b79045fee0ef996e696e68c920b4...
2021-11-04 borsAuto merge of #7928 - xFrednet:rust-90354-deploy-clippy...
2021-11-04 borsAuto merge of #7929 - flip1995:rustup, r=flip1995
2021-11-04 flip1995Merge remote-tracking branch 'upstream/master' into...
next