about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-08-30Guard against platforms on which the sysv64 calling convention is not valid i...CensoredUsername-0/+6
2016-08-30Feature gate the sysv64 abi as feature(abi_sysv64) and add testsCensoredUsername-0/+19
2016-08-30Auto merge of #36126 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-4/+33
2016-08-30Rollup merge of #36125 - gavinb:error_msgs_p1, r=jonathandturnerGuillaume Gomez-0/+4
2016-08-30Rollup merge of #36103 - zjhmale:fix-E0089, r=jonathandturnerGuillaume Gomez-1/+3
2016-08-30Rollup merge of #36100 - 0xmohit:pr/error-code-E0260, r=jonathandturnerGuillaume Gomez-1/+4
2016-08-30Rollup merge of #36060 - paulfanelli:update-e0463-error-msg, r=jonathandturnerGuillaume Gomez-1/+3
2016-08-30Rollup merge of #36056 - birryree:E0194_new_error_format, r=jonathandturnerGuillaume Gomez-1/+3
2016-08-30Rollup merge of #36054 - mikhail-m1:master2, r=jonathandturnerGuillaume Gomez-0/+16
2016-08-30Auto merge of #36066 - jseyfried:rollup, r=Manishearthbors-4/+119
2016-08-30Update compiler error 0034 to use new format.athulappadan-3/+11
2016-08-30E0184 Update error format #35275Gavin Baker-0/+2
2016-08-30E0165 Update error format #35270Gavin Baker-0/+1
2016-08-30E0164 Update error format #35269Gavin Baker-0/+1
2016-08-30Update E0089 to new error formatzjhmale-1/+3
2016-08-29Update E0463 error message to new formatPaul Fanelli-1/+3
2016-08-29removed unneeded test, also compiletest vs. rustfmtAndre Bogus-17/+101
2016-08-29rustfmt testsAndre Bogus-35/+37
2016-08-29Update E0260 to new error formatMohit Agarwal-1/+4
2016-08-29update error E0451 to new formatMikhail Modin-0/+16
2016-08-29E0458 Update error format #35932Gavin Baker-1/+3
2016-08-29E0459 Update error format #35933Gavin Baker-0/+1
2016-08-28Add test for #24204Andrew Paseltiner-0/+27
2016-08-28Add test for #28324Andrew Paseltiner-0/+18
2016-08-28fixed and extended tests once moreAndre Bogus-3/+67
2016-08-28Auto merge of #36058 - apasel422:tests, r=alexcrichtonbors-0/+48
2016-08-28Rollup merge of #35850 - SergioBenitez:master, r=nrcJeffrey Seyfried-0/+111
2016-08-28Rollup merge of #35480 - KiChjang:e0379-bonus, r=nikomatsakisJeffrey Seyfried-3/+7
2016-08-28Rollup merge of #35591 - GuillaumeGomez:generics_span, r=jntrmrJeffrey Seyfried-1/+1
2016-08-27Move E0379 check from typeck to ast validationKeith Yeung-3/+7
2016-08-27Add tests for #20433, #26251, #28625, #33687Andrew Paseltiner-0/+48
2016-08-27Rollup merge of #36044 - mikhail-m1:master, r=jonathandturnerJonathan Turner-2/+6
2016-08-27Rollup merge of #36003 - GuillaumeGomez:err_codes, r=jonathandturnerJonathan Turner-0/+324
2016-08-27Rollup merge of #35989 - 0xmohit:pr/error-code-E0453, r=jonathandturnerJonathan Turner-3/+8
2016-08-27Rollup merge of #35985 - 0xmohit:pr/error-code-E0277, r=jonathandturnerJonathan Turner-2/+31
2016-08-27Rollup merge of #35657 - ahmedcharles:e0389, r=jonathandturnerJonathan Turner-0/+1
2016-08-27update error E0450 to new formatMikhail Modin-2/+6
2016-08-27Fixes #35280 to update E0194 to support new error message format. Part of #35...William Lee-1/+3
2016-08-26Auto merge of #35877 - KiChjang:issue-35869, r=arielb1bors-0/+37
2016-08-27Rollup merge of #36014 - slash3g:stabilize-type-macros, r=nikomatsakisManish Goregaokar-33/+5
2016-08-27Rollup merge of #36002 - eddyb:abstract-kindness, r=nikomatsakisManish Goregaokar-43/+43
2016-08-27Rollup merge of #35953 - Aatch:better-missing-block-error, r=nrcManish Goregaokar-0/+20
2016-08-27Rollup merge of #35877 - KiChjang:issue-35869, r=arielb1Manish Goregaokar-0/+37
2016-08-27rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer.Eduard Burtescu-43/+43
2016-08-26Add new error code testsGuillaume Gomez-0/+324
2016-08-26Stabilize type-macrosDaniele Baracchi-33/+5
2016-08-26Update E0453 to new error formatMohit Agarwal-3/+8
2016-08-25Implement RFC#1559: allow all literals in attributes.Sergio Benitez-0/+111
2016-08-25Update E0277 to new error formatMohit Agarwal-2/+31
2016-08-24Auto merge of #35971 - jonathandturner:rollup, r=jonathandturnerbors-4/+149