]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #10007 - Jarcho:issue_10005, r=giraffate
[rust.git] / clippy_lints /
2022-12-01 borsAuto merge of #10007 - Jarcho:issue_10005, r=giraffate
2022-12-01 Jason NewcombFix ICE in `result large_err` with uninhabited enums
2022-11-30 borsAuto merge of #9943 - dswij:pr-9940, r=Jarcho
2022-11-30 borsAuto merge of #10001 - Jarcho:issue_9866, r=llogiq
2022-11-30 borsAuto merge of #9996 - Jarcho:issue_9906, r=Alexendoo
2022-11-30 borsAuto merge of #9997 - Jarcho:issue_9901, r=llogiq
2022-11-30 Jason NewcombFix ICE in `unused_rounding`
2022-11-30 borsAuto merge of #9987 - Jarcho:issue_9957, r=flip1995
2022-11-30 Jason NewcombDon't lint `explicit_auto_deref` when the initial type...
2022-11-30 Jason NewcombFix `unnecessary_cast` suggestion when taking a reference
2022-11-30 Jason NewcombDon't cross contexts while building the suggestion...
2022-11-30 borsAuto merge of #9989 - xFrednet:9986-move-safety-thingy...
2022-11-30 xFrednetMove `unnecessary_unsafety_doc` to `pedantic`
2022-11-30 dswijUse `snippet_with_context` instead of `_with_macro_call...
2022-11-29 borsAuto merge of #9975 - xFrednet:0000-refutable-slice...
2022-11-29 borsAuto merge of #9981 - Jarcho:issue_9954, r=flip1995
2022-11-29 borsAuto merge of #9980 - Jarcho:issue_9960, r=xFrednet
2022-11-29 Jason NewcombDon't lint `unnecessary_cast` in mixed macro context
2022-11-29 Jason NewcombDon't lint `unnecessary_operation` in mixed macro contexts
2022-11-28 xFrednetMove `index_refutable_slice` to `pedantic`
2022-11-28 borsAuto merge of #9865 - nyurik:allow-mixed, r=xFrednet
2022-11-27 borsAuto merge of #9967 - koka831:fix/9416, r=llogiq
2022-11-27 borsAuto merge of #9963 - ehuss:highfive-triagebot, r=xFrednet
2022-11-27 Yuri Astrakhanaddressed review feedback
2022-11-27 Yuri AstrakhanAdd allow-mixed-uninlined-format-args config
2022-11-27 borsAuto merge of #9919 - Alexendoo:configuration-link...
2022-11-27 kokaRefactor BytePos handling
2022-11-27 kokaRemove blank lines when needless_return returns no...
2022-11-27 borsAuto merge of #9950 - xFrednet:0000-improve-exit-docs...
2022-11-26 xFrednetImprove `EXIT` lint docs
2022-11-25 borsAuto merge of #9945 - kraktus:uninlined_multiple_lines...
2022-11-25 borsAuto merge of #9944 - flip1995:move-syntax-tree-pattern...
2022-11-25 kraktusRe-enable `uninlined_format_args` on multiline `format!`
2022-11-25 borsAuto merge of #9851 - Veykril:unnecessary-safety-commen...
2022-11-25 dswij`manual_let_else`: keep macro call on suggestion blocks
2022-11-25 Lukas WirthAddress reviews
2022-11-25 Lukas WirthSimplify
2022-11-25 Lukas WirthLint unnecessary safety comments on statements and...
2022-11-25 Lukas WirthAdd some more test cases for undocumented_unsafe_blocks
2022-11-25 Lukas WirthLint unnecessary safety comments on items
2022-11-23 Manish GoregaokarMerge pull request #3875 from fkohlgrueber/syntax-tree...
2022-11-22 borsAuto merge of #9924 - Alexendoo:msrv-stack, r=Jarcho
2022-11-22 borsAuto merge of #9930 - smoelius:use-walk_generic_arg...
2022-11-22 Samuel MoeliusUse `walk_generic_arg`
2022-11-22 borsAuto merge of #9750 - kraktus:lazy_eval, r=xFrednet
2022-11-22 borsAuto merge of #9796 - smoelius:issue-9771, r=flip1995
2022-11-22 borsAuto merge of #9745 - matttpt:fix-redundant-closure...
2022-11-21 borsAuto merge of #9770 - sgued:missnamed-getters, r=llogiq
2022-11-21 borsAuto merge of #9881 - flip1995:rustup, r=flip1995
2022-11-21 Philipp KronesBump Clippy version -> 0.1.67
2022-11-21 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-11-21 Alex MacleodAdd `clippy_utils::msrv::Msrv` to keep track of the...
2022-11-21 borsAuto merge of #9873 - smoelius:move-line-span, r=flip1995
2022-11-20 borsAuto merge of #9592 - c410-f3r:arith, r=Jarcho
2022-11-20 borsAuto merge of #9870 - koka831:unformat-unused-rounding...
2022-11-20 Sosthène GuédonFix many false negatives caused by autoderef
2022-11-20 Sosthène GuédonImprove diagnostic for cases where autoderef is used
2022-11-20 borsAuto merge of #9879 - Alexendoo:allow, r=Manishearth
2022-11-20 Sosthène Guédonmisname-getters: Fix documentation
2022-11-20 Sosthène GuédonRemove error when fields use autoderef
2022-11-20 Sosthène Guédonmisnamed_getters: Trigger on unsafe with _unchecked
2022-11-20 Sosthène GuédonImprove code
2022-11-20 Sosthène GuédonFix typo missnamed -> misnamed
2022-11-20 Sosthène GuédonFix internal warnings
2022-11-20 Sosthène GuédonDocument missname_getters
2022-11-20 Sosthène Guédonmissnamed_getters: use all_fields iterator
2022-11-20 Sosthène GuédonFix suggestion to point to the whole method
2022-11-20 Sosthène Guédonmissnamed_getters: Match owned methods
2022-11-20 Sosthène GuédonAdd missnamed_getters lint
2022-11-20 Alex MacleodFix `#[allow]` for module_name_repetitions & single_com...
2022-11-20 borsAuto merge of #98914 - fee1-dead-contrib:min-deref...
2022-11-19 Matthias KrügerRollup merge of #104593 - compiler-errors:rpitit-object...
2022-11-19 kokarefac: grab a snip from receiver
2022-11-19 CaioRemove unused
2022-11-19 Caio[arithmetic-side-effects] Detect overflowing associated...
2022-11-19 borsAuto merge of #9800 - Alexendoo:def_path_res_multiple...
2022-11-19 Michael Gouletdrive-by: Add is_async fn to hir::IsAsync
2022-11-18 borsAuto merge of #104573 - matthiaskrgr:rollup-k36ybtp...
2022-11-18 borsAuto merge of #101562 - nnethercote:shrink-ast-Expr...
2022-11-18 borsAuto merge of #9871 - koka831:fix/9864, r=xFrednet
2022-11-18 kokaNote about const fn
2022-11-18 borsAuto merge of #9855 - Alexendoo:needless-borrowed-ref...
2022-11-18 Matthias KrügerRollup merge of #104006 - flip1995:lang-items-clippy...
2022-11-18 kokaAllow manual swap in const fn
2022-11-18 kokaKeep original literal notation in suggestion
2022-11-18 borsAuto merge of #9863 - smoelius:expect-unwrap-used-typo...
2022-11-18 borsAuto merge of #9850 - pheki:fix-7499-missing-ref, r...
2022-11-18 borsAuto merge of #9858 - DesmondWillowbrook:never_loop...
2022-11-18 DeadbeefRm diagnostic item, use lang item
2022-11-17 Matthias KrügerRollup merge of #104483 - oli-obk:santa-clauses-make...
2022-11-17 Philipp KronesAdd variant_name function to `LangItem`
2022-11-17 Samuel MoeliusFix typo in `expect_used` and `unwrap_used` warning...
2022-11-17 borsAuto merge of #104170 - cjgillot:hir-def-id, r=fee1...
2022-11-17 Nicholas NethercoteBox `ExprKind::{Closure,MethodCall}`, and `QSelf` in...
2022-11-16 borsAuto merge of #102944 - nnethercote:ast-Lit-third-time...
2022-11-16 borsAuto merge of #9859 - koka831:no-run-side-effect, r...
2022-11-16 kokaAvoid generating files via doctest
2022-11-16 Oli SchererConvert predicates into Predicate in the Obligation...
2022-11-16 Kartavya Vashishthafix clippy suggestions
2022-11-16 Kartavya Vashishthadon't emit AlwaysBreaks if it targets a block
next