about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2020-02-05Use spans for input borrowed types unrelated to return typeEsteban Küber-2/+10
2020-02-04When suggesting associated fn with type parameters, include in the structured...Esteban Küber-0/+113
2020-02-04Rollup merge of #68819 - estebank:split_at_mut, r=oli-obkDylan DPC-0/+23
2020-02-04Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obkbors-15/+191
2020-02-03Suggest `split_at_mut` on multiple mutable index accessEsteban Küber-0/+23
2020-02-03Auto merge of #67668 - matthewjasper:or-patterns, r=pnkfelixbors-25/+56
2020-02-02Deal with spans showing `std` libEsteban Küber-1/+6
2020-02-02add tests for structured suggestionEsteban Küber-0/+103
2020-02-02Use more appropriate spans on object unsafe traits and provide structured sug...Esteban Küber-1/+4
2020-02-02Wording changes to object unsafe trait errorsEsteban Küber-2/+8
2020-02-02Point at `Sized` requirementsEsteban Küber-0/+5
2020-02-02Slight rewording of diagnostic messageEsteban Küber-1/+1
2020-02-02Use more accurate failed predicate spansEsteban Küber-14/+7
2020-02-02Tweak `Self: Sized` restriction diagnostic outputEsteban Küber-2/+0
2020-02-02review commentsEsteban Küber-2/+2
2020-02-02When object unsafe trait uses itself in associated item suggest using `Self`Esteban Küber-0/+63
2020-02-02parser: address review comments re. `self`.Mazdak Farrokhzad-0/+4
2020-02-01Update existing tests for or-patternsMatthew Jasper-25/+56
2020-01-31Auto merge of #68080 - varkor:declared-here, r=petrochenkovbors-2/+2
2020-01-26Suggest defining type parameter when appropriateEsteban Küber-0/+4
2020-01-24Normalise notes with the/isvarkor-2/+2
2020-01-23use `diagnostic_item` and modify wordingEsteban Küber-1/+1
2020-01-21Suggest borrowing `Vec<NonCopy>` in for loopEsteban Küber-0/+42
2020-01-11Auto merge of #65912 - estebank:variants-orig, r=petrochenkovbors-4/+13
2020-01-11Rollup merge of #68014 - estebank:unify-e0599, r=cramertjYuki Okushi-34/+34
2020-01-10Ignore platforms that can't point to stdEsteban Küber-6/+10
2020-01-10Use `def_span` to minimize definition span to first line when possibleEsteban Küber-1/+1
2020-01-10Point at the span for the definition of crate foreign ADTsEsteban Küber-0/+5
2020-01-10Rollup merge of #66463 - estebank:point-at-closure-and-opaque-types, r=CentrilMazdak Farrokhzad-1/+4
2020-01-08review commentsEsteban Küber-2/+2
2020-01-08Point at opaque and closure type definitions in type errorsEsteban Küber-1/+4
2020-01-08Unify output of "variant not found" errorsEsteban Küber-34/+34
2020-01-09Rollup merge of #67849 - cjkenn:check-sorted-words, r=estebankYuki Okushi-0/+13
2020-01-05Add backticks to various diagnosticsvarkor-3/+3
2020-01-04add ui testcjkenn-0/+13
2019-12-31parser::pat: remove .fatal callsMazdak Farrokhzad-1/+2
2019-12-24Account for multiple trait bounds with missing associated typesEsteban Küber-2/+2
2019-12-24Tweak errors for missing associated types and type parametersEsteban Küber-6/+3
2019-12-21Update tests for GATsMatthew Jasper-10/+3
2019-12-12Don't suggest wrong snippet in closureYuki Okushi-0/+34
2019-12-03Accurately portray raw identifiers in error messagesEsteban Küber-2/+2
2019-11-26Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPCTyler Mandry-106/+19
2019-11-25Tweak move error due to non-CopyEsteban Küber-106/+19
2019-11-24Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertjbors-0/+45
2019-11-23Rework raw ident suggestionsEsteban Küber-0/+45
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-86/+118
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-128/+78
2019-11-19Rollup merge of #66239 - estebank:suggest-async-closure-call, r=CentrilMazdak Farrokhzad-3/+42
2019-11-18Surround types with backticks in type errorsEsteban Küber-37/+37
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-53/+3