about summary refs log tree commit diff
path: root/compiler/rustc_parse_format/src/tests.rs
AgeCommit message (Expand)AuthorLines
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