about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2019-04-25Rollup merge of #60160 - xldenis:fix-overlapping-zero-width-annotation, r=est...Mazdak Farrokhzad-3/+2
2019-04-24Rollup merge of #59739 - cramertj:stabilize, r=withoutboatsMazdak Farrokhzad-4/+4
2019-04-24Auto merge of #58623 - Amanieu:hashbrown3, r=alexcrichtonbors-3/+3
2019-04-23Stabilize futures_apiTaylor Cramer-4/+4
2019-04-24Fix testAmanieu d'Antras-3/+3
2019-04-23Rollup merge of #60169 - varkor:tidy-unnecessary-ignore-newline, r=kennytmMazdak Farrokhzad-35/+21
2019-04-23Update ui testsvarkor-21/+21
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-14/+0
2019-04-23Auto merge of #60125 - estebank:continue-evaluating, r=oli-obkbors-16/+71
2019-04-23Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytmbors-18/+0
2019-04-22Fix #58270, fix off-by-one error in error diagnostics.Xavier Denis-3/+2
2019-04-22Never stop due to errors before borrow checkingEsteban Küber-16/+71
2019-04-22Continue evaluating after item-type checkingEsteban Küber-2/+13
2019-04-22Remove double trailing newlinesvarkor-18/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-1538/+446
2019-04-19Auto merge of #60073 - rchaser53:issue-60049, r=estebankbors-10/+55
2019-04-19avoid type-check body of DefIdrchaser53-10/+55
2019-04-19Rollup merge of #60064 - estebank:issue-59980, r=varkorMazdak Farrokhzad-3/+3
2019-04-19Rollup merge of #60061 - estebank:field-sugg, r=davidtwcoMazdak Farrokhzad-0/+37
2019-04-19Rollup merge of #60052 - varkor:unused-parameter-diagnostic, r=estebankMazdak Farrokhzad-6/+6
2019-04-18Suggest appropriate path when calling associated item on bare typesEsteban Küber-0/+4
2019-04-18Fix rebaseEsteban Küber-1/+1
2019-04-18review comments: change wordingEsteban Küber-1/+1
2019-04-18Change suggestion of field when not in self contextEsteban Küber-0/+37
2019-04-18Update testsvarkor-6/+6
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-108/+70
2019-04-18Auto merge of #60048 - estebank:issue-54954, r=sanxiynbors-0/+35
2019-04-18Auto merge of #60051 - estebank:fn-sugg, r=davidtwcobors-13/+7
2019-04-17Give custom error for E0277 on `?` error caseEsteban Küber-1/+1
2019-04-17Point at try `?` on errors affecting the err match arm of the desugared codeEsteban Küber-2/+2
2019-04-17Do not mention missing `PartialOrd` impl when involving uncalled fnsEsteban Küber-13/+7
2019-04-17Fix ICE on const evaluation of const methodEsteban Küber-0/+35
2019-04-17Resolve inconsistency in error messages between "parameter" and "variable".Eduard-Mihai Burtescu-5/+5
2019-04-16Auto merge of #59769 - RalfJung:compiletest-normalization, r=alexcrichtonbors-0/+12
2019-04-14Rollup merge of #59896 - estebank:dedup-spans, r=davidtwcoMazdak Farrokhzad-0/+27
2019-04-14some more tests need normalizationRalf Jung-0/+4
2019-04-14normalize away spurious errorRalf Jung-0/+8
2019-04-14Auto merge of #59798 - rchaser53:issue-59488, r=estebankbors-0/+107
2019-04-12Add test and fix dedupEsteban Küber-0/+27
2019-04-12Rollup merge of #59862 - estebank:tweak-unstable-diag, r=petrochenkovMazdak Farrokhzad-12/+24
2019-04-12Rollup merge of #59859 - davidtwco:issue-59756, r=cramertjMazdak Farrokhzad-1/+4
2019-04-12Rollup merge of #59846 - euclio:not-a-module, r=davidtwcoMazdak Farrokhzad-10/+7
2019-04-12Rollup merge of #59781 - whitfin:issue-59378, r=oli-obkMazdak Farrokhzad-12/+3
2019-04-12add the logic for when other_ty is FnDefrchaser53-3/+47
2019-04-11Reword tracking issue noteEsteban Küber-12/+12
2019-04-12improve error messagesrchaser53-7/+37
2019-04-10Tweak unstable diagnostic outputEsteban Küber-12/+24
2019-04-10Suggest removing `?` to resolve type errors.David Wood-1/+4
2019-04-10clarify what the item is in "not a module" errorAndy Russell-10/+7
2019-04-09improve unknown enum variant errorsAndy Russell-41/+36