about summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
2025-06-03Add `iter` macroOli Scherer-1/+1
2025-05-24Avoid extra path trimming in method not found errorNoratrieb-4/+4
2025-05-13`impl PartialEq<{str,String}> for {Path,PathBuf}`Martin Habovstiak-0/+2
2025-05-02Handle `Path<>` better in error messages.Nicholas Nethercote-10/+8
2025-05-02Augment `impl-trait-missing-lifetime-gated.rs`.Nicholas Nethercote-5/+65
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-3/+5
2025-04-24Rollup merge of #140228 - fmease:revert-overzealous-colon-recovery, r=jieyouxuMatthias Krüger-75/+21
2025-04-24Revert overzealous parse recovery for single colonsLeón Orell Valerian Liehr-75/+21
2025-04-23rc and cr more clear error messageKivooeo-0/+31
2025-04-17Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgrbors-4/+4
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-4/+4
2025-04-16Remove old diagnostic notes for type ascription syntaxZalathar-9/+0
2025-04-13Rollup merge of #139618 - petrochenkov:virsugg, r=jieyouxuChris Denton-4/+6
2025-04-10compiletest: Trim the value of `dont-require-annotations`Vadim Petrochenkov-1/+1
2025-04-10compiletest: Make `SUGGESTION` annotations viralVadim Petrochenkov-4/+6
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-5/+5
2025-04-09Auto merge of #139555 - petrochenkov:errkind-ann, r=jieyouxubors-34/+34
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-34/+34
2025-04-07compiletest: Stricter parsing for diagnostic kindsVadim Petrochenkov-1/+1
2025-04-06update/bless testsBennet Bleßmann-41/+41
2025-04-05Rollup merge of #138381 - thaliaarchi:bstr-sliceindex, r=joshtriplettMatthias Krüger-3/+4
2025-04-03Use `cfg(false)` in UI testsclubby789-4/+4
2025-03-30Remove attribute `#[rustc_error]`Vadim Petrochenkov-7/+7
2025-03-21test(ui): add tuple-struct-where-clause-suggestion ui test for #91520Karol Zwolak-0/+38
2025-03-15Auto merge of #138379 - estebank:macro-backtrace-note, r=petrochenkovbors-18/+0
2025-03-14Fix typo in hir lowering lint diagYotam Ofek-3/+3
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-18/+0
2025-03-11Implement SliceIndex for ByteStrThalia Archibald-3/+4
2025-03-08Rework maybe_suggest_add_generic_impl_traitMichael Goulet-81/+0
2025-03-07Rollup merge of #138042 - xizheyin:issue-135759, r=nnethercoteMatthias Krüger-0/+81
2025-03-06Add ui test: suggest-struct-or-union-add-generic-impl-trait.rsxizheyin-0/+81
2025-03-03Do not recover missing lifetime with random in-scope lifetimeMichael Goulet-73/+15
2025-03-01Rollup merge of #137824 - estebank:rtn-sugg, r=compiler-errorsMatthias Krüger-1/+6
2025-03-01Rollup merge of #137771 - estebank:abi-sugg, r=compiler-errorsMatthias Krüger-4/+6
2025-03-01Rollup merge of #137171 - makai410:swapping-e0277, r=compiler-errorsMatthias Krüger-0/+35
2025-02-28Tweak invalid RTN errorsEsteban Küber-1/+6
2025-02-28Tweak incorrect ABI suggestionEsteban Küber-4/+6
2025-02-24Remove dyn_compatible_for_dispatchMichael Goulet-29/+0
2025-02-21Trim suggestion part before generating highlightsMichael Goulet-8/+8
2025-02-21More sophisticated span trimmingMichael Goulet-520/+508
2025-02-17suggest swapping equality on e0277makai410-0/+35
2025-02-15Try to recover from path sep error in parseryukang-21/+78
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-34/+34
2025-02-14Consider add-prefix replacements tooMichael Goulet-39/+26
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-66/+44
2025-02-12Fix diagnostic when using = instead of : in let bindingsyukang-0/+51
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-819/+1069
2025-02-06Label mismatched parameters at the def site for foreign functions.Jason Newcomb-4/+4
2025-02-05Rollup merge of #136536 - DuskyElf:master, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+40
2025-02-05Rollup merge of #136517 - m4rch3n1ng:inherent-str-constructors, r=jhpratt许杰友 Jieyou Xu (Joe)-22/+4