about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-07-28Properly check the defining scope of existential typesAaron Hill-0/+31
2019-07-28Rollup merge of #63067 - JohnTitor:test-for-50900, r=CentrilMazdak Farrokhzad-0/+33
2019-07-28Rollup merge of #63061 - Centril:constantly-improving, r=scottmcmMazdak Farrokhzad-0/+131
2019-07-28Rollup merge of #63051 - estebank:borrow-ice, r=matthewjasperMazdak Farrokhzad-0/+45
2019-07-28Rollup merge of #62550 - Centril:rest-patterns, r=petrochenkovMazdak Farrokhzad-236/+1031
2019-07-28Move to src/test/ui/match/Yuki Okushi-0/+0
2019-07-28Add test for issue-50900Yuki Okushi-0/+33
2019-07-28borrowck-describe-lvalue: --bless --compare-mode=nll.Mazdak Farrokhzad-8/+8
2019-07-28And --bless tests accordingly for those exceptions.Mazdak Farrokhzad-534/+198
2019-07-28Address comments re. off-topic errors.Mazdak Farrokhzad-44/+48
2019-07-28--bless tests after rebase.Mazdak Farrokhzad-5/+5
2019-07-28Win some lose some; Unfortunately we lost recovery in one case.Mazdak Farrokhzad-20/+4
2019-07-28(pat, ..,) is now syntactically legal.Mazdak Farrokhzad-9/+2
2019-07-28Account for better recovery in two cases.Mazdak Farrokhzad-2/+43
2019-07-28Intersection patterns 'p1 @ p2' are not supported.Mazdak Farrokhzad-15/+0
2019-07-28--bless tests due to new subslice syntax.Mazdak Farrokhzad-56/+95
2019-07-28Use new 'p @ ..' syntax in tests.Mazdak Farrokhzad-85/+69
2019-07-28Test parsing and recovery of all sorts of range patterns.Mazdak Farrokhzad-0/+949
2019-07-28And also --bless those recovery tests.Mazdak Farrokhzad-19/+150
2019-07-28Update tests wrt. recovery of range patterns.Mazdak Farrokhzad-5/+26
2019-07-28Add tests for Vec(Deque) array PartialEq impls.Mazdak Farrokhzad-0/+131
2019-07-27review commentsEsteban Küber-19/+34
2019-07-28Rollup merge of #63038 - eupn:outer-attribute-diag, r=estebankMazdak Farrokhzad-9/+17
2019-07-28Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=C...Mazdak Farrokhzad-0/+1498
2019-07-27Avoid ICE when referencing desugared local binding in borrow errorEsteban Küber-0/+30
2019-07-27Auto merge of #63029 - petrochenkov:rpass, r=Centrilbors-254/+1143
2019-07-27Fix issues with git converting CRLF to CRVadim Petrochenkov-49/+63
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-86/+7
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-196/+64
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-4/+1090
2019-07-27Rollup merge of #63014 - davidtwco:rustfix-incorrect-dyn-suggestion, r=estebankMazdak Farrokhzad-0/+119
2019-07-27Rollup merge of #62982 - oli-obk:static_cycle, r=RalfJungMazdak Farrokhzad-0/+11
2019-07-27Rollup merge of #62423 - Aaron1011:fix/existential-cycle, r=oli-obkMazdak Farrokhzad-71/+94
2019-07-27Fix ui/parser/attr testEvgenii P-2/+2
2019-07-27Fix failing UI testsEvgenii P-5/+10
2019-07-27Make more informative error on outer attr after innerEvgenii P-2/+5
2019-07-27arbitrary_self_types lifetime elision: --bless --compare-mode=nllTaiki Endo-0/+342
2019-07-27Fix typoTaiki Endo-1/+1
2019-07-27Add tests for `self: (&)AssocType`Taiki Endo-0/+124
2019-07-27Add test for multiple ref-selfTaiki Endo-7/+73
2019-07-27Minor clean upTaiki Endo-36/+27
2019-07-27Add main functions and check-pass annotationsTaiki Endo-22/+16
2019-07-27Update src/test/ui/self/elision/README.mdTaiki Endo-1/+1
2019-07-27add a bevy of new test casesNiko Matsakis-0/+831
2019-07-27Remove query for `.pin_type()`Taiki Endo-2/+15
2019-07-27Allow lifetime elision in `Pin<&(mut) Self>`Taiki Endo-0/+137
2019-07-26Auto merge of #62086 - petrochenkov:builtout, r=eddybbors-98/+118
2019-07-26Rollup merge of #63004 - JohnTitor:add-tests-for-54062, r=CentrilMazdak Farrokhzad-0/+29
2019-07-26Rollup merge of #62985 - phansch:support_ui_testing_flag, r=estebankMazdak Farrokhzad-5/+5
2019-07-26Rollup merge of #62963 - estebank:homoglyph-recovery, r=petrochenkovMazdak Farrokhzad-1/+37