about summary refs log tree commit diff
path: root/clippy_utils
AgeCommit message (Expand)AuthorLines
2024-06-03only run flop lints on inherent method callsy21-0/+9
2024-05-30ignore generics in handlingJacher-4/+4
2024-05-30check return type of get and indexingJacherr-12/+18
2024-05-30add backticks to doc commentsJacherr-2/+2
2024-05-30disable indexing_slicing for custom Index implsJacherr-0/+30
2024-05-30Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-9/+29
2024-05-28Create const block DefIds in typeck instead of ast loweringOli Scherer-5/+5
2024-05-27Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercotebors-6/+12
2024-05-27suggest adding parentheses when linting [`let_and_return`] and [`needless_ret...J-ZhengLi-0/+22
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-6/+12
2024-05-21Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...Philipp Krones-100/+108
2024-05-20Rollup merge of #125173 - scottmcm:never-checked, r=davidtwcoMatthias Krüger-3/+3
2024-05-19Add and use generics.is_empty() and generics.is_own_empty, rather than using ...Santiago Pastorino-1/+1
2024-05-18Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726bors-22/+21
2024-05-17Fix clippyScott McMurray-3/+3
2024-05-17Rename Unsafe to SafetySantiago Pastorino-22/+21
2024-05-16Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-103/+111
2024-05-16Remove trivial Binder::dummy callsMichael Goulet-1/+1
2024-05-16Fix toolsMichael Goulet-2/+2
2024-05-15Auto merge of #12713 - J-ZhengLi:issue8864, r=y21bors-33/+45
2024-05-15add some msrv checks in `is_min_const_fn`J-ZhengLi-33/+45
2024-05-13split out AliasTy -> AliasTermMichael Goulet-2/+2
2024-05-12Propagate errors rather than using return_if_errMichael Goulet-2/+6
2024-05-12Make LateCtxt be a type info delegate for EUV for clippyMichael Goulet-10/+4
2024-05-10Lift `TraitRef` into `rustc_type_ir`Michael Goulet-1/+1
2024-05-10Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoeristerMatthias Krüger-1/+1
2024-05-10Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgrbors-8/+7
2024-05-10Rollup merge of #124955 - nnethercote:next_ty_var, r=lcnrMatthias Krüger-6/+1
2024-05-09Make builtin_deref just return a TyMichael Goulet-1/+1
2024-05-09Rename Generics::params to Generics::own_paramsMichael Goulet-6/+6
2024-05-10Use fewer origins when creating type variables.Nicholas Nethercote-6/+1
2024-05-09always use `GenericArgsRef`lcnr-2/+6
2024-05-08Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=NilstriebMatthias Krüger-1/+1
2024-05-06Update doc comments to avoid lazy continuationsMichael Howell-3/+5
2024-05-04Auto merge of #12742 - Alexendoo:assigning-clones-nested-late-init, r=dswijbors-0/+15
2024-05-04Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillotbors-2/+2
2024-05-03Auto merge of #12567 - Alexendoo:format-args-storage, r=flip1995bors-43/+35
2024-05-02Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u...Philipp Krones-52/+105
2024-05-02Auto merge of #12743 - CBSpeir:remove-paths-vec_resize, r=y21bors-3/+0
2024-05-02Bump Clippy version -> 0.1.80Philipp Krones-1/+1
2024-05-02Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-49/+105
2024-05-01Remove clippy_utils::paths::{SLICE_GET, STR_BYTES}Christopher B. Speir-2/+0
2024-05-01Remove clippy_utils::paths::VEC_RESIZEChristopher B. Speir-1/+0
2024-05-01Don't lint assigning_clones on nested late init localsAlex Macleod-0/+15
2024-05-01Fix `FormatArgs` storage when `-Zthreads` > 1Alex Macleod-43/+35
2024-04-29Add StaticForeignItem and use it on ForeignItemKindSantiago Pastorino-1/+12
2024-04-28configurably allow `useless_vec` in testsAndre Bogus-0/+5
2024-04-27Auto merge of #12624 - J-ZhengLi:issue12586, r=xFrednetbors-0/+10
2024-04-26put `hir::AnonConst` on the hir arenaOli Scherer-2/+2
2024-04-20Auto merge of #12696 - smoelius:fix-is_test_module_or_function, r=Alexendoobors-2/+3