]> git.lizzy.rs Git - rust.git/history - clippy_lints
Handle 'implementation safety' headers as well
[rust.git] / clippy_lints /
2021-10-21 Manish GoregaokarHandle 'implementation safety' headers as well
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-21 borsAuto merge of #7852 - surechen:fix_typo, r=xFrednet
2021-10-21 surechenFix typo for INVALID_NULL_PTR_USAGE and MISSING_INLINE_...
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 ThibsGDo not lint if any parent has hidden attribute
2021-10-20 borsAuto merge of #7848 - Veykril:patch-1, r=xFrednet
2021-10-20 Lukas WirthFix doc heading of TRANSMUTE_NUM_TO_BYTES
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 dswijSmall refactor on `question_mark` condition checks
2021-10-19 borsAuto merge of #7833 - Dmitry-Borodin:patch-1, r=giraffate
2021-10-19 F3realLint on underscore variable assignment
2021-10-19 Nathaniel HamovitzRename lint
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 dswijCover `Result` for `question_mark`
2021-10-19 Nathaniel Hamovitzformatting 🙃
2021-10-19 Nathaniel HamovitzUse real type in doc examples
2021-10-19 Nathaniel HamovitzRemove explicit lifetime
2021-10-19 Nathaniel HamovitzRemove comment
2021-10-19 Nathaniel HamovitzOne more test + final tidying
2021-10-19 Nathaniel HamovitzRevert "!: this is the commit that demonstrates the...
2021-10-19 Nathaniel Hamovitz!: this is the commit that demonstrates the ICE
2021-10-18 Nathaniel HamovitzDon't need `rustc_attr` anymore
2021-10-18 Nathaniel HamovitzImprove help message
2021-10-18 Nathaniel HamovitzAll five `has_repr_attr` agree + are correct
2021-10-18 Nathaniel HamovitzExploring emitting other sorts of `span`s
2021-10-18 Nathaniel HamovitzImprove doc and span messages
2021-10-18 Nathaniel HamovitzRename lint
2021-10-18 Nathaniel Hamovitzrun rustfmt
2021-10-18 Nathaniel HamovitzTidy import + update expected stderr
2021-10-18 Nathaniel HamovitzTidy imports
2021-10-18 Nathaniel HamovitzCheck for tuple structs
2021-10-18 Nathaniel HamovitzRefactor ZS array detection again and this one seems...
2021-10-18 Nathaniel Hamovitzupdate testsuite and expand `if_chain`
2021-10-18 Nathaniel HamovitzTidy comments + tests; revert 'size-is-zero' detection
2021-10-18 Nathaniel Hamovitztried to simplify but it doesn't work :/
2021-10-18 Nathaniel Hamovitzintermediate step
2021-10-18 Nathaniel Hamovitzadd multiple `get_attrs` and `includes_repr` and they...
2021-10-18 Nathaniel HamovitzRan `dev bless`!
2021-10-18 Nathaniel Hamovitzoutput looks fantastic
2021-10-18 Nathaniel Hamovitzit works i think (incl some `dbg`s)
2021-10-18 Nathaniel HamovitzImplement getting an array of attributes!
2021-10-18 Nathaniel HamovitzImplement detecting trailing zero-sized array
2021-10-18 Nathaniel Hamovitzayy it compiles! ship it, right? 😎 /s
2021-10-18 Nathaniel HamovitzWell it builds
2021-10-18 Nathaniel HamovitzAdd boilerplate and basic tests
2021-10-18 borsAuto merge of #7835 - mikerite:unneeded-allow-20211018...
2021-10-18 Michael WrightRemove unneeded allow
2021-10-18 Matthias KrügerRollup merge of #89990 - petrochenkov:idempty, r=wesley...
2021-10-18 borsAuto merge of #7832 - narpfel:implicit-saturating-sub...
2021-10-17 Matthias KrügerRollup merge of #89963 - r00ster91:parenthesisparenthes...
2021-10-17 Paul GeyFix false positive of `implicit_saturating_sub` with...
2021-10-17 r00ster91Some "parenthesis" and "parentheses" fixes
2021-10-16 borsAuto merge of #7827 - zvavybir:master, r=xFrednet
2021-10-16 Matthias KaakFixed naive doc formatting for `#[must_use]` lints
2021-10-15 borsAuto merge of #7743 - smoelius:master, r=camsteffen
2021-10-15 Samuel E. Moelius IIIRemove redundant `to_string`s
2021-10-15 Samuel E. Moelius IIIAdd `format_in_format_args` and `to_string_in_format_ar...
2021-10-15 borsAuto merge of #7823 - mikerite:match-overlapping-arm...
2021-10-15 borsAuto merge of #7824 - dswij:unnecessary_sort_by, r...
2021-10-15 dswij`unnecessary_sort_by` only warns if argument impl ...
2021-10-15 Cameron SteffenFix clippy with changed macro statement spans
2021-10-13 borsAuto merge of #7815 - nhamovitz:patch-1, r=giraffate
2021-10-13 borsAuto merge of #7805 - aDotInTheVoid:transmute-num-bits...
2021-10-13 nhamovitzFix typo in example for `match_result_ok`
2021-10-13 Nixon Enraght-MoonyAdd lint transmute_num_to_bytes
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-12 Yechan BaeUpdate lint description for new() and default()
2021-10-12 borsAuto merge of #7806 - Serial-ATA:lint-match-case-mismat...
2021-10-12 borsAuto merge of #7808 - Veykril:patch-1, r=xFrednet
2021-10-12 SerialAdd a suggestion
2021-10-12 borsAuto merge of #89770 - jkugelman:must-use-from-and...
2021-10-12 Lukas WirthBring `manual_split_once` docs in line with other lint...
2021-10-12 SerialDon't run examples
2021-10-12 SerialAdd match_str_case_mismatch lint
2021-10-12 borsAuto merge of #7791 - JamesHinshelwood:reason-in-disall...
2021-10-11 borsAuto merge of #7793 - mikerite:new_lint-msrv-2, r=Manis...
2021-10-11 flip1995Deprecate mem_discriminant_non_enum
2021-10-11 James HinshelwoodRename `disallowed` to `conf_disallowed`
2021-10-11 James HinshelwoodAdd reason config example for disallowed_type
2021-10-11 borsAuto merge of #7795 - ThibsG:MutMut6922, r=giraffate
2021-10-10 borsAuto merge of #7800 - 1nF0rmed:no-lint-in-match-single...
2021-10-09 1nF0rmedRefactor to check for multiple reference patterns
2021-10-09 ThibsGFix FP in external macros for `mut_mut` lint
2021-10-09 borsAuto merge of #7794 - ThibsG:FieldReassignDefault6312...
2021-10-09 ThibsGFix false positive when `Drop` and `Copy` involved
2021-10-09 Yechan BaeAddress internal lints
2021-10-09 Yechan BaeImproved error message for set_len() on empty Vec
2021-10-09 Yechan BaeAddress PR comments
2021-10-09 Yechan BaeExtract get_vec_init_kind and share it
2021-10-09 Yechan BaeAdd #allow attribute to suppress FP #7698
2021-10-09 Yechan BaeImprove error messages
2021-10-09 Yechan BaeHandle PR feedbacks first round
next