about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-09-02Rollup merge of #36223 - abhiQmar:e0558-formatting, r=jonathandturnerJonathan Turner-1/+4
2016-09-02Rollup merge of #36210 - EugeneGonzalez:E0529, r=jonathandturnerJonathan Turner-1/+3
2016-09-02Rollup merge of #36205 - EugeneGonzalez:E0528, r=jonathandturnerJonathan Turner-1/+3
2016-09-02Rollup merge of #36171 - jonathandturner:temporary_value, r=nikomatsakisJonathan Turner-36/+14
2016-09-03Update compiler error E0558 to use new error formatAbhishek Kumar-1/+4
2016-09-02Update E0496 to new formatAndrea Corradi-46/+66
2016-09-02rustc: Implement custom derive (macros 1.1)Alex Crichton-4/+3
2016-09-02Forget to update tests to use new error messageJared Roesch-2/+2
2016-09-02Address feedback, and remove invalid testsJared Roesch-164/+53
2016-09-02Reject certain auto trait declarationsJared Roesch-16/+5
2016-09-02Add tests for #29859Jared Roesch-0/+50
2016-09-02Moved test on E0493 from compile-fail to ui.Federico Ravasio-33/+0
2016-09-02E0493: showing a label where the destructor is defined.Federico Ravasio-0/+9
2016-09-01Auto merge of #35915 - llogiq:rfc-1623, r=nikomatsakisbors-15/+199
2016-09-01Fixed E0529's label and unit testEugene R Gonzalez-1/+3
2016-09-01Fixed E0528 label and unit testEugene R Gonzalez-1/+3
2016-09-01Avoid cascading name resolution errors caused by an ambiguous module.Jeffrey Seyfried-0/+5
2016-09-01Avoid reporting multiple ambiguity errors for a single use of a name.Jeffrey Seyfried-0/+13
2016-09-01item_like_imports: Allow unused ambiguous glob imports.Jeffrey Seyfried-0/+14
2016-09-01item_like_imports: Allow multiple glob imports of the same item.Jeffrey Seyfried-0/+38
2016-09-01item_like_imports: Make all visible items glob importable.Jeffrey Seyfried-0/+7
2016-09-01item_like_imports: Allow single imports with a given visibilityJeffrey Seyfried-0/+37
2016-09-01Improve diagnostics and remove dead code.Jeffrey Seyfried-2/+6
2016-09-01Fix test `compile-fail/task-rng-isnt-sendable.rs`.Jeffrey Seyfried-2/+2
2016-09-01Auto merge of #34494 - CensoredUsername:allow_sysV64_abi, r=nagisabors-0/+19
2016-09-01Auto merge of #34982 - arielb1:bad-tuples-and-objects, r=nikomatsakisbors-34/+5
2016-09-01turn the RFC1592 warnings into hard errorsAriel Ben-Yehuda-34/+5
2016-08-31Update error message for lifetime of borrowed valuesJonathan Turner-36/+14
2016-08-31Rollup merge of #36114 - zjhmale:fix-E0393, r=jonathandturnerJonathan Turner-7/+19
2016-08-31Rollup merge of #36087 - apasel422:issue-28324, r=alexcrichtonJonathan Turner-0/+18
2016-08-31Rollup merge of #35773 - EugeneGonzalez:master, r=jonathandturnerJonathan Turner-1/+5
2016-08-31Updated E0493 to new format.Federico Ravasio-1/+3
2016-08-31Rollup merge of #36148 - birryree:E0194_bonus_format, r=jonathandturnerJonathan Turner-2/+2
2016-08-31Rollup merge of #36147 - mikhail-m1:master, r=jonathandturnerJonathan Turner-0/+8
2016-08-31Rollup merge of #36141 - GuillaumeGomez:err_codes, r=jonathandturnerJonathan Turner-0/+160
2016-08-31Rollup merge of #36136 - athulappadan:E0034, r=jonathandturnerJonathan Turner-3/+11
2016-08-31Rollup merge of #36135 - 0xmohit:pr/error-code-E0520, r=jonathandturnerJonathan Turner-1/+5
2016-08-31Rollup merge of #36089 - apasel422:issue-24204, r=alexcrichtonJonathan Turner-0/+27
2016-08-31Rollup merge of #36079 - acrrd:new_format_E0318, r=GuillaumeGomezJonathan Turner-3/+2
2016-08-31Rollup merge of #36050 - abhiQmar:e0076-formatting, r=jonathandturnerJonathan Turner-1/+3
2016-08-31Bonus fix for #35280. Part of #35233. Fixes #36057. Adding expanded notes/con...William Lee-2/+2
2016-08-31Update E0393 to new error formatzjhmale-7/+19
2016-08-31Warn about multiple conflicting #[repr] hintsChris Wong-0/+30
2016-08-30Change E0259 to the new error formatEugene R Gonzalez-1/+5
2016-08-31Update compiler error E0076 to use new error formatAbhishek Kumar-1/+3
2016-08-30update E0265 to new formatMikhail Modin-0/+8
2016-08-30Update E0318 to new formatAndrea Corradi-3/+2
2016-08-30Add new error code testsggomez-0/+160
2016-08-30Update E0520 to new error formatMohit Agarwal-1/+5
2016-08-30Remove useless //ignore-arch directives on a compile-fail test, and add anoth...CensoredUsername-6/+0