summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2025-06-20Fix ICE in `missing_const_for_fn` (rust-lang/rust-clippy#14776)Alejandra González-2/+2
2025-06-20`needless_borrow`: do not contradict `dangerous_implicit_autorefs` (rust-lang...Alejandra González-0/+9
2025-06-20remove superseded lints (rust-lang/rust-clippy#14703)Samuel Tardieu-332/+8
2025-06-20Fix `collapsible_if` FP on block stmt before expr (rust-lang/rust-clippy#14730)Samuel Tardieu-8/+7
2025-05-06Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-...bors-1/+1
2025-05-05Handle rustc_middle cases of rustc::potential_query_instability lintismailarilik-1/+1
2025-05-05Rename Instance::new to Instance::new_raw and add a note that it is rawMichael Goulet-1/+1
2025-05-01Merge commit '03a5b6b976ac121f4233775c49a4bce026065b47' into clippy-subtree-u...Philipp Krones-355/+433
2025-04-24Remove `weak` alias terminologyBoxy-2/+2
2025-04-22Merge commit '0621446356e20fd2ead13a6763bb936c95eb0cfa' into clippy-subtree-u...Philipp Krones-4765/+4244
2025-04-18Rollup merge of #138528 - dianne:implicit-deref-patterns, r=NadrierilMatthias Krüger-1/+1
2025-04-16Rename `LifetimeName` as `LifetimeKind`.Nicholas Nethercote-9/+9
2025-04-15Move `name` field from `AssocItem` to `AssocKind` variants.Nicholas Nethercote-6/+6
2025-04-15Move `opt_rpitit_info` field to `hir::AssocKind::Type`.Nicholas Nethercote-1/+1
2025-04-14Move `has_self` field to `hir::AssocKind::Fn`.Nicholas Nethercote-16/+14
2025-04-14Use `Symbol` in `LateContext::get_associated_type`.Nicholas Nethercote-7/+7
2025-04-12store the kind of pattern adjustments in `pat_adjustments`dianne-1/+1
2025-04-11Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-deadStuart Cook-5/+5
2025-04-10Allow drivers to supply a list of extra symbols to internAlex Macleod-5/+5
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-4/+4
2025-04-07Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obkStuart Cook-0/+5
2025-04-03Rollup merge of #138610 - oli-obk:no-sort-hir-ids, r=compiler-errorsMatthias Krüger-22/+40
2025-04-03impl !PartialOrd for HirIdOli Scherer-10/+28
2025-04-03Remove `LintExpectationId` from `Level` variantsOli Scherer-7/+7
2025-04-03Make LevelAndSource a structOli Scherer-5/+5
2025-04-03Tighten up assignment operator representations.Nicholas Nethercote-20/+47
2025-04-03Use `BinOpKind` instead of `BinOp` for function args where possible.Nicholas Nethercote-4/+4
2025-04-02Rollup merge of #139232 - nnethercote:remove-Map-5, r=ZalatharTakayuki Maeda-19/+19
2025-04-02Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errorsbors-6/+4
2025-04-02Remove a function that has no necessary callersOli Scherer-2/+2
2025-04-02Move methods from `Map` to `TyCtxt`, part 5.Nicholas Nethercote-19/+19
2025-04-01Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obkbors-1/+0
2025-04-01Decouple trait impls of different traits wrt incrementalOli Scherer-4/+2
2025-04-01Auto merge of #138740 - nnethercote:ast-ItemKind-idents, r=fmeasebors-28/+28
2025-04-01Address review comments.Nicholas Nethercote-7/+8
2025-04-01Move `ast::Item::ident` into `ast::ItemKind`.Nicholas Nethercote-27/+26
2025-04-01Avoid `kw::Empty` use for `AuxParamsAttr`.Nicholas Nethercote-14/+16
2025-03-31Auto merge of #119220 - Urgau:uplift-invalid_null_ptr_usage, r=fee1-deadbors-73/+3
2025-03-30Drop `clippy::invalid_null_ptr_usage`Urgau-73/+3
2025-03-28Add `{ast,hir,thir}::PatKind::Missing` variants.Nicholas Nethercote-0/+5
2025-03-26expand: Leave traces when expanding `cfg` attributesVadim Petrochenkov-4/+3
2025-03-21remove `feature(inline_const_pat)`lcnr-1/+0
2025-03-21Auto merge of #138761 - flip1995:clippy-subtree-update, r=Manishearthbors-557/+1112
2025-03-20Auto merge of #138747 - matthiaskrgr:rollup-68x44rw, r=matthiaskrgrbors-26/+29
2025-03-20Merge commit '1e5237f4a56ae958af7e5824343eacf737b67083' into clippy-subtree-u...Philipp Krones-557/+1112
2025-03-20Auto merge of #138515 - petrochenkov:cfgtrace, r=nnethercotebors-1/+5
2025-03-20Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name...Matthias Krüger-26/+29
2025-03-19Rollup merge of #138001 - meithecatte:privately-uninhabited, r=NadrierilMatthias Krüger-4/+5
2025-03-19Use `Option<Ident>` for lowered param names.Nicholas Nethercote-26/+29
2025-03-18Auto merge of #138630 - matthiaskrgr:rollup-kk1gogr, r=matthiaskrgrbors-134/+125