about summary refs log tree commit diff
path: root/src/test/ui/fmt
AgeCommit message (Expand)AuthorLines
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
2021-02-03Add lint for `panic!(123)` which is not accepted in Rust 2021.Mara Bos-1/+1
2020-12-04Move format machinery tests to where they belongAleksey Kladov-0/+486
2020-10-19Ignore panic_fmt lint in format-args-capture ui test.Mara Bos-0/+1
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-4/+9
2020-10-05Fix span for unicode escape suggestion.Eric Huss-3/+1
2020-09-08Point at named argument not found when using `format_args_capture` instead of...Esteban Küber-21/+16
2020-09-03Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkovbors-10/+10
2020-09-02pretty: trim paths of unique symbolsDan Aloni-10/+10
2020-09-02Improve recovery on malformed format callSasha-36/+55
2020-08-30Use string literal directly when available in formatSasha-0/+54
2020-07-03Ignore test with panic on wasm targetsDavid Hewitt-0/+2
2020-07-01Update src/librustc_builtin_macros/format.rsDavid Hewitt-2/+2
2020-07-01Amend wording of noteDavid Hewitt-2/+2
2020-06-27Improve messaging from PR feedbackDavid Hewitt-4/+2
2020-06-24Add `format_args_capture` featureDavid Hewitt-0/+190
2020-04-08Small tweaks to required bound spanEsteban Küber-2/+2
2020-02-17Move to using an extern type for opaquenessMark Rousskov-12/+8
2019-11-28Allow any identifier as format arg nameDavid Tolnay-20/+30
2019-10-23Tweak format string error to point at arguments alwaysEsteban Küber-1/+9
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-2/+2
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-10/+6
2019-05-31fix tidyEsteban Küber-19/+18
2019-05-30Remove unecessary `-Z continue-parse-after-error` from testsEsteban Küber-1/+1
2019-05-02don't amplify errors in format! with bad literalsAleksey Kladov-14/+3
2019-05-02introduce unescape moduleAleksey Kladov-26/+29