]> git.lizzy.rs Git - rust.git/history - clippy_lints
fix doc_markdown false positive
[rust.git] / clippy_lints /
2021-07-03 Elliot Bobrowfix doc_markdown false positive
2021-06-25 borsAuto merge of #7379 - popzxc:issue-7305, r=flip1995
2021-06-25 Igor AleksanovDo not spawn blacklisted_name lint in test context
2021-06-24 borsAuto merge of #7300 - DevinR528:import-rename, r=camsteffen
2021-06-24 Devin RagotzyAdd import_rename lint, this adds a field on the Conf...
2021-06-23 borsAuto merge of #7396 - ranweiler:zero-offset, r=Manishearth
2021-06-23 Joe RanweilerRemove shadowed receiver in check invocation
2021-06-21 borsAuto merge of #7357 - ebobrow:unbalanced-tick, r=xFredn...
2021-06-21 borsAuto merge of #7386 - camsteffen:fmt-workaround, r...
2021-06-21 Elliot Bobrowcheck for unbalanced tick pairs in doc-markdown
2021-06-21 borsAuto merge of #7385 - xFrednet:0000-fix-broken-deploy...
2021-06-21 borsAuto merge of #7382 - matthiaskrgr:config_name, r=flip1995
2021-06-20 xFrednetFixed broken deploy script due to multiline configurati...
2021-06-20 Matthias KrügerFix wrong config option being suggested for deprecated...
2021-06-19 borsAuto merge of #7299 - DevinR528:macro-brace, r=llogiq
2021-06-19 borsAuto merge of #7375 - djc:from-iter-pedantic, r=Manishearth
2021-06-18 Dirkjan OchtmanMove from-iter-instead-of-collect to pedantic
2021-06-17 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-06-17 Devin RagotzyAdd macro_braces lint to check for irregular brace...
2021-06-17 borsAuto merge of #7364 - flip1995:rustup, r=flip1995
2021-06-17 flip1995Bump Clippy version -> 0.1.55
2021-06-17 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-06-15 borsAuto merge of #7352 - camsteffen:metadata-syntax, r...
2021-06-15 Cameron SteffenImprove metadata code block parsing
2021-06-14 borsAuto merge of #7345 - DevinR528:disallowed-fix, r=Manis...
2021-06-14 borsAuto merge of #7270 - Valentine-Mario:vec_extend_to_app...
2021-06-14 borsAuto merge of #7288 - camsteffen:use-self2, r=phansch
2021-06-13 Devin Ragotzyfixup! Remove requirement of fully qualified path for...
2021-06-11 Devin RagotzyRemove requirement of fully qualified path for disallow...
2021-06-11 borsAuto merge of #7160 - flip1995:field_reassign_macros...
2021-06-10 Ryan LevickAdd support for using qualified paths with structs...
2021-06-10 valentine-marioadded lint to check for full range of vector and sugges...
2021-06-10 borsAuto merge of #7333 - camsteffen:match-var, r=llogiq
2021-06-10 borsAuto merge of #7332 - lengyijun:redundant_clone_fix...
2021-06-10 borsAuto merge of #7315 - DevinR528:disallowed-ty, r=giraffate
2021-06-09 borsAuto merge of #86003 - pnkfelix:issue-84297-revert...
2021-06-09 borsAuto merge of #7334 - Thomasdezeeuw:freebsd-no-ticks...
2021-06-09 Thomas de ZeeuwAdd FreeBSD as identifier not needing ticks
2021-06-09 Cameron SteffenFactor out match_var
2021-06-09 Devin RagotzyAdd disallowed_types lint, this adds a field to the...
2021-06-09 borsAuto merge of #7326 - 1c3t3a:1c3t3a-issue-7324, r=flip1995
2021-06-09 borsAuto merge of #7330 - xFrednet:0000-refactor-map-identi...
2021-06-09 Bastian KerstingRefactored multiline check
2021-06-09 lyjredundant_clone: fix comment
2021-06-08 xFrednetMove `map_identity` into the `methods` module
2021-06-08 borsAuto merge of #7262 - Jarcho:while_let_on_iter_closure...
2021-06-08 borsAuto merge of #7325 - Y-Nak:numeric-fallback, r=giraffate
2021-06-07 xFrednetReuse `is_expr_identity_function` for `filter_map_identity`
2021-06-07 xFrednetReuse `is_expr_identity_function` for `flat_map_identity`
2021-06-07 xFrednetExtracting `is_expr_identity_function` into `clippy_uti...
2021-06-07 Bastian KerstingRefactored the check for two spans on the same line
2021-06-06 Yoshitomo NakanishiFix FP in `default_numeric_fallback` with external...
2021-06-05 Bastian KerstingFixed failing tests
2021-06-05 Bastian KerstingEnhance semicolon_if_nothing_returned according to...
2021-06-05 borsAuto merge of #7321 - flip1995:doc-release-stable-branc...
2021-06-04 borsAuto merge of #7289 - camsteffen:needless-collect-shado...
2021-06-04 Joshua NelsonRemove `doc(include)`
2021-06-03 flip1995Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31...
2021-06-03 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-06-01 borsAuto merge of #7297 - flip1995:rm-cov, r=giraffate
2021-06-01 borsAuto merge of #7265 - Jarcho:manual_str_repeat, r=giraffate
2021-05-31 Jason NewcombFix type checks for `manual_str_repeat`
2021-05-31 Jason NewcombAdd lint `manual_str_repeat`
2021-05-31 borsAuto merge of #7294 - stevenengler:unsafe-ptr-deref...
2021-05-31 Steven EnglerUpdate message for 'not_unsafe_ptr_arg_deref' lint
2021-05-30 borsAuto merge of #7292 - Jarcho:suspicious_splitn, r=flip1995
2021-05-30 Jason NewcombEvaluate constant expressions in `suspicious_splitn`
2021-05-30 Jason NewcombAdd lint `suspicious_splitn`
2021-05-28 borsAuto merge of #7287 - Jarcho:ice_7272, r=flip1995
2021-05-28 Jason NewcombFix ICE in `too_many_lines` due to wrong assumptions...
2021-05-28 Cameron SteffenSimplify collect expr_ty
2021-05-28 Cameron SteffenFix needless_collect with binding shadowing
2021-05-28 Cameron SteffenDo not lint use_self on type parameters
2021-05-27 Cameron SteffenSome cleanup for use_self
2021-05-27 borsAuto merge of #7284 - camsteffen:consts-reexport, r...
2021-05-27 Cameron SteffenRemove clippy_utils::consts re-export
2021-05-27 borsAuto merge of #7283 - flip1995:release-doc, r=giraffate
2021-05-27 borsAuto merge of #7281 - camsteffen:has-doc-fp, r=flip1995
2021-05-27 borsAuto merge of #7282 - camsteffen:lint-stmt-expr, r...
2021-05-27 borsAuto merge of #7187 - camsteffen:avoid-break-exported...
2021-05-27 Cameron SteffenFix allow on some statement lints
2021-05-27 Cameron SteffenFix config file lookup
2021-05-26 borsAuto merge of #7280 - camsteffen:macro-use, r=Manishearth
2021-05-26 Cameron SteffenUse break api config for upper_case_acronyms
2021-05-26 Cameron SteffenUse break api config for unnecessary_wraps
2021-05-26 Cameron SteffenUse break api config for enum_variant_names
2021-05-26 Cameron SteffenUse break api config for pass by value or ref
2021-05-26 Cameron SteffenUse break api config for wrong_pub_self_convention
2021-05-26 Cameron SteffenAdd avoid_breaking_exported_api config option
2021-05-26 Cameron SteffenFix missing_docs_in_private_items FP
2021-05-26 Cameron SteffenAdd macro_use clippy_utils
2021-05-25 borsAuto merge of #7256 - xFrednet:7172-trick-cargos-cachin...
2021-05-25 borsAuto merge of #7268 - mbartlett21:update_semi, r=Manish...
2021-05-25 mbartlett21Run `cargo fmt`
2021-05-25 mbartlett21Add semicolon in `needless_for_each.rs`
2021-05-25 mbartlett21Fix `same_item_push.rs`
2021-05-25 mbartlett21Add all the semicolons to `clippy_lints`
2021-05-25 mbartlett21Add semicolons up to `needless_for_each.rs`
2021-05-24 mbartlett21Move `semicolon_if_nothing_returned` to `pedantic`
2021-05-24 borsAuto merge of #7267 - camsteffen:sphash-improvements...
next