about summary refs log tree commit diff
path: root/clippy_lints/src/functions/must_use.rs
AgeCommit message (Expand)AuthorLines
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-3/+3
2025-02-02Convert two `rustc_middle::lint` functions to `Span` methods.Nicholas Nethercote-3/+2
2025-01-28Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...Philipp Krones-1/+1
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-1/+6
2024-12-26Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...Philipp Krones-12/+46
2024-12-15Add hir::AttributeJonathan Dönszelmann-2/+1
2024-11-19move `fn is_item_raw` to `TypingEnv`lcnr-1/+1
2024-10-29update toolslcnr-1/+1
2024-09-24Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...Philipp Krones-1/+1
2024-08-24Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyupJason Newcomb-10/+6
2024-07-21Fix toolsMichael Goulet-2/+3
2024-06-13Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...Philipp Krones-2/+2
2024-04-17has_typeck_results doesnt need to be a queryMichael Goulet-3/+3
2024-04-04Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...Philipp Krones-4/+2
2024-03-22Programmatically convert some of the pat ctorsMichael Goulet-1/+1
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-3/+4
2023-08-04Improve spans for indexing expressionsNilstrieb-1/+1
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-5/+4
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-3/+3
2023-04-11Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyupPhilipp Krones-3/+15
2023-03-24Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyupPhilipp Krones-4/+1
2023-03-22rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov-3/+3
2023-03-21Use local key in providersMichael Goulet-3/+3
2023-01-28Take a LocalDefId in hir::Visitor::visit_fn.Camille GILLOT-11/+11
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-19/+11
2022-10-29Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errorsGuillaume Gomez-1/+1
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-10/+10
2022-10-27Update toolingMaybe Waffle-1/+1
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-4/+4
2022-10-23Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyupflip1995-4/+6
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-46/+36
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-10/+10
2022-09-09Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyupPhilipp Krones-1/+1
2022-09-05separate the receiver from arguments in HIR under /clippyTakayuki Maeda-1/+19
2022-05-10update clippylcnr-4/+4
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-7/+2
2022-04-29errors: `span_suggestion` takes `impl ToString`David Wood-1/+1
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-2/+2
2022-02-21update clippylcnr-1/+1
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-1/+1
2022-01-16Fix Visitor::NestedFilter in ClippyCameron Steffen-7/+0
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-1/+1
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-3/+3
2021-09-08Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyupflip1995-1/+0
2021-07-31Fix clippyVadim Petrochenkov-9/+9
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-1/+1
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-0/+272