about summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
2023-02-13fix: improve the suggestion on future not awaitedVincenzo Palazzo-41/+42
2023-02-11Rollup merge of #107098 - compiler-errors:pat-mismatch-fn-call, r=lcnrDylan DPC-0/+49
2023-02-10Suggest fn call on pattern type mismatchMichael Goulet-0/+49
2023-02-09fix #104961, Add parentheses properly for borrowing suggestionyukang-0/+69
2023-02-07Rollup merge of #107709 - tialaramex:master, r=compiler-errorsMatthias Krüger-2/+55
2023-02-06Fix problem noticed in PR106859 with char -> u8 suggestionNick Lamb-2/+55
2023-02-06Modify existing bounds if they existEdward Shen-0/+87
2023-02-03Make const/fn return params more suggestableMichael Goulet-0/+36
2023-02-02Rollup merge of #107201 - compiler-errors:confusing-async-fn-note, r=estebankMatthias Krüger-77/+14
2023-01-31Auto merge of #106399 - estebank:type-err-span-label, r=nagisabors-102/+102
2023-01-31Auto merge of #105650 - cassaundra:float-literal-suggestion, r=pnkfelixbors-0/+50
2023-01-30Fix invalid float literal suggestions when recovering an integerCassaundra Smith-0/+50
2023-01-30Tweak use of trimmed pathsEsteban Küber-5/+5
2023-01-30Do not mention lifetime names in force trimmed pathsEsteban Küber-8/+8
2023-01-30Don't show `for<'lt>` in force trimmed pathsEsteban Küber-1/+1
2023-01-30Modify primary span label for E0308Esteban Küber-100/+100
2023-01-28Rollup merge of #107306 - compiler-errors:correct-sugg-for-closure-arg-needs-...Matthias Krüger-0/+54
2023-01-26Rollup merge of #106978 - mejrs:mir_build3, r=davidtwcoMatthias Krüger-4/+4
2023-01-26Rollup merge of #107204 - euclio:assoc-const-suggestion, r=petrochenkovMatthias Krüger-0/+25
2023-01-25Rollup merge of #106897 - estebank:issue-99430, r=davidtwcoMatthias Krüger-1/+3
2023-01-25Suggest mutable borrows correctlyMichael Goulet-2/+2
2023-01-25Liberate late-bound regions correctlyMichael Goulet-0/+54
2023-01-25suggest qualifying bare associated constantsAndy Russell-0/+25
2023-01-23Rollup merge of #107203 - chenyukang:yukang/fix-106496-remove-deref, r=compil...Dylan DPC-0/+99
2023-01-22Remove confusing 'while checking' note from opaque future type mismatchesMichael Goulet-77/+14
2023-01-23Fix #106496, suggest remove deref for type mismatchyukang-0/+99
2023-01-20Change `bindings_with_variant_name` to deny-by-default--global-9/+4
2023-01-17Migrate mir_build's borrow conflictsmejrs-4/+4
2023-01-15Tweak E0597Esteban Küber-1/+3
2023-01-15Only suggest adding type param if path being resolved was a typeMichael Goulet-10/+1
2023-01-15Auto merge of #106171 - compiler-errors:consolidate-extract_callable_info, r=...bors-0/+34
2023-01-15Rollup merge of #106859 - tialaramex:master, r=NilstriebMatthias Krüger-0/+60
2023-01-14Improve E0308: suggest user meant to use byte literal, w/ tests and fixNick Lamb-0/+60
2023-01-14Rollup merge of #106752 - sulami:master, r=estebankMatthias Krüger-0/+28
2023-01-13Consolidate two almost duplicated fn info extraction routinesMichael Goulet-0/+34
2023-01-13Rollup merge of #106641 - chenyukang:yukang/fix-105761-segguest-this, r=estebankMatthias Krüger-0/+105
2023-01-13Rollup merge of #106585 - estebank:issue-46585, r=compiler-errorsMatthias Krüger-1/+6
2023-01-13Emit a hint for bad call return types due to generic argumentsRobin Schroer-0/+28
2023-01-12Render missing generics suggestion verboselyMichael Goulet-2/+5
2023-01-12Provide help on closures capturing self causing borrow checker errorsyukang-0/+105
2023-01-12Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errorsbors-43/+131
2023-01-11Rollup merge of #106524 - compiler-errors:constructor-note, r=cjgillotMichael Goulet-22/+22
2023-01-11Rollup merge of #106360 - estebank:remove-borrow-suggestion, r=compiler-errorsMichael Goulet-17/+103
2023-01-11Rollup merge of #106097 - mejrs:mir_build2, r=oli-obkMichael Goulet-4/+6
2023-01-12Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errorsMatthias Krüger-11/+34
2023-01-12Rollup merge of #106167 - yanchen4791:issue-105544-fix, r=oli-obkMatthias Krüger-12/+244
2023-01-11Fix invalid syntax in impl Trait parameter type suggestions for E0311yanchen4791-12/+244
2023-01-11Migrate pattern matchingmejrs-4/+6
2023-01-11Use the root trait predicate to determine whether to remove referencesEsteban Küber-0/+53
2023-01-11Make `&`-removal suggestion verboseEsteban Küber-17/+50