about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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
2019-07-26Rollup merge of #62956 - ia0:fix_62831, r=petrochenkovMazdak Farrokhzad-0/+93
2019-07-26Rollup merge of #62828 - nikic:fadd-mul-reductions, r=eddybMazdak Farrokhzad-52/+26
2019-07-26Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichtonMazdak Farrokhzad-375/+0
2019-07-26Rollup merge of #62421 - JohnTitor:U007D-master, r=alexcrichtonMazdak Farrokhzad-72/+144
2019-07-26lowering: Omit bare trait lint on macro call sitesDavid Wood-9/+2
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-98/+118
2019-07-26Add test for issue-54062Yuki Okushi-0/+29
2019-07-26Auto merge of #60260 - videolabs:rust_uwp2, r=alexcrichtonbors-3/+3
2019-07-25Implement slow-path for FirstSets::firstJulien Cretin-0/+93
2019-07-25Rollup merge of #62981 - estebank:issue-62843, r=CentrilMazdak Farrokhzad-0/+18
2019-07-25Rollup merge of #62930 - iluuu1994:test-for-51559, r=oli-obkMazdak Farrokhzad-0/+18
2019-07-25Rollup merge of #62921 - iluuu1994:improve-help-for-method-disambiguation, r=...Mazdak Farrokhzad-0/+92
2019-07-25Rollup merge of #62887 - estebank:issue-62881, r=petrochenkovMazdak Farrokhzad-0/+95
2019-07-25Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichtonMazdak Farrokhzad-38/+97
2019-07-25Rollup merge of #62707 - JohnTitor:add-test-for-61922, r=tmandryMazdak Farrokhzad-0/+12
2019-07-25Rollup merge of #60938 - jonas-schievink:doc-include-paths, r=petrochenkovMazdak Farrokhzad-8/+5
2019-07-25Rollup merge of #60066 - sfackler:type-name, r=CentrilMazdak Farrokhzad-13/+8
2019-07-25rustc: codegen: Build import library for all windows targetsHugo Beauzée-Luyssen-3/+3
2019-07-25librustc_errors: Support ui-testing flag in annotate-snippet emitterPhilipp Hansch-5/+5
2019-07-25Don't access a static just for its size and alignmentOliver Scherer-0/+11
2019-07-25Add note suggesting to borrow a String argument to findEsteban Küber-0/+18
2019-07-24Stabilize the type_name intrinsic in core::anySteven Fackler-13/+8
2019-07-24Allow lexer to recover from some homoglyphsEsteban Küber-1/+37