about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-04-26Rollup merge of #60289 - tmandry:allow-features-include-std, r=cramertjMazdak Farrokhzad-2/+18
2019-04-26Rollup merge of #60284 - varkor:const-param-of-type-param, r=cramertjMazdak Farrokhzad-0/+62
2019-04-26Rollup merge of #60267 - gnzlbg:f16c_target_feature, r=alexcrichtonMazdak Farrokhzad-1/+2
2019-04-25Add comment explaining restrictionvarkor-4/+10
2019-04-25Make `-Z allow-features` work for stdlib featuresTyler Mandry-2/+18
2019-04-25Auto merge of #59111 - gilescope:generator-better-errors, r=nikomatsakisbors-0/+30
2019-04-25Add a test for const parameters with type parameters as typesvarkor-0/+31
2019-04-25Make sure const params with type params don't cause errors without a feature ...varkor-0/+25
2019-04-25Improved error message when type must be bound due to generator.Giles Cope-0/+30
2019-04-25Add feature-gate for f16c target featuregnzlbg-1/+2
2019-04-25Auto merge of #60248 - estebank:macro-comma, r=oli-obkbors-7/+23
2019-04-25Rollup merge of #60243 - davidtwco:issue-53249, r=cramertjMazdak Farrokhzad-0/+47
2019-04-25Rollup merge of #60160 - xldenis:fix-overlapping-zero-width-annotation, r=est...Mazdak Farrokhzad-18/+9
2019-04-25Rollup merge of #59697 - euclio:label-fixes, r=zackmdavisMazdak Farrokhzad-7/+19
2019-04-24Add guard for missing comma in macro call suggestionEsteban Küber-7/+23
2019-04-24Add regression test for #53249.David Wood-0/+47
2019-04-24Rollup merge of #59739 - cramertj:stabilize, r=withoutboatsMazdak Farrokhzad-24/+82
2019-04-24Auto merge of #58623 - Amanieu:hashbrown3, r=alexcrichtonbors-3/+3
2019-04-23Stabilize futures_apiTaylor Cramer-25/+21
2019-04-23Add rustc_allow_const_fn_ptrTaylor Cramer-0/+62
2019-04-24Fix testAmanieu d'Antras-3/+3
2019-04-23Rollup merge of #60169 - varkor:tidy-unnecessary-ignore-newline, r=kennytmMazdak Farrokhzad-167/+103
2019-04-23Auto merge of #60155 - davidtwco:issue-59819, r=oli-obkbors-0/+109
2019-04-23Remove unnecessary tidy ignore directivesvarkor-8/+5
2019-04-23Update ui testsvarkor-98/+98
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-61/+0
2019-04-23Auto merge of #60125 - estebank:continue-evaluating, r=oli-obkbors-104/+416
2019-04-23Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytmbors-122/+2
2019-04-22Fix #58270, fix off-by-one error in error diagnostics.Xavier Denis-18/+9
2019-04-22Auto merge of #60126 - estebank:continue-eval, r=oli-obkbors-193/+174
2019-04-22Fix ICE related to #53708Esteban Küber-14/+22
2019-04-22Never stop due to errors before borrow checkingEsteban Küber-99/+403
2019-04-22Remove needless error in testEsteban Küber-18/+8
2019-04-22review comments: deduplicate testsEsteban Küber-159/+4
2019-04-22Update ui testsvarkor-7/+2
2019-04-22Continue evaluating after item-type checkingEsteban Küber-35/+181
2019-04-22Only make suggestion when type is `Copy`.David Wood-13/+48
2019-04-22Update ui testsvarkor-4/+4
2019-04-22Remove leading newlinesvarkor-6/+2
2019-04-22Remove double trailing newlinesvarkor-115/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-21836/+5849
2019-04-21Suggest dereferencing when `Deref` is implemented.David Wood-8/+38
2019-04-21Add existing behaviour test for deref suggestions.David Wood-0/+44
2019-04-21Auto merge of #60119 - estebank:bad-recovery, r=davidtwcobors-0/+16
2019-04-21Auto merge of #60132 - davidtwco:issue-60075, r=estebankbors-0/+49
2019-04-20Auto merge of #60088 - varkor:async_await-method-feature-gate, r=cramertjbors-6/+41
2019-04-20Update error message in testvarkor-2/+1
2019-04-20Check async in trait methodsvarkor-5/+26
2019-04-20Fix additional variadic typosvarkor-2/+2
2019-04-20Add test for async fn methods feature gatingvarkor-4/+19