index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clippy_lints
/
src
/
format_args.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-28
Migrate `format_args.rs` to `rustc_ast::FormatArgs`
Alex Macleod
-86
/
+124
2023-02-15
uninlined_format_args: do not inline argument with generic parameters
Samuel Tardieu
-0
/
+1
2023-02-10
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-9
/
+11
2023-01-30
Mark uninlined_format_args as pedantic
Manish Goregaokar
-1
/
+1
2023-01-28
Auto merge of #106916 - lukas-code:overlapping-substs, r=estebank
bors
-0
/
+4
2023-01-27
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-8
/
+10
2023-01-20
fix overlapping spans for `clippy::uninlined_format_args`
Lukas Markeffsky
-0
/
+4
2023-01-12
Update clippy for new format_args!() lang items.
Mara Bos
-3
/
+3
2022-12-29
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
Philipp Krones
-1
/
+1
2022-12-20
Fix adjacent code
Samuel Moelius
-1
/
+1
2022-12-17
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
Philipp Krones
-4
/
+6
2022-12-15
Auto merge of #10073 - xFrednet:changelog-1-66, r=Alexendoo
bors
-1
/
+1
2022-12-13
Update version attribute for 1.66 lints
xFrednet
-1
/
+1
2022-12-10
uninlined_format_args: Ignore assert! and debug_assert! before 2021 edition
Taiki Endo
-3
/
+5
2022-12-01
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
Philipp Krones
-26
/
+56
2022-11-27
addressed review feedback
Yuri Astrakhan
-7
/
+0
2022-11-27
Add allow-mixed-uninlined-format-args config
Yuri Astrakhan
-16
/
+46
2022-11-25
Re-enable `uninlined_format_args` on multiline `format!`
kraktus
-6
/
+13
2022-11-21
Add `clippy_utils::msrv::Msrv` to keep track of the current MSRV
Alex Macleod
-5
/
+5
2022-10-27
Move clippy::uninlined_format_args back to pedantic
Philipp Krones
-1
/
+1
2022-10-27
move `UNINLINED_FORMAT_ARGS` to pedantic
dswijj
-1
/
+1
2022-10-23
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
flip1995
-26
/
+139
2022-10-17
Add `unused_format_specs` lint
Alex Macleod
-22
/
+129
2022-10-13
Auto merge of #9600 - nyurik:inline-fmt-style, r=llogiq
bors
-1
/
+1
2022-10-12
Auto merge of #9590 - nyurik:fix-parens, r=Alexendoo
bors
-2
/
+2
2022-10-12
Fix to_string_in_format_args in parens
Yuri Astrakhan
-2
/
+2
2022-10-11
Handle panic! inline_format-arg before ed2021
Yuri Astrakhan
-3
/
+9
2022-10-06
Change uninlined_format_args into a style lint
Yuri Astrakhan
-1
/
+1
2022-10-06
Merge commit '8f1ebdd18bdecc621f16baaf779898cc08cc2766' into clippyup
Philipp Krones
-12
/
+5
2022-10-06
Add a temporary workaround for multiline formart arg inlining
Yuri Astrakhan
-1
/
+6
2022-10-06
lint: fix a few comments
Yuri Astrakhan
-12
/
+0
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-17
/
+137
2022-10-05
FormatArgsExpn: Find comma spans and ignore weird proc macro spans
Alex Macleod
-7
/
+6
2022-09-25
new uninlined_format_args lint to inline explicit arguments
Yuri Astrakhan
-7
/
+133
2022-09-23
Apply uninlined_format-args to clippy_lints
Yuri Astrakhan
-11
/
+6
2022-09-21
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
David Koloski
-1
/
+1
2022-09-08
Migrate write.rs to a late pass
Alex Macleod
-1
/
+1
2022-09-08
Merge remote-tracking branch 'upstream/auto' into rustup
Philipp Krones
-8
/
+10
2022-09-05
separate the receiver from arguments in HIR under /clippy
Takayuki Maeda
-11
/
+9
2022-08-31
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
Jason Newcomb
-43
/
+51
2022-08-21
`needed_ref` -> `needs_ref`
Samuel E. Moelius III
-7
/
+3
2022-08-21
Fix `to_string_in_format_args` false positive
Samuel E. Moelius III
-26
/
+41
2022-08-19
Refactor `FormatArgsExpn`
Alex Macleod
-17
/
+14
2022-02-26
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
flip1995
-23
/
+3
2022-02-24
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-23
/
+3
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-02-14
Add recursive_format_impl lint
James McMurray
-23
/
+3
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-1
/
+1
2022-01-13
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
flip1995
-26
/
+27
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-9
/
+4
[next]