about summary refs log tree commit diff
path: root/clippy_lints/src/format_args.rs
AgeCommit message (Expand)AuthorLines
2023-03-28Migrate `format_args.rs` to `rustc_ast::FormatArgs`Alex Macleod-86/+124
2023-02-15uninlined_format_args: do not inline argument with generic parametersSamuel Tardieu-0/+1
2023-02-10Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-9/+11
2023-01-30Mark uninlined_format_args as pedanticManish Goregaokar-1/+1
2023-01-28Auto merge of #106916 - lukas-code:overlapping-substs, r=estebankbors-0/+4
2023-01-27Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-8/+10
2023-01-20fix overlapping spans for `clippy::uninlined_format_args`Lukas Markeffsky-0/+4
2023-01-12Update clippy for new format_args!() lang items.Mara Bos-3/+3
2022-12-29Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyupPhilipp Krones-1/+1
2022-12-20Fix adjacent codeSamuel Moelius-1/+1
2022-12-17Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyupPhilipp Krones-4/+6
2022-12-15Auto merge of #10073 - xFrednet:changelog-1-66, r=Alexendoobors-1/+1
2022-12-13Update version attribute for 1.66 lintsxFrednet-1/+1
2022-12-10uninlined_format_args: Ignore assert! and debug_assert! before 2021 editionTaiki Endo-3/+5
2022-12-01Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyupPhilipp Krones-26/+56
2022-11-27addressed review feedbackYuri Astrakhan-7/+0
2022-11-27Add allow-mixed-uninlined-format-args configYuri Astrakhan-16/+46
2022-11-25Re-enable `uninlined_format_args` on multiline `format!`kraktus-6/+13
2022-11-21Add `clippy_utils::msrv::Msrv` to keep track of the current MSRVAlex Macleod-5/+5
2022-10-27Move clippy::uninlined_format_args back to pedanticPhilipp Krones-1/+1
2022-10-27move `UNINLINED_FORMAT_ARGS` to pedanticdswijj-1/+1
2022-10-23Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyupflip1995-26/+139
2022-10-17Add `unused_format_specs` lintAlex Macleod-22/+129
2022-10-13Auto merge of #9600 - nyurik:inline-fmt-style, r=llogiqbors-1/+1
2022-10-12Auto merge of #9590 - nyurik:fix-parens, r=Alexendoobors-2/+2
2022-10-12Fix to_string_in_format_args in parensYuri Astrakhan-2/+2
2022-10-11Handle panic! inline_format-arg before ed2021Yuri Astrakhan-3/+9
2022-10-06Change uninlined_format_args into a style lintYuri Astrakhan-1/+1
2022-10-06Merge commit '8f1ebdd18bdecc621f16baaf779898cc08cc2766' into clippyupPhilipp Krones-12/+5
2022-10-06Add a temporary workaround for multiline formart arg inliningYuri Astrakhan-1/+6
2022-10-06lint: fix a few commentsYuri Astrakhan-12/+0
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-17/+137
2022-10-05FormatArgsExpn: Find comma spans and ignore weird proc macro spansAlex Macleod-7/+6
2022-09-25new uninlined_format_args lint to inline explicit argumentsYuri Astrakhan-7/+133
2022-09-23Apply uninlined_format-args to clippy_lintsYuri Astrakhan-11/+6
2022-09-21Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippyDavid Koloski-1/+1
2022-09-08Migrate write.rs to a late passAlex Macleod-1/+1
2022-09-08Merge remote-tracking branch 'upstream/auto' into rustupPhilipp Krones-8/+10
2022-09-05separate the receiver from arguments in HIR under /clippyTakayuki Maeda-11/+9
2022-08-31Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyupJason Newcomb-43/+51
2022-08-21`needed_ref` -> `needs_ref`Samuel E. Moelius III-7/+3
2022-08-21Fix `to_string_in_format_args` false positiveSamuel E. Moelius III-26/+41
2022-08-19Refactor `FormatArgsExpn`Alex Macleod-17/+14
2022-02-26Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyupflip1995-23/+3
2022-02-24Merge remote-tracking branch 'upstream/master' into rustupflip1995-23/+3
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-1/+1
2022-02-14Add recursive_format_impl lintJames McMurray-23/+3
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-1/+1
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-26/+27
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-9/+4