]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/deprecated_lints.rs
Auto merge of #7794 - ThibsG:FieldReassignDefault6312, r=llogiq
[rust.git] / clippy_lints / src / deprecated_lints.rs
2021-09-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-08-10 borsAuto merge of #7478 - DevinR528:preemtive, r=llogiq
2021-07-30 borsAuto merge of #86754 - estebank:use-multispans-more...
2021-07-30 Yuki OkushiRollup merge of #87385 - Aaron1011:final-enable-semi...
2021-07-29 flip1995Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b...
2021-07-29 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-07-28 borsAuto merge of #7502 - flip1995:rollup-y3ho3w0, r=flip1995
2021-07-28 Philipp KronesRollup merge of #7420 - xFrednet:7172-update-lint-docum...
2021-07-28 xFrednetUpdate lint documentation to use markdown headlines
2021-07-03 borsAuto merge of #7316 - lengyijun:rc_mutex, r=llogiq
2021-07-02 borsAuto merge of #86782 - flip1995:clippyup, r=Manishearth
2021-07-01 flip1995Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c...
2021-07-01 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-06-25 borsAuto merge of #7379 - popzxc:issue-7305, r=flip1995
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 borsAuto merge of #7385 - xFrednet:0000-fix-broken-deploy...
2021-06-21 borsAuto merge of #7382 - matthiaskrgr:config_name, r=flip1995
2021-06-20 borsAuto merge of #85538 - r00ster91:iterrepeat, r=Mark...
2021-06-20 Matthias KrügerFix wrong config option being suggested for deprecated...
2021-06-17 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-06-11 borsAuto merge of #7160 - flip1995:field_reassign_macros...
2021-06-08 borsAuto merge of #7262 - Jarcho:while_let_on_iter_closure...
2021-06-03 flip1995Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31...
2021-06-03 flip1995Merge remote-tracking branch 'upstream/master' into...
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-26 Cameron SteffenUse break api config for enum_variant_names
2021-05-26 Cameron SteffenUse break api config for wrong_pub_self_convention
2021-05-20 flip1995Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577...
2021-05-20 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-05-18 borsAuto merge of #7089 - Jarcho:multiple_impls_generic...
2021-05-18 Philipp KronesRollup merge of #7239 - flip1995:ci-windows-rustup...
2021-05-18 borsAuto merge of #7201 - mucinoab:master, r=giraffate
2021-05-17 borsAuto merge of #7133 - arya-k:master, r=llogiq
2021-05-17 borsAuto merge of #7225 - InquisitivePenguin:unnessecary...
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 borsAuto merge of #7197 - xFrednet:4310-depreciated-lints...
2021-05-11 Fridtjof StoldtUpdate clippy_lints/src/deprecated_lints.rs
2021-05-09 xFrednetMetadata collection monster eating deprecated lints
2021-05-04 borsAuto merge of #83213 - rylev:update-lints-to-errors...
2021-04-29 borsAuto merge of #84189 - jyn514:clippy-dev, r=Mark-Simulacrum
2021-04-29 Jack HueyRollup merge of #84484 - jyn514:check-tools, r=Mark...
2021-04-22 flip1995Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344...
2021-04-22 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-04-14 borsAuto merge of #7039 - phansch:melt-ice, r=flip1995
2021-04-12 borsAuto merge of #7067 - TaKO8Ki:fix-false-negative-on...
2021-04-12 borsAuto merge of #7064 - ThibsG:WrongSelfFix, r=giraffate
2021-04-12 borsAuto merge of #6982 - Jarcho:explicit_into_iter_loop_fp...
2021-04-12 borsAuto merge of #7047 - camsteffen:lang-ctor, r=flip1995
2021-04-12 borsAuto merge of #7065 - rail-rain:warn_copy_pass_by_ref...
2021-04-11 borsAuto merge of #7059 - camsteffen:filter-map, r=flip1995
2021-04-11 borsAuto merge of #6905 - ThibsG:fpSingleComponentPathImpor...
2021-04-10 Cameron SteffenDeprecate filter_map
2021-04-09 borsAuto merge of #7056 - jyn514:register-renamed, r=flip1995
2021-04-09 Joshua NelsonUse `register_renamed` instead of `register_removed...
2021-02-25 borsAuto merge of #6601 - mdm:fix-unit-args-false-positive...
2021-02-13 borsAuto merge of #81238 - RalfJung:copy-intrinsics, r...
2021-02-11 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-02-10 borsAuto merge of #6657 - ThibsG:FromIterParens, r=llogiq
2021-02-02 Jack HueyRollup merge of #81260 - vn971:restore-editorconfig...
2021-02-02 borsAuto merge of #6639 - xFrednet:0000-configuration-docum...
2021-02-02 borsAuto merge of #6659 - phlip9:let_and_return_fix, r...
2021-02-01 borsAuto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov
2021-01-31 borsAuto merge of #6603 - ThibsG:MatchOverlappingArm5986...
2021-01-30 flip1995Merge commit '95c0459217d1661edfa794c8bb122452b92fb485...
2021-01-30 borsAuto merge of #6653 - flip1995:rustup, r=flip1995
2021-01-30 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-01-25 borsAuto merge of #6617 - Manishearth:exhaustive_enums...
2021-01-25 borsAuto merge of #6630 - xFrednet:0000-configuration-docum...
2021-01-22 borsAuto merge of #6403 - camsteffen:similar-names-undersco...
2021-01-22 borsAuto merge of #6619 - camsteffen:collapsible-match...
2021-01-22 borsAuto merge of #6591 - camsteffen:manual-filter-map...
2021-01-22 Cameron SteffenDeprecate find_map lint
2021-01-18 Ashley MannixRollup merge of #81038 - flip1995:clippyup, r=Manishearth
2021-01-17 borsAuto merge of #80679 - jackh726:predicate-kind-take2...
2021-01-16 flip1995Deprecate unknown_clippy_lints
2020-12-17 Yuki OkushiRollup merge of #79051 - LeSeulArtichaut:if-let-guard...
2020-12-15 borsAuto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obk
2020-12-12 borsAuto merge of #6318 - camsteffen:article-description...
2020-12-06 flip1995Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6...
2020-12-03 borsAuto merge of #6404 - flip1995:rustup, r=flip1995
2020-11-30 borsAuto merge of #79329 - camelid:int-lit-suffix-error...
2020-11-28 borsAuto merge of #6377 - CDirkx:redundant-pattern-match...
2020-11-27 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-11-27 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
2020-11-26 borsAuto merge of #6362 - nico-abram:unnecessary_cast_dot_f...
2020-11-25 borsAuto merge of #6379 - Suyash458:master, r=flip1995
2020-11-25 borsAuto merge of #6333 - PunitLodha:master, r=flip1995
2020-11-25 PunitLodhaadded lints str_to_string and string_to_string
2020-11-24 borsAuto merge of #6339 - CDirkx:redundant-pattern-match...
2020-11-24 borsAuto merge of #79228 - flip1995:clippyup, r=oli-obk
2020-11-23 borsAuto merge of #6313 - giraffate:fix_fp_needless_collect...
2020-11-23 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-11-23 borsAuto merge of #6317 - chansuke:add-external-macro,...
2020-11-23 flip1995Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18...
2020-11-20 borsAuto merge of #6347 - flip1995:changelog, r=Manishearth
2020-11-20 borsAuto merge of #6351 - flip1995:rustup, r=flip1995
next