about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2019-05-19Rollup merge of #60924 - estebank:try-msg, r=petrochenkovMazdak Farrokhzad-0/+1
2019-05-18Auto merge of #60386 - Goirad:sgx-ignore-tests, r=nikomatsakisbors-1/+3
2019-05-17Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nik...bors-5/+2
2019-05-17Explain that ? converts the error type using FromEsteban Küber-0/+1
2019-05-17Rollup merge of #60901 - estebank:str-str-str, r=CentrilManish Goregaokar-2/+2
2019-05-17Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelixbors-73/+358
2019-05-16review commentsEsteban Küber-2/+2
2019-05-16fixed issues relating to line numbers being shiftedDario Gonzalez-1/+1
2019-05-16Added ignore-sgx for appropriate testsDario Gonzalez-0/+2
2019-05-16Point at enclosing fn/closure when it's not asyncEsteban Küber-7/+6
2019-05-16tidy fixEsteban Küber-1/+1
2019-05-16Parse alternative incorrect uses of await and recoverEsteban Küber-2/+10
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-67/+25
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-6/+333
2019-05-12Fix HIR printing of existential type #60662Pulkit Goyal-0/+25
2019-05-11Auto merge of #60721 - estebank:ice-ice-baby, r=varkorbors-0/+26
2019-05-10Avoid ICE by using delay_span_bugEsteban Küber-0/+26
2019-05-10Various test changesMazdak Farrokhzad-2/+17
2019-05-09Rollup merge of #60644 - estebank:abolish-ice, r=varkorMazdak Farrokhzad-0/+51
2019-05-09Rollup merge of #60627 - matklad:test, r=estebankMazdak Farrokhzad-0/+40
2019-05-08Use `delay_span_bug` for "Failed to unify obligation"Esteban Küber-0/+51
2019-05-08test for #50518Aleksey Kladov-0/+40
2019-05-07Implement built-in await syntaxTaylor Cramer-0/+40
2019-05-04Rollup merge of #60517 - estebank:wording, r=davidtwcoMazdak Farrokhzad-3/+3
2019-05-04Rollup merge of #60513 - chrisvittal:remove-borrowck-compare, r=matthewjasperMazdak Farrokhzad-93/+26
2019-05-04Rollup merge of #60449 - matthewjasper:impl-trait-outlives, r=pnkfelixMazdak Farrokhzad-2/+2
2019-05-03Reword casting messageEsteban Küber-3/+3
2019-05-03Rollup merge of #60388 - cramertj:elided-lifetime-async, r=nikomatsakisMazdak Farrokhzad-7/+17
2019-05-03Update testsChristopher Vittal-93/+26
2019-05-02Constrain all regions in the concrete type for an opaque typeMatthew Jasper-2/+2
2019-05-01Disallow non-explicit elided lifetimes in async fnTaylor Cramer-7/+17
2019-04-29Suggest try_into when possibleEsteban Küber-0/+28
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