about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-01-24Add test for #34721Esteban Küber-0/+52
2019-01-24When using value after move, point at span of localEsteban Küber-77/+93
2019-01-24Add a feature gate test for #[optimize]Simonas Kazlauskas-0/+68
2019-01-24Rollup merge of #57863 - davidtwco:issue-57684, r=estebankMazdak Farrokhzad-0/+92
2019-01-24Rollup merge of #57606 - oli-obk:shrink, r=RalfJungMazdak Farrokhzad-0/+19
2019-01-24Auto merge of #51285 - Mark-Simulacrum:remove-quote_apis, r=Manishearthbors-54/+0
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-54/+0
2019-01-24Auto merge of #57269 - gnzlbg:simd_bitmask, r=rkruppebors-0/+123
2019-01-24Rollup merge of #57836 - oli-obk:existential_crisis, r=estebankMazdak Farrokhzad-0/+60
2019-01-24Rollup merge of #57834 - SimonSapin:type_id, r=CentrilMazdak Farrokhzad-2/+1
2019-01-24Rollup merge of #57817 - davidtwco:issue-54521, r=estebankMazdak Farrokhzad-0/+156
2019-01-24Rollup merge of #57795 - estebank:did-you-mean, r=zackmdavisMazdak Farrokhzad-36/+22
2019-01-24Rollup merge of #57793 - estebank:impl-trait-resolve, r=oli-obkMazdak Farrokhzad-4/+15
2019-01-24Rollup merge of #57779 - estebank:recover-struct-fields, r=davidtwcoMazdak Farrokhzad-34/+141
2019-01-23Add suggestion for incorrect field syntax.David Wood-0/+92
2019-01-23Remove unused feature gatesOliver Scherer-2/+0
2019-01-23Suggest removing leading left angle brackets.David Wood-0/+138
2019-01-22Auto merge of #57835 - pnkfelix:issue-57673-remove-leaky-nested-probe, r=arielb1bors-0/+21
2019-01-22Add regression testOliver Scherer-3/+11
2019-01-22Get rid of the fake stack frameOliver Scherer-0/+11
2019-01-22Fix some cross crate existential type ICEsOliver Scherer-0/+62
2019-01-22unit test for issue 57673.Felix S. Klock II-0/+21
2019-01-22Auto merge of #57830 - Centril:rollup, r=Centrilbors-45/+143
2019-01-22Stabilize Any::get_type_id and rename to type_idSimon Sapin-2/+1
2019-01-22Rollup merge of #57813 - RalfJung:validation-range-printing, r=oli-obkMazdak Farrokhzad-3/+18
2019-01-22Rollup merge of #57798 - hellow554:master, r=davidtwcoMazdak Farrokhzad-2/+2
2019-01-22Rollup merge of #57791 - estebank:issue-54582, r=zackmdavisMazdak Farrokhzad-0/+16
2019-01-22Rollup merge of #57604 - alercah:str-index, r=sfacklerMazdak Farrokhzad-40/+107
2019-01-22Auto merge of #56221 - estebank:remove-dummy-checks, r=varkorbors-8/+8
2019-01-22Add intrinsic to create an integer bitmask from the MSB of integer vectorsgnzlbg-0/+123
2019-01-22Corrected spelling inconsistencyMarcel Hellwig-2/+2
2019-01-22Auto merge of #57475 - SimonSapin:signed, r=estebankbors-5/+5
2019-01-21Accept more invalid code that is close to correct fieldsEsteban Küber-11/+3
2019-01-22Extend trailing `>` detection for paths.David Wood-0/+70
2019-01-21Auto merge of #55009 - oli-obk:const_safety, r=RalfJungbors-78/+110
2019-01-21Pluralize error messages.David Wood-6/+6
2019-01-21Add error for trailing angle brackets.David Wood-0/+86
2019-01-21fix validation range printing when encountering undefRalf Jung-3/+18
2019-01-21Fix some non-determinism in help messages for E0277 errors.Simon Sapin-4/+4
2019-01-21Declare some unconst operations as unsafe in const fnOliver Scherer-78/+110
2019-01-21Auto merge of #55045 - kleimkuhler:add-std-is_sorted, r=KodrAusbors-0/+48
2019-01-21Print visible name for types as well as modules.David Wood-0/+23
2019-01-20Use structured suggestion in stead of notesEsteban Küber-36/+22
2019-01-20Explain type mismatch cause pointing to return type when it is `impl Trait`Esteban Küber-4/+15
2019-01-21Rollup merge of #57784 - JohnTitor:improve-error-message, r=estebankMazdak Farrokhzad-3/+3
2019-01-21Rollup merge of #57783 - davidtwco:issue-57741, r=estebankMazdak Farrokhzad-0/+164
2019-01-21Rollup merge of #57769 - estebank:cast-suggestion-struct-field, r=matthewjasperMazdak Farrokhzad-0/+96
2019-01-21Rollup merge of #57768 - estebank:type-args-sugg, r=zackmdavisMazdak Farrokhzad-58/+86
2019-01-21Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmasterMazdak Farrokhzad-1/+1
2019-01-20Add regression test for #54582Esteban Küber-0/+16