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
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
2021-11-15
Stabilize format_args_capture
Josh Triplett
-26
/
+10
2021-11-06
Factor out some Vecs
Cameron Steffen
-9
/
+6
2021-11-06
Don't destructure args tuple in format_args!
Cameron Steffen
-14
/
+6
2021-09-29
Improve error message for `printf`-style format strings
Fabian Wolff
-5
/
+21
2021-09-24
Auto merge of #88835 - FabianWolff:issue-88770, r=petrochenkov
bors
-16
/
+15
2021-09-21
Use ZST for fmt unsafety
Cameron Steffen
-18
/
+14
2021-09-10
Fix error recovery in format macro parsing
Fabian Wolff
-16
/
+15
2021-09-10
Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillot
Manish Goregaokar
-7
/
+9
2021-09-03
Detect bare blocks with type ascription that were meant to be a `struct` literal
Esteban Kuber
-0
/
+1
2021-08-31
emit suggestion byte literal is passed to `format!`
ibraheemdev
-7
/
+9
2021-08-16
Make Arguments constructors unsafe
Cameron Steffen
-7
/
+23
2021-06-07
Fix span calculation in format strings
Fabian Wolff
-1
/
+14
2021-02-16
avoid full-slicing slices
Matthias Krüger
-1
/
+1
2020-12-24
use matches!() macro in more places
Matthias Krüger
-4
/
+1
2020-09-08
Point at named argument not found when using `format_args_capture` instead of...
Esteban Küber
-3
/
+6
2020-09-02
Improve recovery on malformed format call
Sasha
-8
/
+20
2020-08-30
Use string literal directly when available in format
Sasha
-1
/
+20
2020-08-30
mv compiler to compiler/
mark
-0
/
+1155