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_ast_lowering
/
src
/
format.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-28
Complete span lowering.
Camille GILLOT
-0
/
+2
2025-07-07
compiler: Parse `p-` specs in datalayout string, allow definition of custom d...
Edoardo Marangoni
-2
/
+2
2025-06-22
Implement DesugaringKind::FormatLiteral
mejrs
-1
/
+8
2025-06-19
Use expr_ref.
Mara Bos
-2
/
+1
2025-06-18
Fix span of AddrOf in format_args!() expansion.
Mara Bos
-1
/
+1
2025-06-18
Allow storing `format_args!()` in `let`.
Mara Bos
-129
/
+78
2025-05-22
Rename `kw::Empty` as `sym::empty`.
Nicholas Nethercote
-2
/
+2
2025-03-30
Simplify expansion for format_args!().
Mara Bos
-15
/
+13
2025-03-12
Reduce FormattingOptions to 64 bits.
Mara Bos
-19
/
+21
2025-03-10
Limit formatting width and precision to 16 bits.
Mara Bos
-1
/
+1
2025-02-08
Rustfmt
bjorn3
-3
/
+6
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-8
/
+5
2024-08-28
fmt-debug option
Kornel
-2
/
+6
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-9
/
+7
2024-04-15
Improve semantics of int_ty_max functions
ninad
-34
/
+26
2024-04-14
Fix formatting
ninad
-1
/
+3
2024-04-14
Don't inline integer literals when out of range
ninad
-77
/
+123
2024-03-18
do not eat nested exprs result in format args visitor
Rémy Rakic
-2
/
+1
2024-03-05
Use `ControlFlow` in AST visitors.
Jason Newcomb
-8
/
+11
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-2
/
+2
2023-12-10
remove redundant imports
surechen
-1
/
+1
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-2
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-10-13
Format all the let chains in compiler
Michael Goulet
-2
/
+5
2023-10-03
Optimize some `alloc_from_iter` call sites.
Nicholas Nethercote
-29
/
+18
2023-05-09
Limit lifetime of format_args!() with inlined args.
Mara Bos
-1
/
+24
2023-05-01
Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber
Matthias Krüger
-1
/
+1
2023-04-27
Tweak await span
Michael Goulet
-1
/
+1
2023-04-24
Restructure std::fmt::rt a bit.
Mara Bos
-1
/
+1
2023-04-24
Remove "V1" from ArgumentsV1 and FlagsV1.
Mara Bos
-9
/
+9
2023-04-20
Update comments in format args lowering.
Mara Bos
-7
/
+7
2023-03-27
Use span of placeholders in format_args!() expansion.
Mara Bos
-23
/
+43
2023-03-16
Gate fmt args flattening behind -Zflatten-format-args.
Mara Bos
-2
/
+5
2023-03-16
Don't allow new const panic through format flattening.
Mara Bos
-1
/
+17
2023-03-16
Also inline integer literals into format_args!().
Mara Bos
-5
/
+18
2023-03-16
Check all arg indexes before removing inlined format args.
Mara Bos
-13
/
+15
2023-03-16
Remove unreachable branch in format_args ast lowering.
Mara Bos
-19
/
+8
2023-03-16
Fix argument index remapping in format_args flattening.
Mara Bos
-28
/
+36
2023-03-16
Only inline `{}` string literals in format_args.
Mara Bos
-0
/
+1
2023-03-16
Support flattening/inlining format_args through & and ().
Mara Bos
-6
/
+12
2023-03-16
Inline string literals into format_args!().
Mara Bos
-3
/
+61
2023-03-16
Coalesce adjacent literal pieces in expand_format_args.
Mara Bos
-16
/
+16
2023-03-16
Flatten nested format_args!() into one.
Mara Bos
-2
/
+100
2023-02-25
Add ErrorGuaranteed to HIR ExprKind::Err
Michael Goulet
-3
/
+16
2023-01-27
Destructure format_options in make_format_spec.
Mara Bos
-11
/
+21
2023-01-27
Replace format flags u32 by enums and bools.
Mara Bos
-1
/
+8
2023-01-13
Change not-so-permanent link to a more permanent link.
Mara Bos
-1
/
+1
2023-01-12
Add note on optimization in format args ast lowering.
Mara Bos
-0
/
+3
2023-01-12
Update comments in rustc_ast_lowering/src/format.rs.
Mara Bos
-22
/
+51
[next]