about summary refs log tree commit diff
path: root/src/test/ui/fmt
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1891/+0
2023-01-02maybegimbles-3/+3
2022-12-28Improve heuristics whether `format_args` string is a source literalNilstrieb-1/+42
2022-12-26Auto merge of #103828 - cassaundra:fix-format-args-span2, r=cjgillotbors-0/+28
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-9/+0
2022-11-21Fix incorrect span when using byte-escaped rbraceCassaundra Smith-0/+28
2022-11-15shift no characters when using raw string literalsTakayuki Maeda-0/+29
2022-10-27Fix rustc_parse_format spans following escaped utf-8 multibyte charsAlex Macleod-0/+82
2022-09-30Fix format_args capture for macro expanded format stringsAlex Macleod-14/+108
2022-09-29Rollup merge of #102214 - cassaundra:fix-format-args-span, r=cjgillotMichael Howell-0/+64
2022-09-28Fix span of byte-escaped left format args braceCassaundra Smith-0/+64
2022-09-27Update test.Mara Bos-6/+4
2022-09-27Update tests.Mara Bos-62/+41
2022-09-27Rewrite and refactor format_args!() builtin macro.Mara Bos-7/+7
2022-08-25Add test for {:.0$} diagnostic issue.Mara Bos-1/+14
2022-08-21Comment a bit, use find_ancestor_in_same_ctxt to suppress some weird macro notesMichael Goulet-2/+0
2022-08-21Rework point-at-argMichael Goulet-4/+10
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-2/+2
2022-08-03add tests for `Debug` formatters and precision formattersTakayuki Maeda-1/+40
2022-08-03suggest a positional formatting argument instead of a captured argumentTakayuki Maeda-0/+76
2022-07-20Fix off by one error and add ui test.miam-miam100-2/+16
2022-07-19Mention first and last macro in backtraceMichael Goulet-3/+3
2022-06-16 fix one more case of trailing spaceklensy-1/+1
2022-04-16Implementation for 65853Jack Huey-2/+18
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-0/+10
2022-02-19Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplettMatthias Krüger-1/+0
2022-02-16Correctly mark the span of captured arguments in `format_args!()`Chayim Refael Friedman-26/+53
2022-02-10replace feature expression (cfg_panic) in lib and remove expression from testsCharisee-1/+0
2022-02-07Rollup merge of #93394 - m-ou-se:fix-93378, r=estebankMara Bos-0/+41
2022-01-31Rollup merge of #93461 - dtolnay:fmtyield, r=davidtwcoMatthias Krüger-0/+33
2022-01-30Mac callsDavid Tolnay-2/+12
2022-01-30Add regression test for issue 93274David Tolnay-0/+23
2022-01-29Create `core::fmt::ArgumentV1` with generics instead of fn pointerGary Guo-0/+5
2022-01-28Extend format-args capture test.Mara Bos-1/+25
2022-01-28Add test for format args capture bug.Mara Bos-0/+17
2021-12-09Fix span calculation on secondary_label as wellMichael Goulet-0/+19
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-5/+0
2021-11-15Update test outputJosh Triplett-50/+46
2021-11-15Stabilize format_args_captureJosh Triplett-34/+0
2021-10-15Bless testsCameron Steffen-1/+1
2021-09-29Improve error message for `printf`-style format stringsFabian Wolff-0/+32
2021-08-16Use note to point at bound introducing requirementEsteban Küber-6/+10
2021-08-12Rollup merge of #87671 - jesyspa:issue-87319-multiple-newlines, r=estebankYuki Okushi-4/+4
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
2021-08-11Update format string tests to explicitly escape multiple newlinesAnton Golov-4/+4
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-1/+5
2021-07-06Add s to non_fmt_panicRyan Levick-7/+9
2021-06-07Fix span calculation in format stringsFabian Wolff-0/+43
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-6/+6
2021-02-06parse_format: treat r" as a literalDavid Hewitt-0/+11