about summary refs log tree commit diff
path: root/compiler/rustc_parse_format/src/tests.rs
AgeCommit message (Expand)AuthorLines
2025-06-09Add ParseMode::Diagnostic unit testsmejrs-0/+42
2025-05-06Remove duplicate impl of string unescapeMarijn Schouten-37/+122
2025-02-08Rustfmtbjorn3-290/+350
2025-01-28parse_format optimize import useMarijn Schouten-8/+10
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-350/+290
2023-07-19Fix unit testsMichael Goulet-0/+15
2023-01-27Replace format flags u32 by enums and bools.Mara Bos-15/+60
2022-12-06Box `rustc_parse_format::Piece::NextArgument`Maybe Waffle-40/+40
2022-10-01Detect and reject out-of-range integers in format string literalsColin Baumgarten-0/+15
2022-08-25Separate CountIsStar from CountIsParam in rustc_parse_format.Mara Bos-1/+1
2022-08-21Fix rustc_parse_format precision & width spansAlex Macleod-11/+30
2022-07-31Always include a position span in rustc_parse_format::ArgumentAlex Macleod-9/+61
2022-07-25Generate correct suggestion with named arguments used positionallyPreston From-8/+20
2022-07-20Add diagnostic width span when '0$' is used as width.miam-miam100-0/+17
2022-05-03Make rustc_parse_format compile on stablebjorn3-87/+85
2022-02-16Correctly mark the span of captured arguments in `format_args!()`Chayim Refael Friedman-2/+2
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-2/+1
2020-08-30mv compiler to compiler/mark-0/+296