about summary refs log tree commit diff
path: root/src/test/ui/wf
AgeCommit message (Expand)AuthorLines
2021-03-15More precise spans for HIR pathsVadim Petrochenkov-1/+1
2021-02-03Miscellaneous small diagnostics cleanupCamelid-1/+1
2020-12-31FIx ICE on wf check for foreign fnsYuki Okushi-0/+41
2020-10-20review commentsEsteban Küber-10/+10
2020-10-20Tweak "object unsafe" errorsEsteban Küber-45/+64
2020-09-02pretty: trim paths of unique symbolsDan Aloni-120/+120
2020-07-27mv std libs to library/mark-1/+1
2020-07-25Use the proper span when WF-checking an impl self typeAaron Hill-0/+23
2020-07-20wf: check foreign fn decls for well-formednessDavid Wood-0/+36
2020-07-14Remove `Sized` `on_unimplemented` noteEsteban Küber-2/+0
2020-07-14Suggest boxing or borrowing unsized fieldsEsteban Küber-18/+18
2020-06-16Provide `help` when `T: ?Sized` can't be suggestedEsteban Küber-0/+7
2020-05-30Tweak type parameter errors to reduce verbosityEsteban Küber-47/+7
2020-05-12Increase verbosity of bound restriction suggestionsEsteban Küber-22/+42
2020-04-08Small tweaks to required bound spanEsteban Küber-28/+28
2020-04-08Use `PredicateObligation`s instead of `Predicate`sEsteban Küber-28/+33
2020-03-29Tweak `suggest_constraining_type_param`Esteban Küber-72/+54
2020-03-06fix various typosMatthias Krüger-1/+1
2020-02-19Tweak binding lifetime suggestion textEsteban Küber-6/+6
2020-02-09Improve reporting errors and suggestions for trait boundsPatryk Wychowaniec-50/+118
2020-02-02Use more appropriate spans on object unsafe traits and provide structured sug...Esteban Küber-1/+1
2020-02-02Wording changes to object unsafe trait errorsEsteban Küber-10/+30
2020-02-02Slight rewording of diagnostic messageEsteban Küber-9/+9
2020-02-02Use more accurate failed predicate spansEsteban Küber-93/+77
2020-02-02Tweak `Self: Sized` restriction diagnostic outputEsteban Küber-8/+0
2020-02-02Point at `Sized` boundEsteban Küber-0/+24
2020-02-02Point at arguments or output when fn obligations come from them, or ident whe...Esteban Küber-103/+72
2020-01-05Add backticks to various diagnosticsvarkor-1/+1
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-2/+2
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-2/+2
2019-10-27update testsMark Mansi-0/+12
2019-10-23Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakisbors-0/+169
2019-10-22RFC 2027: "first draft" of implementationMathias Blikstad-0/+169
2019-10-15Deduplicate some code and apply review commentsEsteban Küber-4/+5
2019-10-15Handle `Self` restriction neededEsteban Küber-18/+24
2019-10-15Handle more casesEsteban Küber-38/+44
2019-10-15Use structured suggestion for restricting boundsEsteban Küber-4/+4
2019-10-14Rollup merge of #65395 - JohnTitor:add-tests, r=CentrilMazdak Farrokhzad-0/+21
2019-10-14Add test for issue-48638Yuki Okushi-0/+21
2019-10-11Print lifetimes with backticksYuki Okushi-10/+10
2019-10-07update ui testsGuillaume Gomez-1/+1
2019-09-12update ui testsGuillaume Gomez-1/+2
2019-09-02account for DUMMY_SP and correct wordingEsteban Küber-1/+1
2019-09-02On object safety violation, point at source when possibleEsteban Küber-2/+3
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-135/+81
2019-05-29Update ui test suite to use dynmemoryruins-16/+16
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+65
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-152/+41
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-3/+2