]> git.lizzy.rs Git - rust.git/history - clippy_utils
Fix specific code outlined in issue #7975.
[rust.git] / clippy_utils /
2021-11-12 borsAuto merge of #7966 - Alexendoo:batch-rustfmt, r=camsteffen
2021-11-12 borsAuto merge of #7948 - 5225225:castlosslessbool, r=llogiq
2021-11-11 borsAuto merge of #7956 - camsteffen:author, r=llogiq
2021-11-11 borsAuto merge of #7643 - xFrednet:7569-splits-for-slices...
2021-11-11 xFrednetNew `index_refutable_slice` lint
2021-11-11 borsAuto merge of #7813 - xFrednet:6492-lint-version, r...
2021-11-11 borsAuto merge of #7877 - dswij:no-std-fp, r=camsteffen
2021-11-11 dswijCheck for no_std and no_core attribute in `swap` lint
2021-11-11 dswijRefactor utils on checking attribute
2021-11-10 xFrednetAdded `clippy::version` attribute as lint metadata
2021-11-09 borsAuto merge of #7950 - Serial-ATA:issue-7920, r=llogiq
2021-11-09 5225225Check MSRV for bool to int from impl
2021-11-09 5225225fix dogfood lint on clippy_utils
2021-11-09 borsAuto merge of #7949 - Serial-ATA:issue-7921, r=flip1995
2021-11-09 borsAuto merge of #7944 - Serial-ATA:deprecated-cfg-attr...
2021-11-08 SerialAdd MSRV to deprecated_cfg_attr
2021-11-08 borsAuto merge of #7938 - camsteffen:visitors, r=xFrednet
2021-11-07 borsAuto merge of #7917 - Alexendoo:cargo-dev-lint, r=giraffate
2021-11-05 Cameron SteffenFactor in some expr_visitor usages
2021-11-05 Cameron SteffenAdd expr_visitor util
2021-11-05 borsAuto merge of #7937 - flip1995:rustfmt-skip-artefact...
2021-11-05 borsAuto merge of #7897 - camsteffen:in-macro, r=flip1995
2021-11-05 borsAuto merge of #7909 - mikerite:fix-7816, r=camsteffen
2021-11-05 Cameron SteffenUse Span::from_expansion instead of in_macro
2021-11-04 borsAuto merge of #7928 - xFrednet:rust-90354-deploy-clippy...
2021-11-04 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-11-04 xFrednetImprove `clippy_utils` function docs
2021-11-04 borsAuto merge of #7926 - lengyijun:patch-1, r=giraffate
2021-11-04 lyjUpdate diagnostics.rs
2021-11-02 borsAuto merge of #7916 - samueltardieu:double-colon-prefix...
2021-11-02 borsAuto merge of #7918 - samueltardieu:use-config-toml...
2021-11-02 borsAuto merge of #7906 - smoelius:master, r=camsteffen
2021-11-02 borsAuto merge of #7907 - Alexendoo:non-ascii-restriction...
2021-11-02 borsAuto merge of #7901 - samueltardieu:fix-7893, r=xFredne...
2021-11-02 borsAuto merge of #7851 - nbdd0121:master, r=flip1995
2021-11-02 borsAuto merge of #7726 - dswij:unseparated-literal-suffix...
2021-11-02 borsAuto merge of #7819 - rust-lang:avoid-linting-impossibl...
2021-11-01 Samuel E. Moelius IIIFix #7903
2021-11-01 Gary GuoFix manual_assert for `#![no_std]` and Rust 2021
2021-11-01 borsAuto merge of #7866 - rust-lang:edition-2021-tests...
2021-10-31 Matthias KrügerRollup merge of #89786 - jkugelman:must-use-len-and...
2021-10-30 borsAuto merge of #7899 - mikerite:fullint-20211030, r...
2021-10-30 Michael WrightSimplify FullInt Ord impl
2021-10-30 Michael WrightSimplify FullInt Ord impl (2)
2021-10-30 Michael WrightSimplify FullInt Ord impl
2021-10-30 Michael WrightRemove casts from FullInt impl
2021-10-30 Michael WrightRemove expects from FullInt Partial{Ord,Eq}
2021-10-29 borsAuto merge of #7890 - Alexendoo:ptr-arg-alias, r=camsteffen
2021-10-28 borsAuto merge of #7891 - giraffate:fix_ice_for_undocumente...
2021-10-28 borsAuto merge of #7847 - mikerite:fix-7829, r=flip1995
2021-10-27 borsAuto merge of #7885 - devonhollowood:deprecated-cleanup...
2021-10-27 borsAuto merge of #7875 - mbStavola:unit-hash, r=xFrednet
2021-10-27 borsAuto merge of #7880 - Alexendoo:newlint-add-pass, r...
2021-10-26 borsAuto merge of #7884 - devonhollowood:rename-cleanup...
2021-10-26 borsAuto merge of #7878 - rust-lang:string-slice, r=giraffate
2021-10-25 borsAuto merge of #7865 - Herschel:fix-match-str-case-misma...
2021-10-25 borsAuto merge of #7873 - xFrednet:7869-string-index-ice...
2021-10-24 xFrednetRefactored some string handling to prevent ICEs and FNs
2021-10-24 xFrednetRefactor `camel_case` util functions for new `StrIndex`
2021-10-24 borsAuto merge of #7871 - camsteffen:fmt-update, r=camsteffen
2021-10-24 Cameron SteffenUpdate rustfmt
2021-10-24 xFrednetRename `clippy_utils::camal_case` to `clippy_utils...
2021-10-23 borsAuto merge of #7867 - dswij:utils-typo, r=llogiq
2021-10-23 Dharma Saputra WijayaFix typo on utils/lib
2021-10-22 Yuki OkushiRollup merge of #89895 - camsteffen:for-loop-head-span...
2021-10-21 borsAuto merge of #7850 - ThibsG:PossibleCastTruncation5395...
2021-10-21 flip1995Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea...
2021-10-21 borsAuto merge of #7853 - flip1995:rustup, r=flip1995
2021-10-21 flip1995Bump Clippy Version -> 0.1.58
2021-10-21 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-10-20 borsAuto merge of #7838 - nhamovitz:trailing_zs_arr_wo_repr...
2021-10-20 borsAuto merge of #7849 - ThibsG:SafetyDoc, r=llogiq
2021-10-20 borsAuto merge of #7775 - F3real:no_effect, r=xFrednet
2021-10-20 borsAuto merge of #7840 - dswij:question-mark-result, r...
2021-10-20 Michael WrightMove const int value code to utils
2021-10-19 borsAuto merge of #7833 - Dmitry-Borodin:patch-1, r=giraffate
2021-10-19 borsAuto merge of #7811 - rust-lang:eq-op-testless, r=xFrednet
2021-10-19 Yuki OkushiRollup merge of #88860 - nbdd0121:panic, r=m-ou-se
2021-10-19 Andre Bogusavoid `eq_op` in test code
2021-10-19 Gary GuoRemove begin_panic_fmt from clippy
2021-10-18 Matthias KrügerRollup merge of #89990 - petrochenkov:idempty, r=wesley...
2021-10-17 Matthias KrügerRollup merge of #89963 - r00ster91:parenthesisparenthes...
2021-10-17 r00ster91Some "parenthesis" and "parentheses" fixes
2021-10-15 borsAuto merge of #7743 - smoelius:master, r=camsteffen
2021-10-15 Samuel E. Moelius IIIAdd `format_in_format_args` and `to_string_in_format_ar...
2021-10-13 borsAuto merge of #7805 - aDotInTheVoid:transmute-num-bits...
2021-10-13 borsAuto merge of #7788 - flip1995:eq_if_let_sugg, r=giraffate
2021-10-12 borsAuto merge of #7682 - Qwaz:uninit_vec, r=xFrednet
2021-10-09 Yechan BaeAddress internal lints
2021-10-09 Yechan BaeAdd testcases
2021-10-09 Yechan BaeAddress PR comments
2021-10-09 Yechan BaeExtract get_vec_init_kind and share it
2021-10-09 Yechan BaeHandle PR feedbacks first round
2021-10-09 Yechan BaeImplement uninit_vec lint
2021-10-07 borsAuto merge of #7705 - michaelsproul:fn_to_numeric_cast_...
2021-10-07 borsAuto merge of #7782 - dswij:shadow-unrelated-block...
2021-10-07 borsAuto merge of #7779 - rust-lang:test_module, r=flip1995
2021-10-07 flip1995Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b...
2021-10-07 borsAuto merge of #7783 - flip1995:rustup, r=flip1995
2021-10-07 flip1995Allow invalid-paths for regex paths
next