about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Collapse)AuthorLines
2016-08-09E0128 update error formatChris Stankus-0/+2
2016-08-09Update E0007 to new formatsrdja-2/+4
2016-08-09Update E0038 to the new error formatPanashe M. Fundira-3/+15
2016-08-10Merge branch 'master' of github.com:theypsilon/rustJosé manuel Barroso Galindo-67/+323
2016-08-10Update error message E0384 to new formatJosé manuel Barroso Galindo-5/+9
Part of #35233 Fixes #35184
2016-08-09Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mwbors-6/+134
Address ICEs running w/ incremental compilation and building glium Fixes for various ICEs I encountered trying to build glium with incremental compilation enabled. Building glium now works. Of the 4 ICEs, I have test cases for 3 of them -- I didn't isolate a test for the last commit and kind of want to go do other things -- most notably, figuring out why incremental isn't saving much *effort*. But if it seems worthwhile and I can come back and try to narrow down the problem. r? @michaelwoerister Fixes #34991 Fixes #32015
2016-08-09Update E0087.rsJonathan Turner-1/+1
2016-08-09added unit testhank-der-hafenarbeiter-1/+2
2016-08-09use preds to serialize just what we needNiko Matsakis-6/+12
This massively speeds up serialization. It also seems to produce deterministic metadata hashes (before I was seeing inconsistent results). Fixes #35232.
2016-08-09updated unit testhank-der-hafenarbeiter-0/+1
2016-08-08Auto merge of #34762 - creativcoder:slice-ext, r=alexcrichtonbors-0/+29
extend lifetime on binary_search_by_key of SliceExt trait Fixes #34683.
2016-08-08Update E0008 to new formatsrdja-1/+3
2016-08-08Update unit test for E0092Stephen Lazaro-1/+1
2016-08-08Update error messages for E0091 and E0092Stephen Lazaro-0/+2
2016-08-08Rollup merge of #35524 - garekkream:update-E0162-new-error-format, ↵Jonathan Turner-0/+1
r=jonathandturner Update E0162 to the new format Part of #35233. Fixes #35268. r? @jonathandturner
2016-08-08Rollup merge of #35507 - hank-der-hafenarbeiter:master, r=jonathandturnerJonathan Turner-0/+3
Updated Error mesage to new format for E0221 Part of #35386 r? @jonathandturner
2016-08-08Rollup merge of #35504 - razielgn:updated-e0026-to-new-format, r=jonathandturnerJonathan Turner-1/+3
Updated E0026 to new format. Part of #35233. Fixes #35497. r? @jonathandturner
2016-08-08Rollup merge of #35484 - KiChjang:e0205-bonus, r=GuillaumeGomezJonathan Turner-2/+2
Shrink E0205 span label to the trait being implemented Part of #35233. Extension of #35468. Closes #35382. r? @GuillaumeGomez
2016-08-08Rollup merge of #35475 - shyaamsundhar:patch-1, r=jonathandturnerJonathan Turner-1/+1
E0248 New Format
2016-08-08Rollup merge of #35470 - munyari:e0214, r=jonathandturnerJonathan Turner-1/+3
Update E0214 to the new error format Part of #35233 Addresses #35383 "r? @jonathandturner
2016-08-08Rollup merge of #35458 - GuillaumeGomez:test_string_ICE, r=alexcrichtonJonathan Turner-0/+19
Add run-pass test for issue 33498 Fixes #33498. r? @alexcrichton
2016-08-08Rollup merge of #35449 - poveda-ruiz:master, r=jonathandturnerJonathan Turner-0/+1
Updated E0087 to new format Part of #35233. r? @jonathandturner
2016-08-08Rollup merge of #35446 - pcn:update-E0023-to-new-format, r=jonathandturnerJonathan Turner-0/+5
Update E0023 to the new format Added some extra code to check for the appropriate ending for numbers == 1 vs. not 1 in error messages. Added an extra test so that the plural suffix is seen and exercised.
2016-08-08Rollup merge of #35396 - munyari:e0191, r=jonathandturnerJonathan Turner-0/+2
Update E0191 to the new error format Part of #35233 "r? @jonathandturner
2016-08-08Update E0162 to the new formatKrzysztof Garczynski-0/+1
2016-08-08add test for issue #29053Felix Rath-0/+21
2016-08-09extend lifetime on binary_search_by_key of SliceExt traitRahul Sharma-0/+29
2016-08-08Updated E0026 to new format.Federico Ravasio-1/+3
2016-08-08updated unit test!hank-der-hafenarbeiter-0/+3
2016-08-08Auto merge of #35492 - jonathandturner:fix_nightlies, r=arielb1bors-5/+0
Fix for nightlies Remove the NOTE tests for now so that nightlies will pass. We'll move many of these tests to UI tests later, as this is a better place to check the notes. cc @alexcrichton
2016-08-08Shrink span to variant discriminant expression for E0081Keith Yeung-11/+16
2016-08-08Add new error code testsGuillaume Gomez-0/+190
2016-08-08Remove the NOTE tests for now. We'll move to UI tests laterJonathan Turner-5/+0
2016-08-08Auto merge of #35456 - birkenfeld:issue-33784, r=nikomatsakisbors-0/+46
typeck: suggest (x.field)(...) to call struct fields even when x is a reference Fixes: #33784 Note: This is a reopen of #33785.
2016-08-07Shrink E0205 span label to the trait being implementedKeith Yeung-2/+2
2016-08-07Update E0206 message to new formatKeith Yeung-11/+28
2016-08-07Updated E0087 to new formatChristian Poveda-0/+1
2016-08-08E0248 Change in issue formatShyamSundarB-1/+1
2016-08-07Update E0214 to the new error formatPanashe M. Fundira-1/+3
2016-08-07Rollup merge of #35468 - munyari:e0205, r=jonathandturnerJonathan Turner-2/+7
Update E0205 to the new error format Part of #35233 Addresses #35382 "r? @jonathandturner
2016-08-07Rollup merge of #35467 - terrynsun:master, r=jonathandturnerJonathan Turner-1/+4
Update E0116 to new error code format. Fixes #35249 as part of #35233. r? @jonathandturner
2016-08-07Rollup merge of #35455 - munyari:e0204, r=jonathandturnerJonathan Turner-3/+8
Update E0204 to the new error format Part of #35233 Addresses #35381 "r? @jonathandturner
2016-08-07Rollup merge of #35454 - Detegr:master, r=jonathandturnerJonathan Turner-0/+4
New error message format for E0117 and E0118 Part of #35233 r? @jonathandturner
2016-08-07Rollup merge of #35443 - franleplant:master, r=jonathandturnerJonathan Turner-2/+6
Update E0101 and E0102 to new format Part of #35233 Fixes #35243 Fixes #35244 r? @jonathandturner PS: My first contribution
2016-08-07Rollup merge of #35439 - pcn:update-E0010-error-message, r=jonathandturnerJonathan Turner-0/+1
Update E0010 to use the new format For https://github.com/rust-lang/rust/issues/35194
2016-08-07Rollup merge of #35434 - intrepion:fix-compile-fail-e0121, r=jonathandturnerJonathan Turner-0/+34
Fixing compiler error E0121 Fixes #35254 and part of #35233
2016-08-07Rollup merge of #35421 - razielgn:updated-e0225-to-new-format, r=jonathandturnerJonathan Turner-1/+3
Updated E0225 to new format. Part of #35233. Fixes #35388. r? @jonathandturner
2016-08-07Rollup merge of #35419 - Keats:err-243, r=jonathandturnerJonathan Turner-14/+39
Update error message for E0243 and E0244 Fixes #35389 and #35390 as part of #35233. r? @jonathandturner
2016-08-07Rollup merge of #35417 - Limeth:master, r=jonathandturnerJonathan Turner-1/+3
E0131 updated to new format Changes ``` error[E0131]: main function is not allowed to have type parameters --> src/test/compile-fail/E0131.rs:11:1 | 11 | fn main<T>() { //~ ERROR E0131 | ^ ``` to ``` error[E0131]: main function is not allowed to have type parameters --> src/test/compile-fail/E0131.rs:11:1 | 11 | fn main<T>() { //~ ERROR E0131 | ^^^ main cannot have type parameters ``` Fixes #35257. Part of #35233. r? @jonathandturner
2016-08-07Rollup merge of #35413 - silenuss:e0029-formatting, r=jonathandturnerJonathan Turner-1/+5
Update compiler error 0029 to use new error format. Part of #35233, Addresses #35201 r? @jonathandturner