about summary refs log tree commit diff
path: root/tests/ui/fmt
AgeCommit message (Expand)AuthorLines
2024-12-30add suggestion for wrongly ordered format parametersDavis Muro-0/+85
2024-11-27Update tests to use new proc-macro headerEric Huss-12/+7
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-1/+1
2024-10-21Rollup merge of #131697 - ShE3py:rt-arg-lifetimes, r=AmanieuJubilee-1/+1
2024-10-14Remove `'apostrophes'` from `rustc_parse_format`Lieselotte-69/+69
2024-10-14`rt::Argument`: elide lifetimesLieselotte-1/+1
2024-08-28fmt-debug optionKornel-0/+91
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-1/+6
2024-07-06Mark format! with must_use hintlukas-49/+49
2024-06-25fix UI test, simplify error messagejoboet-24/+6
2024-04-14Add more test casesninad-4/+26
2024-04-14Don't inline integer literals when out of rangeninad-0/+48
2024-04-12core: get rid of `USIZE_MARKER`joboet-0/+4
2024-03-27Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...Oli Scherer-6/+6
2024-03-19Rollup merge of #122556 - jieyouxu:non-identifier-format-arg, r=petrochenkovMatthias Krüger-0/+33
2024-03-18add non-regression test for issue 122674Rémy Rakic-0/+22
2024-03-16Extend format arg help for simple tuple index access expression许杰友 Jieyou Xu (Joe)-0/+33
2024-02-20Rollup merge of #121241 - reitermarkus:generic-nonzero-traits, r=dtolnayNilstrieb-1/+1
2024-02-18macro_rules: Preserve all metavariable spans in a global side tableVadim Petrochenkov-5/+5
2024-02-17Implement `NonZero` traits generically.Markus Reiter-1/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-18/+18
2024-02-13Move testsCaio-0/+29
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-3/+3
2024-01-08Removing redudant note from parse errorMads Ravn-6/+0
2024-01-07Adding alignment to the list of cases to test for specific error message. Cov...Mads Ravn-1/+31
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