summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/format.rs
AgeCommit message (Expand)AuthorLines
2021-11-15Stabilize format_args_captureJosh Triplett-26/+10
2021-11-06Factor out some VecsCameron Steffen-9/+6
2021-11-06Don't destructure args tuple in format_args!Cameron Steffen-14/+6
2021-09-29Improve error message for `printf`-style format stringsFabian Wolff-5/+21
2021-09-24Auto merge of #88835 - FabianWolff:issue-88770, r=petrochenkovbors-16/+15
2021-09-21Use ZST for fmt unsafetyCameron Steffen-18/+14
2021-09-10Fix error recovery in format macro parsingFabian Wolff-16/+15
2021-09-10Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillotManish Goregaokar-7/+9
2021-09-03Detect bare blocks with type ascription that were meant to be a `struct` literalEsteban Kuber-0/+1
2021-08-31emit suggestion byte literal is passed to `format!`ibraheemdev-7/+9
2021-08-16Make Arguments constructors unsafeCameron Steffen-7/+23
2021-06-07Fix span calculation in format stringsFabian Wolff-1/+14
2021-02-16avoid full-slicing slicesMatthias Krüger-1/+1
2020-12-24use matches!() macro in more placesMatthias Krüger-4/+1
2020-09-08Point at named argument not found when using `format_args_capture` instead of...Esteban Küber-3/+6
2020-09-02Improve recovery on malformed format callSasha-8/+20
2020-08-30Use string literal directly when available in formatSasha-1/+20
2020-08-30mv compiler to compiler/mark-0/+1155