]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/lib.rs
Fix wrong config option being suggested for deprecated wrong_pub_self_convention...
[rust.git] / clippy_lints / src / lib.rs
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 flip1995Merge remote-tracking branch 'upstream/master' into...
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-11 borsAuto merge of #7160 - flip1995:field_reassign_macros...
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 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-08 xFrednetMove `map_identity` into the `methods` module
2021-06-08 borsAuto merge of #7262 - Jarcho:while_let_on_iter_closure...
2021-06-04 borsAuto merge of #7289 - camsteffen:needless-collect-shado...
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 NewcombAdd lint `manual_str_repeat`
2021-05-30 borsAuto merge of #7292 - Jarcho:suspicious_splitn, r=flip1995
2021-05-30 Jason NewcombAdd lint `suspicious_splitn`
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 #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 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 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-24 mbartlett21Move `semicolon_if_nothing_returned` to `pedantic`
2021-05-24 Pietro Albiniremove cfg(bootstrap)
2021-05-24 borsAuto merge of #7266 - mikerite:20210524_sus_nursery...
2021-05-24 Michael WrightDowngrade suspicious_op..._groupings to Nursery
2021-05-24 borsAuto merge of #7255 - whatisaphone:feat/similar-names...
2021-05-22 borsAuto merge of #7263 - Jarcho:redundant_closure_macro...
2021-05-21 borsAuto merge of #7254 - Jarcho:needless_borrow_2, r=Manis...
2021-05-21 Jason NewcombMove `needless_borrow` to style
2021-05-21 borsAuto merge of #7105 - Jarcho:needless_borrow_pat, r...
2021-05-21 borsAuto merge of #7258 - YohDeadfall:update-copyrights...
2021-05-20 Jason NewcombImprove `needless_borrow` lint
2021-05-20 Jason NewcombRemove fix for rustc bug from `needless_borrow`
2021-05-20 borsAuto merge of #7253 - flip1995:shrink-monster, r=xFrednet
2021-05-20 flip1995Early return from LintPass registration when collecting...
2021-05-20 flip1995Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577...
2021-05-20 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-05-18 borsAuto merge of #84767 - scottmcm:try_trait_actual, r...
2021-05-18 borsAuto merge of #7089 - Jarcho:multiple_impls_generic...
2021-05-18 Jason NewcombImprove `multiple_inherent_impl` lint
2021-05-18 Philipp KronesRollup merge of #7239 - flip1995:ci-windows-rustup...
2021-05-18 Philipp KronesRollup merge of #7235 - camsteffen:manual-unwrap-or...
2021-05-18 borsAuto merge of #7201 - mucinoab:master, r=giraffate
2021-05-17 borsAuto merge of #7234 - camsteffen:if-let-else-braces...
2021-05-17 borsAuto merge of #7133 - arya-k:master, r=llogiq
2021-05-17 borsAuto merge of #7223 - ThibsG:FpUselessConversion7205...
2021-05-17 borsAuto merge of #7233 - giraffate:fix_manual_unwrap_or_fp...
2021-05-17 borsAuto merge of #7225 - InquisitivePenguin:unnessecary...
2021-05-17 borsAuto merge of #7216 - ThibsG:OptionIfLetElse7006, r...
2021-05-16 borsAuto merge of #7214 - xFrednet:7197-collecting-configur...
2021-05-15 Jackson Lewisupdate_lints
2021-05-15 Jackson LewisUnnecessary -> Unused
2021-05-14 Jackson LewisImplement unnecessary-async and UI test
2021-05-13 borsAuto merge of #7188 - mgacek8:issue7164_needless_collec...
2021-05-13 borsAuto merge of #7095 - Y-Nak:match_single_binding, r...
2021-05-12 xFrednetMetadata collection monster searching for configurations
2021-05-12 borsAuto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
2021-05-12 borsAuto merge of #7197 - xFrednet:4310-depreciated-lints...
2021-05-11 Arya Kumaradded `needless_bitwise_bool` lint
2021-05-11 borsAuto merge of #7193 - wchargin:wchargin-inconsistent...
2021-05-10 borsAuto merge of #7203 - flip1995:beta, r=llogiq
2021-05-10 borsAuto merge of #85053 - camsteffen:duplicate-lint, r...
2021-05-09 xFrednetMetadata collection monster eating deprecated lints
2021-05-08 William CharginMove `inconsistent_struct_constructor` to pedantic
2021-05-08 borsAuto merge of #7165 - camsteffen:question-mark, r=Manis...
2021-05-06 flip1995Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f...
2021-05-06 borsAuto merge of #7178 - flip1995:rustup, r=flip1995
2021-05-06 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-05-06 borsAuto merge of #7166 - TaKO8Ki:refactor_misc_early_modul...
2021-05-05 borsAuto merge of #7175 - camsteffen:filter-map-none, r...
2021-05-05 borsAuto merge of #7174 - camsteffen:eval-order-async,...
2021-05-05 borsAuto merge of #7170 - flip1995:revert_drop_order, r...
2021-05-05 borsAuto merge of #6887 - xFrednet:4310-internal-metadata...
2021-05-05 xFrednetENABLE_METADATA_COLLECTION env-value to disable default...
2021-05-05 xFrednetMetadata collection lint: Basic lint collection
2021-05-04 borsAuto merge of #83213 - rylev:update-lints-to-errors...
2021-05-02 borsAuto merge of #7150 - camsteffen:better-conf, r=llogiq
2021-05-01 Cameron SteffenRefactor config deserialization
next