about summary refs log tree commit diff
path: root/src/test/ui/fmt
AgeCommit message (Expand)AuthorLines
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
2019-03-25compiletest: make path normalization smarterAndy Russell-28/+28
2019-03-11Update testsVadim Petrochenkov-2/+2
2018-12-31Use structured suggestion for braceless unicode escape squenceEsteban Küber-7/+3
2018-12-31Account for `\xFF` and `\u{FF}` sequences in string format errorsEsteban Küber-1/+62
2018-12-26Point at correct span for arguments in format stringsEsteban Küber-1/+9
2018-12-26Various changes to string format diagnosticsEsteban Küber-8/+230
2018-12-25Remove licensesMark Rousskov-36/+16
2018-07-19Use correct spans for format string errorsEsteban Küber-8/+82
2018-07-19Improve suggestion for missing fmt str in printlnEsteban Küber-11/+11
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-8/+8
2018-05-10Improve format string errorsEsteban Küber-4/+51
2018-03-15Auto merge of #48138 - estebank:issue-45092, r=nikomatsakisbors-6/+6
2018-03-14Reword E0044 and message for `!Send` typesEsteban Küber-6/+6
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-6/+6
2018-02-25Update ui testsGuillaume Gomez-0/+1
2018-01-15On E0283, point at method with the requirementsEsteban Küber-2/+10
2017-11-26mention nightly in -Z external-macro-backtrace noteAlex Burka-2/+2
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-4/+4
2017-11-22Auto merge of #45198 - oli-obk:fmt_args, r=sfacklerbors-0/+54
2017-11-20address review commentsAlex Burka-2/+2
2017-11-19use -Z flag instead of env varAlex Burka-2/+2
2017-11-19update UI testsAlex Burka-2/+2
2017-10-11Prevent fmt::Arguments from being shared across threadsOliver Schneider-0/+54
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-1/+1