about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-11-19Rollup merge of #66529 - petrochenkov:reshelp2, r=davidtwcoMazdak Farrokhzad-39/+31
2019-11-19Rollup merge of #66461 - clemencetbk:master, r=GuillaumeGomezMazdak Farrokhzad-0/+2
2019-11-19Rollup merge of #66431 - Aaron1011:fix/opaque-type-infer, r=varkorMazdak Farrokhzad-62/+93
2019-11-19Rollup merge of #66239 - estebank:suggest-async-closure-call, r=CentrilMazdak Farrokhzad-3/+42
2019-11-19Rollup merge of #66155 - GuillaumeGomez:long-err-explanation-E0594, r=Dylan-DPCMazdak Farrokhzad-21/+64
2019-11-19Auto merge of #66206 - PotHix:master, r=estebankbors-5/+5
2019-11-19Auto merge of #66074 - wesleywiser:test_run_const_prop, r=oli-obkbors-10/+10
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+773
2019-11-19resolve: Give derive helpers highest priority during resolutionVadim Petrochenkov-39/+31
2019-11-18Auto merge of #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=ollie27,Dyla...bors-1/+15
2019-11-18Update test outputAaron Hill-57/+45
2019-11-18Add explanation of unconstrained opaque typeAaron Hill-2/+8
2019-11-18Fix 'type annotations needed' error with opaque typesAaron Hill-5/+42
2019-11-18Update ui testsGuillaume Gomez-21/+64
2019-11-18Fix Makefile themes checkGuillaume Gomez-1/+2
2019-11-18Remove redundant html checkGuillaume Gomez-1/+0
2019-11-18Rename rustdoc options --themes and --check-themes to --theme and --check-themeGuillaume Gomez-1/+1
2019-11-18add test for rustdoc's --themes flagQuietMisdreavus-0/+14
2019-11-18Auto merge of #66396 - smmalis37:pythontest, r=alexcrichtonbors-1/+1
2019-11-18Auto merge of #66238 - ehuss:stabilize-rustdoc-edition, r=GuillaumeGomezbors-1/+1
2019-11-18Auto merge of #65456 - estebank:trait-bound-borrow, r=matthewjasperbors-17/+34
2019-11-17Auto merge of #66385 - ecstatic-morse:check-only-pass2, r=eddybbors-60/+22
2019-11-17Rollup merge of #66471 - Alexendoo:test-issue-63116, r=CentrilYuki Okushi-0/+27
2019-11-17Rollup merge of #66469 - CosineP:fix/field-lint, r=petrochenkovYuki Okushi-20/+20
2019-11-17Rollup merge of #66456 - Centril:driver-codes, r=Mark-SimulacrumYuki Okushi-1/+2
2019-11-17Rollup merge of #66381 - Centril:66340, r=petrochenkovYuki Okushi-0/+19
2019-11-17Rollup merge of #66344 - petrochenkov:noregattr, r=matthewjasperYuki Okushi-71/+7
2019-11-17Rollup merge of #66271 - petrochenkov:abism, r=CentrilYuki Okushi-23/+69
2019-11-16Suggest calling async closure when neededEsteban Küber-3/+42
2019-11-16Auto merge of #66394 - wesleywiser:fix_oom, r=oli-obkbors-0/+20
2019-11-16Add test for issue 63116Alex Macleod-0/+27
2019-11-17Add some more testsVadim Petrochenkov-1/+45
2019-11-17Address review commentsVadim Petrochenkov-5/+5
2019-11-16Account for `rustc_on_unimplemented`Esteban Küber-6/+9
2019-11-16Remove unnecessary noteEsteban Küber-3/+0
2019-11-16Modify primary label message to be inline with error messageEsteban Küber-6/+6
2019-11-16Suggest borrowing when it would satisfy an unmet trait boundEsteban Küber-18/+35
2019-11-16ast: Keep `extern` qualifiers in functions more preciselyVadim Petrochenkov-17/+19
2019-11-16Only run tests on x86_64Wesley Wiser-1/+3
2019-11-16Update ui testsclemencetbk-0/+2
2019-11-16rustc_plugin: Remove `Registry::register_attribute`Vadim Petrochenkov-71/+7
2019-11-16Add some more testsVadim Petrochenkov-13/+78
2019-11-16expand: Stop marking derive helper attributes as knownVadim Petrochenkov-7/+41
2019-11-16resolve: Introduce a new scope for derive helpersVadim Petrochenkov-6/+24
2019-11-16Use "field is never read" instead of "field is never used"cosine-20/+20
2019-11-16Auto merge of #66453 - Centril:rollup-w1ohzxs, r=Centrilbors-62/+78
2019-11-16move DIAGNOSTICS usage to rustc_driverMazdak Farrokhzad-1/+2
2019-11-15Auto merge of #66326 - Nadrieril:refactor-intrange, r=varkorbors-1/+22
2019-11-15Respond to review feedbackWesley Wiser-0/+4
2019-11-15[ConstProp] Avoid OOM crashes by not evaluating large PlacesWesley Wiser-0/+5