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_foreign.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-27
stop returning errors when format foreign has trailing dollar
Takayuki Maeda
-1
/
+1
2025-08-09
remove `P`
Deadbeef
-6
/
+6
2025-03-06
Simplify printf and shell format suggestions
Thalia Archibald
-6
/
+10
2025-02-08
Rustfmt
bjorn3
-4
/
+8
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-8
/
+4
2024-08-16
Add `warn(unreachable_pub)` to `rustc_builtin_macros`.
Nicholas Nethercote
-34
/
+34
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+4
2024-05-18
Fix println! ICE when parsing percent prefix number
wuaoxiang
-9
/
+15
2023-11-28
unwrap return Option value, as it always returns Some for some fns
klensy
-13
/
+11
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-10
/
+7
2023-05-10
Remove useless drop of copy type
Urgau
-3
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-06
`rustc_builtin_macros`: remove `ref` patterns
Maybe Waffle
-20
/
+14
2021-12-31
[rustc_builtin_macros] add indices to format_foreign::printf::Substitution::E...
David Renshaw
-16
/
+12
2021-09-29
Improve error message for `printf`-style format strings
Fabian Wolff
-17
/
+48
2021-02-16
avoid full-slicing slices
Matthias Krüger
-2
/
+2
2020-12-24
use matches!() macro in more places
Matthias Krüger
-4
/
+1
2020-11-23
Reduce boilerplate with the `?` operator
LingMan
-10
/
+6
2020-10-11
Simplify using is_ascii_alphabetic and is_ascii_alphanumeric
LingMan
-8
/
+2
2020-10-11
Don't duplicate char::is_ascii_digit
LingMan
-15
/
+8
2020-09-23
Merge two almost identical match arms
LingMan
-2
/
+1
2020-09-10
use push(char) instead of push_str(&str) to add single chars to strings
Matthias Krüger
-6
/
+6
2020-08-30
mv compiler to compiler/
mark
-0
/
+823