]> git.lizzy.rs Git - rust.git/history - clippy_lints/Cargo.toml
Auto merge of #6782 - ojeda:readme-as-wrapper, r=flip1995
[rust.git] / clippy_lints / Cargo.toml
2021-02-18 borsAuto merge of #6665 - pag4k:unnecessary_wraps_bug_6640...
2021-02-16 borsAuto merge of #6662 - Y-Nak:default-numeric-fallback...
2021-02-14 borsAuto merge of #6701 - camsteffen:collapsible-if, r...
2021-02-14 borsAuto merge of #6697 - camsteffen:vec-init-push-fp,...
2021-02-12 borsAuto merge of #6700 - daxpedda:panics-doc-unreachable...
2021-02-12 borsAuto merge of #6179 - flip1995:rewrite_use_self, r...
2021-02-11 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-02-11 borsAuto merge of #6718 - flip1995:rustup, r=flip1995
2021-02-11 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-02-10 borsAuto merge of #6657 - ThibsG:FromIterParens, r=llogiq
2021-02-06 Jonas SchievinkRollup merge of #81680 - camsteffen:primty, r=oli-obk
2021-02-05 Mark RousskovBump clippy version
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-01-30 borsAuto merge of #6654 - flip1995:no_lazy_static_regex...
2021-01-30 flip1995Get rid of regex and lazy_static dependencies
2021-01-30 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-01-22 borsAuto merge of #6403 - camsteffen:similar-names-undersco...
2021-01-21 borsAuto merge of #6532 - matthiaskrgr:mlmm, r=llogiq
2021-01-21 borsAuto merge of #6408 - pro-grammer1:master, r=oli-obk
2021-01-20 borsAuto merge of #6567 - camsteffen:path-to-res-enum,...
2021-01-19 borsAuto merge of #6577 - nahuakang:inspect_then_for_each...
2021-01-17 kai.giebelerMerge remote-tracking branch 'upstream/master' into...
2021-01-17 borsAuto merge of #6585 - Daniel-B-Smith:false-positive...
2021-01-17 borsAuto merge of #6582 - rail-rain:ice_6539, r=flip1995
2021-01-17 borsAuto merge of #6549 - ThibsG:FixClosureNeedlessReturn...
2021-01-15 borsAuto merge of #6500 - Javier-varez:case_sensitive_file_...
2021-01-12 borsAuto merge of #6462 - flip1995:roadmap, r=flip1995...
2021-01-05 Javier AlvarezAdd case_sensitive_file_extensions lint
2021-01-05 borsAuto merge of #6513 - nahuakang:fix/empty_enum_lint_nev...
2021-01-04 borsAuto merge of #6538 - Jarcho:vec_init_then_push, r...
2021-01-04 borsAuto merge of #6507 - bengsparks:lint/issue6410, r...
2021-01-04 borsAuto merge of #6525 - phansch:fix-bless-in-subdirs...
2021-01-02 borsAuto merge of #6518 - ThibsG:CopyException, r=ebroto
2021-01-02 borsAuto merge of #6531 - matthiaskrgr:6522, r=ebroto
2021-01-02 borsAuto merge of #6520 - phansch:update-changelog, r=flip1995
2021-01-02 flip1995Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6...
2021-01-02 borsAuto merge of #6536 - flip1995:rustup, r=flip1995
2021-01-02 flip1995Bump Clippy version to 0.1.51
2021-01-02 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-01-01 borsAuto merge of #6526 - matthiaskrgr:version, r=Manishearth
2020-12-31 Matthias Krügermake clippy version number correspond to rustc version...
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-09 borsAuto merge of #6188 - ebroto:primary_package, r=flip1995
2020-12-08 borsAuto merge of #6330 - camsteffen:redundant-else, r...
2020-12-06 flip1995Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6...
2020-12-03 borsAuto merge of #6415 - flip1995:rollup-fz7872l, r=flip1995
2020-12-03 Philipp KronesRollup merge of #6407 - matthiaskrgr:bors_website,...
2020-12-03 Philipp KronesRollup merge of #6402 - camsteffen:collapsible-match...
2020-12-03 Philipp KronesRollup merge of #6395 - Suyash458:master, r=flip1995
2020-12-03 Philipp KronesRollup merge of #6308 - matthiaskrgr:internal_lints...
2020-11-30 Suyash458bump rustc-semver version. use in built method to compa...
2020-11-29 Matthias Krügeradd internal-lints feature to enable clippys internal...
2020-11-29 Suyash458add rustc-semver to dependencies
2020-11-07 borsAuto merge of #6110 - rail-rain:care_enums_non_copy_con...
2020-11-04 borsAuto merge of #78662 - sexxi-goose:add_expr_id_to_deleg...
2020-10-29 borsAuto merge of #6176 - achris:issues/578, r=phansch
2020-10-25 UrcraRevert changes to Cargo.toml file
2020-10-25 UrcraInitial implementation of comparison_to_empty
2020-10-25 borsAuto merge of #6211 - ThibsG:NeedlessBoolCfg, r=flip1995
2020-10-25 Yuki OkushiRollup merge of #78326 - Aaron1011:fix/min-stmt-lints...
2020-10-24 borsAuto merge of #6187 - geoffreycopin:master, r=ebroto
2020-10-23 Eduardo BrotoMerge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6...
2020-10-23 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-19 borsAuto merge of #6167 - ThibsG:IdenticalArgumentsAssertEq...
2020-10-19 borsAuto merge of #6166 - achris:master, r=flip1995
2020-10-19 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
2020-10-17 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-16 borsAuto merge of #6123 - montrivo:less_concise_than, r...
2020-10-16 borsAuto merge of #6184 - ebroto:bump_cargo_metadata, r...
2020-10-16 Eduardo Brotobump cargo_metadata version
2020-10-16 borsAuto merge of #6180 - flip1995:rustup, r=flip1995
2020-10-16 flip1995Update semver 0.10 -> 0.11
2020-10-16 Dylan DPCRollup merge of #77493 - hosseind88:ICEs_should_always_...
2020-10-11 borsAuto merge of #77649 - dash2507:replace_run_compiler...
2020-10-10 borsAuto merge of #6107 - nahuakang:ref_style_link_false_po...
2020-10-10 borsAuto merge of #5727 - rail-rain:manual_memcpy_with_coun...
2020-10-09 flip1995Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b...
2020-10-09 borsAuto merge of #6115 - ebroto:changelog_1_48, r=flip1995
2020-10-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-10-08 borsAuto merge of #6117 - dtolnay:string_lit_as_bytes,...
2020-10-08 borsAuto merge of #6138 - giraffate:note_that_we_follow_rus...
2020-10-07 borsAuto merge of #6128 - dtolnay:rc_buffer, r=yaahc
2020-10-07 borsAuto merge of #6120 - phansch:replace-lazy-static,...
2020-10-06 Philipp Hanschclippy_lints: Replace lazy_static with SyncLazy
2020-09-29 Tim NielensMerge branch 'master' into needless-lifetime
2020-09-28 Ralf JungRollup merge of #76474 - bjorn3:driver_selected_codegen...
2020-09-25 borsAuto merge of #77144 - flip1995:clippyup, r=Manishearth
2020-09-24 flip1995Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d...
2020-09-23 borsAuto merge of #6044 - rschoon:rc-buffer, r=yaahc
2020-09-21 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-16 borsAuto merge of #5937 - montrivo:option_if_let_else,...
2020-09-16 borsAuto merge of #6025 - thomcc:compare_exchange_atomics...
2020-09-16 borsAuto merge of #6038 - mikerite:lint-5734, r=matthiaskrgr
2020-09-16 borsAuto merge of #6048 - giraffate:add_note_to_shadow_unre...
2020-09-16 borsAuto merge of #6042 - euclio:println-empty, r=flip1995
2020-09-16 borsAuto merge of #6055 - lzutao:bump-cmark, r=phansch
2020-09-16 Lzu Taobump pulldown-cmark v0.8
next