about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-08-18Update error format for E0232Michael Layne-1/+4
2016-08-18Update error message for E0084pliniker-1/+3
2016-08-18Add Span field for Generics structsGuillaume Gomez-1/+1
2016-08-18Auto merge of #35732 - jonathandturner:region_error_labels, r=nikomatsakisbors-50/+36
2016-08-18Fix fallout in tests.Jeffrey Seyfried-3/+2
2016-08-18Auto merge of #35769 - eddyb:rollup, r=eddybbors-8/+334
2016-08-17updated E0396 to new error formatclementmiao-0/+2
2016-08-17updated E0395 to new error formatclementmiao-1/+2
2016-08-18Rollup merge of #35770 - crypto-universe:E0221, r=jonathandturnerEduard-Mihai Burtescu-1/+5
2016-08-18Rollup merge of #35768 - GuillaumeGomez:err_codes, r=jonathandturnerEduard-Mihai Burtescu-0/+268
2016-08-18Rollup merge of #35765 - KiChjang:e0053-bonus, r=jonathandturnerEduard-Mihai Burtescu-4/+10
2016-08-18Rollup merge of #35756 - crypto-universe:E0407, r=GuillaumeGomezEduard-Mihai Burtescu-1/+3
2016-08-18Rollup merge of #35749 - GuillaumeGomez:raw_field, r=jonathandturnerEduard-Mihai Burtescu-0/+39
2016-08-18Rollup merge of #35744 - DevShep:ds/update_E0009, r=jonathandturnerEduard-Mihai Burtescu-1/+4
2016-08-18Rollup merge of #35739 - circuitfox:E0403-update-error-format, r=jonathandturnerEduard-Mihai Burtescu-0/+2
2016-08-18Rollup merge of #35346 - DarkEld3r:e0093-formatting, r=jonathandturnerEduard-Mihai Burtescu-1/+3
2016-08-17Fix tidy and nitsJonathan Turner-4/+4
2016-08-18Fix tidy check.crypto-universe-1/+1
2016-08-17Move 'doesn't live long enough' errors to labelsJonathan Turner-50/+36
2016-08-17Display secondary span for E0053 for Mutability TypeErrorsKeith Yeung-4/+10
2016-08-18Updated test for E0221crypto-universe-1/+5
2016-08-17Add new error code testsGuillaume Gomez-0/+268
2016-08-17Replace local backtrace with def-use, repair std macro spansJonathan Turner-157/+0
2016-08-17New output for E0407crypto-universe-1/+3
2016-08-17Merge branch 'master' into E0403-update-error-formatChris Stankus-48/+49
2016-08-17Remove trailing white spaceJacob-1/+1
2016-08-17Fixes issue #11004Guillaume Gomez-0/+39
2016-08-17Rollup merge of #35731 - pythoneer:fix-35192, r=jonathandturnerJonathan Turner-0/+1
2016-08-17Rollup merge of #35726 - mikhail-m1:master2, r=jonathandturnerJonathan Turner-1/+6
2016-08-17Rollup merge of #35722 - knight42:update-error-msg, r=jonathandturnerJonathan Turner-2/+7
2016-08-17Rollup merge of #35713 - sanxiyn:ui-test, r=nikomatsakisJonathan Turner-37/+0
2016-08-17Rollup merge of #35686 - mikhail-m1:master, r=jonathandturnerJonathan Turner-1/+7
2016-08-17Rollup merge of #35672 - yossi-k:issue/35323, r=GuillaumeGomezJonathan Turner-0/+3
2016-08-17Rollup merge of #35671 - canaltinova:E0392, r=jonathandturnerJonathan Turner-0/+1
2016-08-17Rollup merge of #35670 - RockyTV:e0365, r=jonathandturnerJonathan Turner-1/+4
2016-08-17Rollup merge of #35660 - terrynsun:e0207, r=jonathandturnerJonathan Turner-1/+1
2016-08-17Rollup merge of #35415 - silenuss:e0030-formatting, r=jonathandturnerJonathan Turner-1/+3
2016-08-16Update E0009 to new formatJacob-1/+4
2016-08-17rustc: remove ParamSpace from Substs.Eduard Burtescu-43/+43
2016-08-17rustc: split GenericPredicates of a method from its parent predicates.Eduard Burtescu-1/+2
2016-08-17rustc: remove SelfSpace from ParamSpace.Eduard Burtescu-47/+47
2016-08-17rustc: move the SelfSpace before TypeSpace in Substs.Eduard Burtescu-33/+33
2016-08-16E0403 update error formatChris Stankus-0/+2
2016-08-17Update E0005 Unit-TestDustin Bensing-0/+1
2016-08-16update to new error format E0409Mikhail Modin-1/+6
2016-08-17Updated E0394 to new error messageKnight-1/+4
2016-08-17Updated E0422 to new error messageKnight-1/+3
2016-08-16Auto merge of #35617 - jseyfried:fix_unused_cfg_attr_path, r=eddybbors-2/+14
2016-08-16Use UI test to test spans, instead of forced line breakSeo Sanghyeon-37/+0
2016-08-16Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakisbors-102/+93