]> git.lizzy.rs Git - rust.git/history - clippy_lints/src
Auto merge of #8799 - Alexendoo:lintcheck-common, r=giraffate
[rust.git] / clippy_lints / src /
2022-05-12 borsAuto merge of #8799 - Alexendoo:lintcheck-common, r...
2022-05-11 borsAuto merge of #8818 - koic:use_rust_2021_prelude, r...
2022-05-11 borsAuto merge of #8726 - Serial-ATA:issue-8723, r=dswij...
2022-05-11 Koichi ITOUse the traits added to the Rust 2021 Edition prelude
2022-05-10 SerialFix `match_single_binding` for assign expressions
2022-05-10 borsAuto merge of #8796 - nsunderland1:master, r=giraffate
2022-05-10 borsAuto merge of #8769 - yonip23:8719, r=xFrednet
2022-05-10 yonip23introduce rc_clone_in_vec_init lint
2022-05-10 nsunderland1New lint: [`derive_partial_eq_without_eq`]
2022-05-09 borsAuto merge of #8797 - xFrednet:0000-expect-a-playground...
2022-05-09 borsAuto merge of #8805 - Alexendoo:let-chain-docs, r=flip1995
2022-05-09 Alex Macleoduse let chains in bit_mask.rs
2022-05-08 borsAuto merge of #8802 - smoelius:allow-expect-unwrap...
2022-05-08 Samuel E. Moelius IIIOptionally allow `expect` and `unwrap` in tests
2022-05-08 Samuel E. Moelius IIIPass msrvs by copy
2022-05-07 xFrednetReplace `#[allow]` with `#[expect]` in Clippy
2022-05-07 borsAuto merge of #8794 - smoelius:fix-8759, r=llogiq
2022-05-06 borsAuto merge of #8793 - Alexendoo:dev-lint-extra-args...
2022-05-06 Samuel E. Moelius IIIAddress `unnecessary_to_owned` false positive
2022-05-06 borsAuto merge of #8763 - arieluy:manual_range_contains...
2022-05-06 Ariel UyCreate RangeBounds struct
2022-05-06 borsAuto merge of #8778 - sunfishcode:main, r=giraffate
2022-05-05 borsAuto merge of #8790 - Jarcho:attribute_line, r=flip1995
2022-05-05 Jason NewcombRevert hack fixing #2475 added in commit 034c81b76145a0...
2022-05-05 borsAuto merge of #8789 - fedemartinezdev:master, r=flip1995
2022-05-05 Federico MartinezAdded missing `### What it does`
2022-05-05 borsAuto merge of #8788 - flip1995:rustup, r=xFrednet,flip1995
2022-05-05 flip1995Fix ICE in EarlyAttribtues lints
2022-05-05 flip1995HACK: Move buggy lints to nursery
2022-05-05 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-05-04 borsAuto merge of #96546 - nnethercote:overhaul-MacArgs...
2022-05-04 borsAuto merge of #8575 - FoseFx:trim_split_whitespace2...
2022-05-04 borsAuto merge of #8780 - Alexendoo:init-numbered-field...
2022-05-04 Max Baumannadd trim_split_whitespace
2022-05-03 borsAuto merge of #8779 - binggh:easier-needless-late-init...
2022-05-03 borsAuto merge of #96558 - bjorn3:librarify_parse_format...
2022-05-03 borsAuto merge of #8783 - flip1995:ouir-nursery, r=llogiq
2022-05-03 flip1995Move only_used_in_recursion to nursery
2022-05-03 Alex MacleodIgnore type aliases in `init_numbered_fields`
2022-05-03 bingghEasier readability for needless_late_init
2022-05-03 bjorn3Make rustc_parse_format compile on stable
2022-05-03 borsAuto merge of #8730 - tamaroning:fix8724, r=Alexendoo
2022-05-02 Dan GohmanFix `cast_lossless` to avoid warning on `usize` to...
2022-05-01 Vadim Petrochenkovrustc: Panic by default in `DefIdTree::parent`
2022-05-01 tamaronimprove identity_op
2022-04-30 borsAuto merge of #8767 - xFrednet:8765-fix-doc-example...
2022-04-30 borsAuto merge of #8625 - Jarcho:rename_lint, r=xFrednet
2022-04-30 xFrednetAdd missing quite in `large_include_file` example
2022-04-30 borsAuto merge of #8720 - asquared31415:ptr-cast-ice-fix...
2022-04-30 Camille GILLOTStore all generic bounds as where predicates.
2022-04-30 Camille GILLOTInline WhereClause into Generics.
2022-04-30 Camille GILLOTBox HIR Generics and Impl.
2022-04-30 Ariel UySupport negative ints in manual_range_contains
2022-04-29 asquared31415use non-panicking snippet, use struct update syntax...
2022-04-29 David Wooderrors: `span_suggestion` takes `impl ToString`
2022-04-27 borsAuto merge of #8431 - dswij:8416, r=xFrednet
2022-04-27 borsAuto merge of #8743 - Alexendoo:useless-attribute-redun...
2022-04-27 dswij`redundant_closure` ignore coerced closure
2022-04-27 borsAuto merge of #8617 - Alexendoo:relax-needless-late...
2022-04-26 Alex Macleod`needless_late_init`: ignore `if let`, `let mut` and...
2022-04-26 borsAuto merge of #8737 - smoelius:extra-impl-lifetimes...
2022-04-25 borsAuto merge of #8727 - Serial-ATA:lint-large-includes...
2022-04-25 Samuel E. Moelius IIIFix naming
2022-04-25 Samuel E. Moelius IIIFix false positives
2022-04-24 asquared31415remove extra lifetime
2022-04-24 borsAuto merge of #8742 - goth-turtle:mistyped-literal...
2022-04-24 SerialAdd `large_include_file` lint
2022-04-24 goth-turtlemistyped_literal_suffixes: ignore floats without exponent
2022-04-24 goth-turtlemistyped_literal_suffixes: improve suggestions for...
2022-04-24 Jason NewcombAdd `rename_lint` command
2022-04-24 borsAuto merge of #8738 - tamaroning:fix_wrong_self_convent...
2022-04-24 borsAuto merge of #8736 - Serial-ATA:issue-8732, r=xFrednet
2022-04-23 Camille GILLOTMake clippy inspector more precise.
2022-04-23 asquared31415fix ICE by using a type to return the info we want...
2022-04-23 tamaronfix
2022-04-23 Alex Macleodignore `redundant_pub_crate` in `useless_attribute`
2022-04-23 Camille GILLOTDrop vis in Item.
2022-04-23 Camille GILLOTDrop vis in ImplItem.
2022-04-23 Camille GILLOTDrop vis in FieldDef.
2022-04-23 Camille GILLOTStop visiting visibility.
2022-04-23 Samuel E. Moelius IIIExtend `extra_unused_lifetimes` to handle impl lifetimes
2022-04-22 SerialAdd macro export exemption to `redundant_pub_crate`
2022-04-22 borsAuto merge of #8731 - Alexendoo:dogfood-allow-unknown...
2022-04-22 borsAuto merge of #8717 - Alexendoo:manual-split-once-manua...
2022-04-21 borsAuto merge of #8729 - Serial-ATA:issue-7318, r=Manishearth
2022-04-21 SerialFix missing whitespace in `collapsible_else_if` suggestion
2022-04-21 Alex Macleod`manual_split_once`: lint manual iteration of `SplitN`
2022-04-21 borsAuto merge of #8571 - PyroTechniac:empty-drop, r=flip1995
2022-04-21 Gryffon BellishAdd empty_drop lint
2022-04-21 borsAuto merge of #8716 - binggh:stable-sort-message-update...
2022-04-20 borsAuto merge of #8700 - youknowone:needless_match-false...
2022-04-20 bingBetter documentation wording and add known problems...
2022-04-19 borsAuto merge of #8711 - kyoto7250:new-lint-bytes-count...
2022-04-19 Dylan DPCRollup merge of #96142 - cjgillot:no-crate-def-index...
2022-04-19 asquared31415fix ICE
2022-04-19 kyoto7250add checking type
2022-04-19 Chase Ruskinadds lint logic and test for bytes_count_to_len
2022-04-18 borsAuto merge of #8707 - OneSignal:await-invalid-types...
2022-04-18 Lily Marafixup! Add `await_holding_invalid_type` lint
2022-04-18 Lily Marafixup! Add `await_holding_invalid_type` lint
next