about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/format_foreign.rs
AgeCommit message (Expand)AuthorLines
2025-08-27stop returning errors when format foreign has trailing dollarTakayuki Maeda-1/+1
2025-08-09remove `P`Deadbeef-6/+6
2025-03-06Simplify printf and shell format suggestionsThalia Archibald-6/+10
2025-02-08Rustfmtbjorn3-4/+8
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-8/+4
2024-08-16Add `warn(unreachable_pub)` to `rustc_builtin_macros`.Nicholas Nethercote-34/+34
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2024-05-18Fix println! ICE when parsing percent prefix numberwuaoxiang-9/+15
2023-11-28unwrap return Option value, as it always returns Some for some fnsklensy-13/+11
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-10/+7
2023-05-10Remove useless drop of copy typeUrgau-3/+1
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2022-12-06`rustc_builtin_macros`: remove `ref` patternsMaybe Waffle-20/+14
2021-12-31[rustc_builtin_macros] add indices to format_foreign::printf::Substitution::E...David Renshaw-16/+12
2021-09-29Improve error message for `printf`-style format stringsFabian Wolff-17/+48
2021-02-16avoid full-slicing slicesMatthias Krüger-2/+2
2020-12-24use matches!() macro in more placesMatthias Krüger-4/+1
2020-11-23Reduce boilerplate with the `?` operatorLingMan-10/+6
2020-10-11Simplify using is_ascii_alphabetic and is_ascii_alphanumericLingMan-8/+2
2020-10-11Don't duplicate char::is_ascii_digitLingMan-15/+8
2020-09-23Merge two almost identical match armsLingMan-2/+1
2020-09-10use push(char) instead of push_str(&str) to add single chars to stringsMatthias Krüger-6/+6
2020-08-30mv compiler to compiler/mark-0/+823