about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2021-09-01fix(rustc): suggest `items` be borrowed in `for i in items[x..]`Michael Howell-0/+44
2021-09-01Stop sorting bodies by span.Camille GILLOT-25/+25
2021-08-27Remove `Session.if_let_suggestions`Aaron Hill-1/+13
2021-08-18Use more accurate spans when proposing adding lifetime to itemEsteban Kuber-12/+12
2021-08-16Use note to point at bound introducing requirementEsteban Küber-114/+193
2021-08-13Rollup merge of #87795 - estebank:erase-lifetimes-in-suggestion, r=oli-obkGuillaume Gomez-1/+30
2021-08-12Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylevGuillaume Gomez-2/+2
2021-08-12Avoid ICE caused by suggestionEsteban Küber-1/+30
2021-08-12Use smaller spans for some structured suggestionsEsteban Kuber-24/+34
2021-08-11Modify structured suggestion outputEsteban Küber-284/+293
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-2/+2
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-8/+8
2021-08-03Auto merge of #87033 - FabianWolff:issue-87017, r=estebankbors-0/+94
2021-08-02Auto merge of #87628 - estebank:unmet-explicit-lifetime-bound, r=oli-obkbors-3/+9
2021-08-02Run rustfix in `pattern-slice-vec.rs` UI testFabian Wolff-4/+46
2021-08-02Rollup merge of #87673 - estebank:opaque-ty-mismatch, r=davidtwcoCameron Steffen-24/+29
2021-08-02Rollup merge of #87659 - FabianWolff:issue-87397, r=davidtwcoCameron Steffen-0/+51
2021-07-31Auto merge of #87662 - FabianWolff:rb-string, r=estebankbors-0/+30
2021-07-31Provide a suggestion when trying to destructure a `Vec` as a sliceFabian Wolff-0/+52
2021-07-31Tweak opaque type mismatch errorEsteban Küber-24/+29
2021-07-31Point at unmet explicit lifetime obligation boundEsteban Küber-3/+9
2021-07-31Suggest `br` if the unknown string prefix `rb` is foundFabian Wolff-0/+30
2021-07-31Fix invalid suggestions for non-ASCII characters in byte constantsFabian Wolff-0/+51
2021-07-30Auto merge of #86754 - estebank:use-multispans-more, r=varkorbors-54/+80
2021-07-30Auto merge of #87640 - JohnTitor:rollup-yq24nq5, r=JohnTitorbors-14/+37
2021-07-30Use multispan suggestions more oftenEsteban Küber-54/+80
2021-07-30Tweak borrowing suggestion in `for` loopEsteban Küber-14/+37
2021-07-30Do not discard `?Sized` type params and suggest their removalEsteban Küber-0/+4
2021-07-25Bless tests.Camille GILLOT-28/+28
2021-07-22Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebankbors-6/+6
2021-07-20Support HIR wf checking for function signaturesAaron Hill-6/+6
2021-07-20Get back the more precise suggestion spans of old regionckOli Scherer-2/+2
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-10/+45
2021-07-15Suggest full enum variant for local modulesAlik Aslanyan-0/+26
2021-07-12Auto merge of #86815 - FabianWolff:issue-84210, r=varkorbors-8/+8
2021-07-11Do not suggest adding a semicolon after `?`Fabian Wolff-0/+60
2021-07-02Improve error reporting for modifications behind `&` referencesFabian Wolff-8/+8
2021-06-28Fix garbled suggestion for missing lifetime specifierFabian Wolff-0/+43
2021-06-25Address PR feedbackRyan Levick-4/+4
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-4/+4
2021-06-24Auto merge of #85427 - ehuss:fix-use-placement, r=jackh726bors-0/+101
2021-06-23Auto merge of #86386 - inquisitivecrystal:better-errors-for-display-traits-v3...bors-2/+0
2021-06-22Updated tests to reflect specified types in E0121Deadbeef-18/+18
2021-06-16Update test stderr filesAris Merchant-2/+0
2021-06-12Pretty print generator witness only in `-Zverbose` modeTomasz Miąsko-1/+1
2021-06-12Auto merge of #86215 - FabianWolff:unnameable-types, r=jackh726bors-0/+105
2021-06-11Suggest a FnPtr type if a FnDef type is foundFabian Wolff-27/+33
2021-06-11Do not suggest to add type annotations for unnameable typesFabian Wolff-0/+99
2021-06-07Suggest a trailing comma if a 1-tuple is expectedFabian Wolff-0/+80
2021-06-05Rollup merge of #85979 - tlyu:where-no-unsized-indirection, r=estebankYuki Okushi-0/+29