about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
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-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
2025-03-03Remove some unnecessary aliases from `rustc_data_structures::sync`Zalathar-2/+1
2025-03-01Implment `#[cfg]` and `#[cfg_attr]` in `where` clausesFrank King-13/+14
2025-02-28Fix link to ty::Ty in clippy_utilsPhilipp Krones-1/+1
2025-02-28Clippy: skip check_host_compiler check in rustc testsuitePhilipp Krones-0/+5
2025-02-28Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into clippy-subtree-u...Philipp Krones-15391/+34661
2025-02-28Rollup merge of #137712 - meithecatte:extract-binding-mode, r=oli-obk许杰友 Jieyou Xu (Joe)-1/+0
2025-02-27Clean up TypeckResults::extract_binding_modeMaja Kądziołka-1/+0
2025-02-27Rename `AssocOp::As` as `AssocOp::Cast`.Nicholas Nethercote-7/+7
2025-02-27Replace `AssocOp::DotDot{,Eq}` with `AssocOp::Range`.Nicholas Nethercote-22/+8
2025-02-27Introduce `AssocOp::Binary`.Nicholas Nethercote-43/+28
2025-02-27In `AssocOp::AssignOp`, use `BinOpKind` instead of `BinOpToken`Nicholas Nethercote-55/+4
2025-02-24simplify must-use lint slightlyJana Dönszelmann-52/+47
2025-02-24Fix rustdoc and clippyJana Dönszelmann-111/+117
2025-02-23Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obkMatthias Krüger-6/+9
2025-02-22Make a fake body to store typeck results for global_asmMichael Goulet-2/+5
2025-02-22Make asm a named fieldMichael Goulet-4/+4
2025-02-21Auto merge of #137348 - compiler-errors:span-trim, r=estebankbors-145/+100
2025-02-21Auto merge of #137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgrbors-108/+96
2025-02-21Rollup merge of #137305 - nnethercote:rustc_middle-2, r=lcnrMatthias Krüger-1/+1
2025-02-21Rollup merge of #137299 - nnethercote:simplify-PostOrder-customization, r=com...Matthias Krüger-1/+1
2025-02-21Move methods from Map to TyCtxt, part 3.Nicholas Nethercote-108/+96
2025-02-21Trim suggestion part before generating highlightsMichael Goulet-24/+20
2025-02-21More sophisticated span trimmingMichael Goulet-121/+80
2025-02-21Rename `ClearCrossCrate::assert_crate_local`.Nicholas Nethercote-1/+1
2025-02-20Simplify `Postorder` customization.Nicholas Nethercote-1/+1
2025-02-19Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwcoMatthias Krüger-4/+0
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-45/+37
2025-02-17Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=UrgauMatthias Krüger-4/+5
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-64/+61
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-150/+146
2025-02-16clippy: string_from_utf8_as_bytes: also detect inherent `from_utf8`Pavel Grigorenko-4/+5
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-29/+18
2025-02-13Auto merge of #136593 - lukas-code:ty-value-perf, r=oli-obkbors-3/+4
2025-02-13intern valtreesLukas Markeffsky-3/+4
2025-02-12Auto merge of #135994 - 1c3t3a:rename-unsafe-ptr, r=oli-obkbors-11/+11
2025-02-12Remove ignored `#[must_use]` attributes from ClippySamuel Tardieu-4/+0
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-1500/+2292
2025-02-10Convert two missed placesBastian Kersting-2/+2
2025-02-10Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptrBastian Kersting-9/+9
2025-02-08Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi...Jubilee-41/+43
2025-02-07clippy: directly use rustc_abi instead of reexportsJubilee Young-41/+43
2025-02-07add tests for spurious failure and fix typoJana Dönszelmann-21/+49