summary refs log tree commit diff
path: root/src/test/ui/error-codes
AgeCommit message (Expand)AuthorLines
2019-12-31Rollup merge of #67730 - Centril:typeck-pat-cleanup, r=estebankMazdak Farrokhzad-1/+1
2019-12-31Auto merge of #67597 - estebank:placeholder-type, r=oli-obkbors-1/+1
2019-12-30MatchExpressionArmPattern: Use more generic wording.Mazdak Farrokhzad-1/+1
2019-12-29clean up logicEsteban Küber-1/+1
2019-12-29Suggest type param when encountering `_` in fn defsEsteban Küber-1/+1
2019-12-30note other end-point when typeck range patsMazdak Farrokhzad-2/+4
2019-12-24Fix suggestion span for typo in associated type nameEsteban Küber-2/+2
2019-12-24Fix case in `associated-type-projection-from-multiple-supertraits.rs`Esteban Küber-2/+2
2019-12-24Tweak errors for missing associated types and type parametersEsteban Küber-15/+26
2019-12-23Auto merge of #66296 - Centril:bindings_after_at-init, r=pnkfelixbors-39/+7
2019-12-23Remove `bindings_after_at` from `INCOMPLETE_FEATURES`.Mazdak Farrokhzad-11/+2
2019-12-23check_legality_of_move_bindings: generalize diagnostics & add commentsMazdak Farrokhzad-1/+1
2019-12-23Introduce `#![feature(bindings_after_at)]`.Mazdak Farrokhzad-38/+15
2019-12-23Add span information to `ExprKind::Assign`varkor-6/+6
2019-12-23Improve invalid assignment errorvarkor-9/+17
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-1/+3
2019-12-20Rollup merge of #67285 - ohadravid:indicate-origin-of-where-type-parameter, r...Mazdak Farrokhzad-1/+1
2019-12-20Rollup merge of #67127 - estebank:disambiguate-suggestion, r=varkorMazdak Farrokhzad-2/+8
2019-12-14Indicate origin of where type parameter for uninferred typesOhad Ravid-1/+1
2019-12-13Auto merge of #65951 - estebank:type-inference-error, r=nikomatsakisbors-3/+5
2019-12-13Rollup merge of #67026 - Nadrieril:improve-usefulness-empty, r=varkor,Centril...Mazdak Farrokhzad-2/+2
2019-12-11review commentsEsteban Küber-4/+4
2019-12-11Use structured suggestion for disambiguating method callsEsteban Küber-2/+8
2019-12-11Add more context for type parametersEsteban Küber-1/+1
2019-12-10Deduplicate logicEsteban Küber-2/+4
2019-12-04Forgot to update some test outputsNadrieril-2/+2
2019-12-02Correct other tests related to const_mut_refsChristian Poveda-10/+75
2019-11-27Update test for mutably borrowed statics in a constDylan MacKenzie-6/+21
2019-11-27Remove test for unused error codeDylan MacKenzie-37/+0
2019-11-21Change some tests to use the shorter comment styleDylan MacKenzie-8/+2
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-12/+6
2019-11-18Surround types with backticks in type errorsEsteban Küber-4/+4
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-7/+1
2019-11-18review comments: tweak prefix stringsEsteban Küber-2/+2
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-4/+4
2019-11-18Update ui testsGuillaume Gomez-0/+2
2019-11-15Rollup merge of #66306 - spastorino:remove-error-handled-by-miri, r=oli-obkYuki Okushi-18/+4
2019-11-14Fix ui tests with better error code usageGuillaume Gomez-1/+8
2019-11-14Rollup merge of #66351 - JohnTitor:tweak-range-err-msg, r=CentrilYuki Okushi-7/+8
2019-11-13Tweak non-char/numeric in range pattern diagnosticYuki Okushi-7/+8
2019-11-12check-consts remove cannot mutate statics in initializer of another static errorSantiago Pastorino-18/+4
2019-11-10Improve coherence errors for wrong type orderOhad Ravid-0/+1
2019-11-09Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats...bors-7/+10
2019-10-31Stabilize the `re_rebalance_coherence` featureOhad Ravid-7/+10
2019-10-31Fix incorrect diagnostics for expected type in E0271 with an associated typeOhad Ravid-3/+3
2019-10-29Rollup merge of #65562 - Patryk27:master, r=estebankMazdak Farrokhzad-1/+1
2019-10-29Rollup merge of #65318 - estebank:coherence, r=varkorMazdak Farrokhzad-8/+12
2019-10-28Improve the "try using a variant of the expected type" hint.Patryk Wychowaniec-1/+1
2019-10-28Do not display ADT type arguments and fix rebaseEsteban Küber-1/+1
2019-10-28Account for tuples in explanationEsteban Küber-1/+1