about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2025-04-03Rollup merge of #138610 - oli-obk:no-sort-hir-ids, r=compiler-errorsMatthias Krüger-27/+46
2025-04-03impl !PartialOrd for HirIdOli Scherer-10/+28
2025-04-03Remove `LintExpectationId` from `Level` variantsOli Scherer-11/+11
2025-04-03Make LevelAndSource a structOli Scherer-7/+8
2025-04-03Tighten up assignment operator representations.Nicholas Nethercote-21/+48
2025-04-03Use `BinOpKind` instead of `BinOp` for function args where possible.Nicholas Nethercote-13/+13
2025-04-02Rollup merge of #139232 - nnethercote:remove-Map-5, r=ZalatharTakayuki Maeda-24/+22
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-24/+22
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-48/+101
2025-04-01Address review comments.Nicholas Nethercote-11/+18
2025-04-01Move `ast::Item::ident` into `ast::ItemKind`.Nicholas Nethercote-43/+89
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-648/+24
2025-03-30Drop `clippy::invalid_null_ptr_usage`Urgau-648/+24
2025-03-26expand: Leave traces when expanding `cfg` attributesVadim Petrochenkov-8/+7
2025-03-25Allow defining opaques in statics and constsMichael Goulet-0/+8
2025-03-21remove `feature(inline_const_pat)`lcnr-1/+0
2025-03-21Auto merge of #138761 - flip1995:clippy-subtree-update, r=Manishearthbors-1143/+4610
2025-03-20Auto merge of #138747 - matthiaskrgr:rollup-68x44rw, r=matthiaskrgrbors-28/+32
2025-03-20Merge commit '1e5237f4a56ae958af7e5824343eacf737b67083' into clippy-subtree-u...Philipp Krones-1144/+4611
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-20Rollup merge of #138435 - eholk:prefix-yield, r=oli-obkMatthias Krüger-2/+3
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-18Refactor YieldKind so postfix yield must have an expressionEric Holk-2/+2
2025-03-18Auto merge of #138630 - matthiaskrgr:rollup-kk1gogr, r=matthiaskrgrbors-145/+139
2025-03-18Move `hir::Item::ident` into `hir::ItemKind`.Nicholas Nethercote-144/+138
2025-03-17expand: Leave traces when expanding `cfg_attr` attributesVadim Petrochenkov-1/+5
2025-03-17Fix `is_relevant_impl`.Nicholas Nethercote-1/+1
2025-03-16Suppress must_use in compiler and toolsMichael Goulet-4/+4
2025-03-15Auto merge of #138464 - compiler-errors:less-type-ir, r=lcnrbors-1/+1
2025-03-15Fold visit into tyMichael Goulet-1/+1
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-16/+0
2025-03-14Fix clippyEric Holk-1/+1
2025-03-14Teach rustfmt to handle postfix yieldEric Holk-2/+3
2025-03-12Move methods from `Map` to `TyCtxt`, part 4.Nicholas Nethercote-78/+67
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-11/+11
2025-03-07Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorinoMatthias Krüger-3/+3
2025-03-07Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakisMatthias Krüger-5/+44
2025-03-07Add helper methods checking for "#[non_exhaustive] that's active"Maja Kądziołka-4/+5
2025-03-07Make synthetic RPITIT assoc ty name handling more rigorous.Nicholas Nethercote-3/+3
2025-03-06Fix clippySantiago Pastorino-5/+44
2025-03-06Remove the `Option` part of range ends in the HIROli Scherer-8/+3
2025-03-04Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgrbors-2/+1
2025-03-03Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkovMatthias Krüger-13/+14