]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/utils/conf.rs
Fix type checks for `manual_str_repeat`
[rust.git] / clippy_lints / src / utils / conf.rs
2021-05-31 Jason NewcombFix type checks for `manual_str_repeat`
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 Cameron SteffenAdd avoid_breaking_exported_api config option
2021-05-21 borsAuto merge of #7258 - YohDeadfall:update-copyrights...
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 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 #7223 - ThibsG:FpUselessConversion7205...
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 xFrednetApplying PR suggestions and cleaning up
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 collecting configuration deprecatio...
2021-05-12 xFrednetMetadata collection monster searching for configurations
2021-05-12 borsAuto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
2021-05-10 borsAuto merge of #7203 - flip1995:beta, r=llogiq
2021-05-10 borsAuto merge of #85053 - camsteffen:duplicate-lint, r...
2021-05-08 borsAuto merge of #7165 - camsteffen:question-mark, r=Manis...
2021-05-06 flip1995Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f...
2021-05-06 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-05-06 borsAuto merge of #7177 - giraffate:add_a_missing_lint_to_m...
2021-05-06 borsAuto merge of #7166 - TaKO8Ki:refactor_misc_early_modul...
2021-05-06 Takayuki NakataAdd a missing lint to MSRV config doc
2021-05-04 borsAuto merge of #83213 - rylev:update-lints-to-errors...
2021-05-03 borsAuto merge of #7156 - hellow554:single_char_strip,...
2021-05-03 borsAuto merge of #7154 - camsteffen:better-conf, r=flip1995
2021-05-02 Cameron SteffenFix config parsing
2021-05-02 Cameron SteffenFix error punctuation
2021-05-02 borsAuto merge of #7150 - camsteffen:better-conf, r=llogiq
2021-05-01 Cameron SteffenRefactor config deserialization
2021-04-30 borsAuto merge of #7144 - rust-lang:while_immutable_mut_con...
2021-04-30 borsAuto merge of #6951 - Jarcho:implicit_return_fp, r...
2021-04-30 borsAuto merge of #7118 - TaKO8Ki:fix-false-positive-in...
2021-04-29 borsAuto merge of #7141 - camsteffen:conf-file, r=flip1995
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-28 Cameron SteffenRemove leftover plugin conf_file code
2021-04-27 flip1995Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8...
2021-04-27 borsAuto merge of #7128 - Jarcho:const_fn_ice, r=flip1995
2021-04-27 borsAuto merge of #7138 - mgacek8:issue6808_iter_cloned_col...
2021-04-26 borsAuto merge of #7136 - mgacek8:issue6965_manual_unwrap_o...
2021-04-26 borsAuto merge of #7137 - camsteffen:msrv-mod, r=llogiq
2021-04-26 Cameron SteffenRemove needless_question_mark MSRV
2021-04-26 borsAuto merge of #7134 - camsteffen:copied-msrv, r=Manishearth
2021-04-26 Cameron SteffenFinish MSRV for cloned_instead_of_copied
2021-04-08 flip1995Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9...
2021-04-08 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-31 borsAuto merge of #6981 - matthiaskrgr:6803_take_2, r=flip1995
2021-03-31 borsAuto merge of #6938 - Y-Nak:refactor-types, r=flip1995
2021-03-28 borsAuto merge of #6993 - Jarcho:expl_impl_clone, r=llogiq
2021-03-27 borsAuto merge of #6979 - flip1995:msrv_doc_fix, r=giraffate
2021-03-27 borsAuto merge of #6980 - Jarcho:len_without_is_empty_sig...
2021-03-26 flip1995Add missing lints to MSRV config doc
2021-03-26 borsAuto merge of #6977 - flip1995:or_patterns_msrv, r...
2021-03-26 flip1995Add MSRV option to unnested_or_patterns lint
2021-02-25 borsAuto merge of #6601 - mdm:fix-unit-args-false-positive...
2021-02-25 borsAuto merge of #6790 - mgacek8:issue_6748, r=Manishearth
2021-02-25 flip1995Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a...
2021-02-25 borsAuto merge of #6789 - flip1995:rustup, r=flip1995
2021-02-25 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-02-25 borsAuto merge of #6788 - matthiaskrgr:upper_case_acronyms...
2021-02-25 Matthias Krügerrun cargo dev update_lints
2021-02-25 borsAuto merge of #6783 - avitex:add-opendns-ident, r=giraffate
2021-02-24 Matthias Krügerupper_case_acronyms: add optional aggressive mode and...
2021-02-24 avitexAdd OpenDNS to `doc-valid-idents`
2021-02-24 borsAuto merge of #6786 - smoelius:move-conf-rs-back-into...
2021-02-24 Samuel E. Moelius IIIMove conf.rs back into clippy_lints
2021-02-24 borsAuto merge of #6756 - smoelius:clippy_utils, r=flip1995...
2021-02-23 Samuel E. Moelius IIIFactor out `clippy_utils` crate
2021-02-18 borsAuto merge of #6665 - pag4k:unnecessary_wraps_bug_6640...
2021-02-18 Dylan DPCRollup merge of #82215 - TaKO8Ki:replace-if-let-while...
2021-02-17 borsAuto merge of #81993 - flip1995:clippyup, r=Manishearth
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-13 borsAuto merge of #81238 - RalfJung:copy-intrinsics, r...
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 flip1995Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736...
2021-02-11 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-02-11 borsAuto merge of #6708 - matthiaskrgr:lintcheck, r=flip1995
2021-02-11 borsAuto merge of #6650 - daxpedda:cargo-common-metadata...
2021-02-10 borsAuto merge of #6657 - ThibsG:FromIterParens, r=llogiq
2021-02-10 borsAuto merge of #6687 - ehuss:stabilize-wrapper, r=flip1995
2021-02-07 borsAuto merge of #6686 - matthiaskrgr:lintcheck_git, r...
2021-02-07 borsAuto merge of #6674 - phlip9:disallowed_functions,...
2021-02-06 daxpeddaChange clippy configuration option.
2021-02-06 daxpeddaHide clippy configuration option.
2021-02-06 daxpeddaImplement `_cargo_ignore_publish`.
2021-02-04 Philip HayesSupport free functions in disallowed-methods lint
2021-02-02 Jack HueyRollup merge of #81260 - vn971:restore-editorconfig...
next