]> git.lizzy.rs Git - rust.git/history - clippy_lints
Update diagnostics.rs
[rust.git] / clippy_lints /
2021-11-02 borsAuto merge of #7904 - Serial-ATA:improve-doc-suggestion...
2021-11-02 SerialAdd suggestion to missing backticks error
2021-11-02 borsAuto merge of #7916 - samueltardieu:double-colon-prefix...
2021-11-02 Samuel TardieuAdvise to put a :: prefix inside the ticks
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 Samuel TardieuExamine lifetimes in `OpaqueDef` bounds as well
2021-11-02 borsAuto merge of #7819 - rust-lang:avoid-linting-impossibl...
2021-11-02 borsAuto merge of #7911 - giraffate:small_fixes_for_missing...
2021-11-02 Takayuki NakataSmall fixes for missing backticks in doc
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-11-01 Dharma Saputra WijayaAdd `separated_literal_suffix` as an alternative for
2021-10-31 Alex MacleodMove non_ascii_literal to restriction
2021-10-29 borsAuto merge of #7895 - ahmedkrmn:master, r=Manishearth
2021-10-29 Ahmed KaramanDisable "if_not_else" lints firing on else-ifs
2021-10-29 Andre Bogusavoid linting `possible_truncation` on bit-reducing...
2021-10-29 borsAuto merge of #7890 - Alexendoo:ptr-arg-alias, r=camsteffen
2021-10-28 borsAuto merge of #7810 - camsteffen:if-then-panic-pedantic...
2021-10-28 Cameron SteffenRename if_then_panic to manual_assert
2021-10-28 Cameron SteffenMove if_then_panic to pedantic
2021-10-28 borsAuto merge of #7891 - giraffate:fix_ice_for_undocumente...
2021-10-28 Takayuki NakataFix ICE in `undocumented_unsafe_blocks`
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 Alex MacleodIgnore references to type aliases in ptr_arg
2021-10-27 borsAuto merge of #7875 - mbStavola:unit-hash, r=xFrednet
2021-10-27 Matt StavolaAdd unit-hash lint
2021-10-27 borsAuto merge of #7880 - Alexendoo:newlint-add-pass, r...
2021-10-26 borsAuto merge of #7860 - dswij:question-mark-fp, r=giraffate
2021-10-26 borsAuto merge of #7884 - devonhollowood:rename-cleanup...
2021-10-26 borsAuto merge of #7887 - xFrednet:7172-hiding-hidden-lines...
2021-10-26 xFrednetRemove hidden code lines in Clippy's lint list
2021-10-26 Alex MacleodRegister the generated lints from `cargo dev new_lint`
2021-10-26 Devon HollowoodClean up `tests/ui/deprecated.rs`
2021-10-26 Dharma Saputra WijayaRename variable name in `question_mark`
2021-10-26 dswijFix `question_mark` FP on calls
2021-10-26 borsAuto merge of #7878 - rust-lang:string-slice, r=giraffate
2021-10-26 Devon HollowoodClean up tests/ui/rename.rs
2021-10-26 Andre Bogusnew lint: string-slice
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-25 borsAuto merge of #7874 - xFrednet:7756-move-lint, r=llogiq
2021-10-25 xFrednetMove `non_send_fields_in_send_ty` to `suspicious`
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 Mike WelshFix `match_str_case_mismatch` false positives
2021-10-21 borsAuto merge of #7856 - Manishearth:impl-safety, r=xFrednet
2021-10-21 Manish Goregaokaruse a variable
2021-10-21 borsAuto merge of #7857 - flip1995:fix_deploy, r=xFrednet
2021-10-21 borsAuto merge of #7801 - aDotInTheVoid:empty-format, r...
2021-10-21 borsAuto merge of #7850 - ThibsG:PossibleCastTruncation5395...
2021-10-21 Nixon Enraght-MoonyMake useless_format recognize format!("")
2021-10-21 ThibsGDo not lint when cast is coming from `signum` method...
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-20 Michael WrightFix false positive in `match_overlapping_arm`
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 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
next