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
/
compiler
/
rustc_builtin_macros
/
src
/
format.rs
Age
Commit message (
Expand
)
Author
Lines
2023-08-05
Add suggestion to quote inlined format argument as string literal
Sebastian Toh
-12
/
+28
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-4
/
+4
2023-06-07
Remove accidental comment
clubby789
-3
/
+0
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-1
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-4
/
+4
2023-04-16
fix clippy::toplevel_ref_arg and ::manual_map
Matthias Krüger
-7
/
+1
2023-04-12
Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb
Matthias Krüger
-1
/
+1
2023-04-10
Migrate most of `rustc_builtin_macros` to diagnostic impls
clubby789
-97
/
+78
2023-04-10
Fix typos in compiler
DaniPopes
-1
/
+1
2023-03-14
Properly allow macro expanded `format_args` invocations to uses captures
Nilstrieb
-35
/
+44
2023-01-27
Replace format flags u32 by enums and bools.
Mara Bos
-2
/
+11
2023-01-26
Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk
bors
-12
/
+10
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2023-01-12
Update comment explaining format_args!() expansion.
Mara Bos
-4
/
+4
2023-01-12
Expand format_args!() in rust_ast_lowering.
Mara Bos
-8
/
+6
2023-01-02
Update format.rs
Gimbles
-1
/
+1
2022-12-06
Box `rustc_parse_format::Piece::NextArgument`
Maybe Waffle
-1
/
+1
2022-09-30
Fix format_args capture for macro expanded format strings
Alex Macleod
-3
/
+3
2022-09-27
Remove confusing drop.
Mara Bos
-1
/
+0
2022-09-27
Turn format arguments Vec into its own struct.
Mara Bos
-71
/
+48
2022-09-27
Add clarifying comments.
Mara Bos
-0
/
+3
2022-09-27
Flatten if-let and match into one.
Mara Bos
-19
/
+14
2022-09-27
Move enum definition closer to its usage.
Mara Bos
-5
/
+5
2022-09-27
Use if let chain.
Mara Bos
-4
/
+2
2022-09-27
Tweak comments.
Mara Bos
-1
/
+1
2022-09-27
Move FormatArgs structure to its own module.
Mara Bos
-163
/
+13
2022-09-27
Rewrite and refactor format_args!() builtin macro.
Mara Bos
-1287
/
+792
2022-08-25
Separate CountIsStar from CountIsParam in rustc_parse_format.
Mara Bos
-6
/
+6
2022-08-23
Rollup merge of #100851 - Alexendoo:rpf-width-prec-spans, r=fee1-dead
Dylan DPC
-11
/
+16
2022-08-21
Fix rustc_parse_format precision & width spans
Alex Macleod
-11
/
+16
2022-08-22
Remove redundant clone
finalchild
-1
/
+1
2022-08-22
Use DiagnosticMessage for BufferedEarlyLint.msg
finalchild
-1
/
+1
2022-08-16
Make `ExtCtxt::expr_lit` non-`pub`.
Nicholas Nethercote
-1
/
+1
2022-08-08
Get rid of named_pos in format_args impl.
Mara Bos
-5
/
+1
2022-08-08
Simplify format_args builtin macro implementation.
Mara Bos
-86
/
+64
2022-08-04
Rollup merge of #100058 - TaKO8Ki:suggest-positional-formatting-argument-inst...
Matthias Krüger
-8
/
+32
2022-08-04
return when captured argument is not a struct field
Takayuki Maeda
-7
/
+8
2022-08-03
suggest a positional formatting argument instead of a captured argument
Takayuki Maeda
-8
/
+31
2022-08-02
Rollup merge of #99958 - PrestonFrom:issue_99907, r=compiler-errors
Matthias Krüger
-25
/
+59
2022-08-02
Move if-block into closure to reduce duplicate code
Preston From
-7
/
+5
2022-08-02
Improve position named arguments lint underline and formatting names
Preston From
-25
/
+61
2022-07-31
Always include a position span in rustc_parse_format::Argument
Alex Macleod
-6
/
+8
2022-07-28
Use more idiomatic rust, comment for lint logic
Preston From
-50
/
+79
2022-07-25
Use Span::from_inner and make changes to precision inner span clearer
Preston From
-16
/
+14
2022-07-25
Generate correct suggestion with named arguments used positionally
Preston From
-60
/
+187
2022-07-20
Rollup merge of #99508 - TaKO8Ki:avoid-symbol-to-string-conversion-in-Builtin...
Matthias Krüger
-3
/
+1
2022-07-20
Fix off by one error and add ui test.
miam-miam100
-1
/
+1
2022-07-20
avoid a `Symbol` to `String` conversion
Takayuki Maeda
-3
/
+1
2022-07-15
Only suggest if span is not erroneous
Michael Goulet
-1
/
+1
2022-07-15
Fix ICE in named_arguments_used_positionally lint
Michael Goulet
-9
/
+8
[next]