about summary refs log tree commit diff
path: root/tests/ui/fmt
AgeCommit message (Expand)AuthorLines
2023-12-13Tweak `short_ty_string` to reduce number of filesEsteban Küber-5/+5
2023-11-24Show number in error message even for one errorNilstrieb-10/+10
2023-09-06add diagnostic for raw identifiers in format stringLukas Markeffsky-0/+61
2023-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-2/+0
2023-08-11Auto merge of #114507 - sebastiantoh:issue-114235, r=jackh726bors-0/+85
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-0/+2
2023-08-05Add suggestion to quote inlined format argument as string literalSebastian Toh-0/+85
2023-07-19Improve error message when closing bracket interpreted as formatting fill cha...Michael Goulet-0/+20
2023-07-19Fix quotes in outputMichael Goulet-17/+17
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-8/+8
2023-05-11Bless tests for portable-simd syncJubilee Young-1/+1
2023-05-03rustc_middle: Fix `opt_item_ident` for non-local def idsVadim Petrochenkov-4/+8
2023-05-02Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwUDylan DPC-1/+1
2023-04-28fixup tests wrt new normalizationMaybe Waffle-1/+1
2023-04-24Update tests.Mara Bos-19/+19
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-2/+4
2023-03-27Add test for span of implicit format args captures.Mara Bos-0/+73
2023-03-27Bless UI tests.Mara Bos-9/+9
2023-03-14Properly allow macro expanded `format_args` invocations to uses capturesNilstrieb-19/+144
2023-02-16Move testsCaio-0/+11
2023-02-07Tweak ICE messageEsteban Küber-1/+1
2023-02-03Rollup merge of #106805 - madsravn:master, r=compiler-errorsMatthias Krüger-0/+69
2023-02-02PR fixing wrong order of format parameters in strings. Issue #106572Mads Ravn-0/+69
2023-01-30Modify primary span label for E0308Esteban Küber-2/+2
2023-01-29Update tests.Mara Bos-3/+3
2023-01-18Revert "Improve heuristics whether `format_args` string is a source literal"Nilstrieb-21/+30
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1891