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
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
2023-01-12
Assume there are no macros left in ast lowering.
Mara Bos
-7
/
+2
2023-01-12
Update outdated comment.
Mara Bos
-10
/
+8
2023-01-12
Expand format_args!() in rust_ast_lowering.
Mara Bos
-0
/
+356