about summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
2025-08-19bless tests with new lint messagesKarol Zwolak-5/+5
2025-08-19Rollup merge of #140956 - Kixunil:impl-partialeq-str-for-path, r=AmanieuStuart Cook-0/+2
2025-08-15Rollup merge of #145378 - xizheyin:144968, r=davidtwcoStuart Cook-6/+0
2025-08-14Adjust error message grammar to be less awkwardJake Goulding-47/+47
2025-08-14Add FnContext in parser for diagnosticxizheyin-6/+0
2025-08-10Add support for method callsEsteban Küber-22/+684
2025-08-10Point at the `Fn()` or `FnMut()` bound that coerced a closure, which caused a...Esteban Küber-21/+170
2025-08-09Rollup merge of #145124 - compiler-errors:for-eq, r=lqdStuart Cook-15/+25
2025-08-08Recover for PAT = EXPR {}Michael Goulet-15/+25
2025-08-07Use `tcx.short_string()` in more diagnosticsEsteban Küber-39/+39
2025-07-31Extend `is_case_difference` to handle digit-letter confusablesxizheyin-3/+159
2025-07-29add `nonpoison::mutex` implementationConnor Tsui-4/+4
2025-07-26Rollup merge of #144376 - estebank:issue-143795, r=lcnrMatthias Krüger-2/+33
2025-07-25Mention type that could be `Clone` but isn't in more casesEsteban Küber-0/+9
2025-07-25Rollup merge of #144200 - estebank:dont-point-at-closure, r=lcnrMatthias Krüger-20/+16
2025-07-24Rollup merge of #144014 - dianne:edition-guide-links, r=estebankLeón Orell Valerian Liehr-9/+9
2025-07-23Suggest unwrapping when private method name is available in inner typeEsteban Küber-2/+33
2025-07-21Generalize logic pointing at binding moved into closureEsteban Küber-20/+16
2025-07-18Rollup merge of #138554 - xizheyin:issue-138401, r=chenyukangMatthias Krüger-3/+1
2025-07-18Deduplicate `unmatched_delims` in `rustc_parse` to reduce confusionxizheyin-3/+1
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-9/+9
2025-07-13Retire hir::*ItemRef.Camille GILLOT-1/+1
2025-07-11Rollup merge of #143661 - Muscraft:other-suggestion-message, r=estebankMatthias Krüger-2/+284
2025-07-10Update testEsteban Küber-14/+70
2025-07-10Make `Diag::multipart_suggestions` always verboseEsteban Küber-61/+101
2025-07-10Rework borrowing suggestions to use `Expr` instead of just `Span`Esteban Küber-60/+40
2025-07-10chore: Improve how the other suggestions message gets renderedScott Schafer-8/+8
2025-07-10test: Make one multi suggestion test unicodeScott Schafer-0/+282
2025-07-08Rollup merge of #143532 - compiler-errors:mut-ref-sugg, r=davidtwcoTrevor Gross-0/+34
2025-07-07Rollup merge of #132469 - estebank:issue-132041, r=NadrierilMatthias Krüger-0/+92
2025-07-06More carefully consider span context when suggesting remove &mutMichael Goulet-0/+34
2025-07-03Rework logic and provide structured suggestionEsteban Küber-3/+64
2025-07-01Do not suggest borrow that is already there in fully-qualified callEsteban Küber-0/+31
2025-07-01Remove support for dyn*Michael Goulet-36/+5
2025-06-30Replace `ItemCtxt::report_placeholder_type_error` `match` with a call to `TyC...Guillaume Gomez-2/+2
2025-06-27Report infer ty errors during hir ty loweringOli Scherer-6/+0
2025-06-26Rollup merge of #142981 - compiler-errors:verbose-missing-suggestion, r=estebankMatthias Krüger-3/+6
2025-06-26Rollup merge of #139594 - compiler-errors:if-cause, r=oli-obkMatthias Krüger-6/+10
2025-06-26Simplify IfCauseMichael Goulet-6/+10
2025-06-24Make missing lifetime suggestion verboseMichael Goulet-3/+6
2025-06-24Suggest cloning `Arc` moved into closureEsteban Küber-1/+1
2025-06-23compiletest: Improve diagnostics for line annotation mismatchesVadim Petrochenkov-2/+2
2025-06-22Rollup merge of #142594 - mejrs:new_desugaring, r=chenyukangGuillaume Gomez-37/+44
2025-06-22Rollup merge of #142458 - oli-obk:dyn-incompat, r=compiler-errorsGuillaume Gomez-118/+45
2025-06-22Implement DesugaringKind::FormatLiteralmejrs-37/+44
2025-06-18Bless/update tests.Mara Bos-2/+10
2025-06-18Remove 'this error originates in format_args_nl' from test output.Mara Bos-8/+0
2025-06-13Merge unboxed trait object error suggestion into regular dyn incompat errorOli Scherer-118/+45
2025-06-12Rollup merge of #142066 - ferrocene:lw/edition-2015-tests, r=compiler-errorsMatthias Krüger-68/+76
2025-06-09Make E0621 missing lifetime suggestion verboseEsteban Küber-3/+5