| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-08-09 | E0128 update error format | Chris Stankus | -0/+2 | |
| 2016-08-09 | Update E0007 to new format | srdja | -2/+4 | |
| 2016-08-09 | Update E0038 to the new error format | Panashe M. Fundira | -3/+15 | |
| 2016-08-10 | Merge branch 'master' of github.com:theypsilon/rust | José manuel Barroso Galindo | -67/+323 | |
| 2016-08-10 | Update error message E0384 to new format | José manuel Barroso Galindo | -5/+9 | |
| Part of #35233 Fixes #35184 | ||||
| 2016-08-09 | Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw | bors | -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-09 | Update E0087.rs | Jonathan Turner | -1/+1 | |
| 2016-08-09 | added unit test | hank-der-hafenarbeiter | -1/+2 | |
| 2016-08-09 | use preds to serialize just what we need | Niko 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-09 | updated unit test | hank-der-hafenarbeiter | -0/+1 | |
| 2016-08-08 | Auto merge of #34762 - creativcoder:slice-ext, r=alexcrichton | bors | -0/+29 | |
| extend lifetime on binary_search_by_key of SliceExt trait Fixes #34683. | ||||
| 2016-08-08 | Update E0008 to new format | srdja | -1/+3 | |
| 2016-08-08 | Update unit test for E0092 | Stephen Lazaro | -1/+1 | |
| 2016-08-08 | Update error messages for E0091 and E0092 | Stephen Lazaro | -0/+2 | |
| 2016-08-08 | Rollup 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-08 | Rollup merge of #35507 - hank-der-hafenarbeiter:master, r=jonathandturner | Jonathan Turner | -0/+3 | |
| Updated Error mesage to new format for E0221 Part of #35386 r? @jonathandturner | ||||
| 2016-08-08 | Rollup merge of #35504 - razielgn:updated-e0026-to-new-format, r=jonathandturner | Jonathan Turner | -1/+3 | |
| Updated E0026 to new format. Part of #35233. Fixes #35497. r? @jonathandturner | ||||
| 2016-08-08 | Rollup merge of #35484 - KiChjang:e0205-bonus, r=GuillaumeGomez | Jonathan Turner | -2/+2 | |
| Shrink E0205 span label to the trait being implemented Part of #35233. Extension of #35468. Closes #35382. r? @GuillaumeGomez | ||||
| 2016-08-08 | Rollup merge of #35475 - shyaamsundhar:patch-1, r=jonathandturner | Jonathan Turner | -1/+1 | |
| E0248 New Format | ||||
| 2016-08-08 | Rollup merge of #35470 - munyari:e0214, r=jonathandturner | Jonathan Turner | -1/+3 | |
| Update E0214 to the new error format Part of #35233 Addresses #35383 "r? @jonathandturner | ||||
| 2016-08-08 | Rollup merge of #35458 - GuillaumeGomez:test_string_ICE, r=alexcrichton | Jonathan Turner | -0/+19 | |
| Add run-pass test for issue 33498 Fixes #33498. r? @alexcrichton | ||||
| 2016-08-08 | Rollup merge of #35449 - poveda-ruiz:master, r=jonathandturner | Jonathan Turner | -0/+1 | |
| Updated E0087 to new format Part of #35233. r? @jonathandturner | ||||
| 2016-08-08 | Rollup merge of #35446 - pcn:update-E0023-to-new-format, r=jonathandturner | Jonathan 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-08 | Rollup merge of #35396 - munyari:e0191, r=jonathandturner | Jonathan Turner | -0/+2 | |
| Update E0191 to the new error format Part of #35233 "r? @jonathandturner | ||||
| 2016-08-08 | Update E0162 to the new format | Krzysztof Garczynski | -0/+1 | |
| 2016-08-08 | add test for issue #29053 | Felix Rath | -0/+21 | |
| 2016-08-09 | extend lifetime on binary_search_by_key of SliceExt trait | Rahul Sharma | -0/+29 | |
| 2016-08-08 | Updated E0026 to new format. | Federico Ravasio | -1/+3 | |
| 2016-08-08 | updated unit test! | hank-der-hafenarbeiter | -0/+3 | |
| 2016-08-08 | Auto merge of #35492 - jonathandturner:fix_nightlies, r=arielb1 | bors | -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-08 | Shrink span to variant discriminant expression for E0081 | Keith Yeung | -11/+16 | |
| 2016-08-08 | Add new error code tests | Guillaume Gomez | -0/+190 | |
| 2016-08-08 | Remove the NOTE tests for now. We'll move to UI tests later | Jonathan Turner | -5/+0 | |
| 2016-08-08 | Auto merge of #35456 - birkenfeld:issue-33784, r=nikomatsakis | bors | -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-07 | Shrink E0205 span label to the trait being implemented | Keith Yeung | -2/+2 | |
| 2016-08-07 | Update E0206 message to new format | Keith Yeung | -11/+28 | |
| 2016-08-07 | Updated E0087 to new format | Christian Poveda | -0/+1 | |
| 2016-08-08 | E0248 Change in issue format | ShyamSundarB | -1/+1 | |
| 2016-08-07 | Update E0214 to the new error format | Panashe M. Fundira | -1/+3 | |
| 2016-08-07 | Rollup merge of #35468 - munyari:e0205, r=jonathandturner | Jonathan Turner | -2/+7 | |
| Update E0205 to the new error format Part of #35233 Addresses #35382 "r? @jonathandturner | ||||
| 2016-08-07 | Rollup merge of #35467 - terrynsun:master, r=jonathandturner | Jonathan Turner | -1/+4 | |
| Update E0116 to new error code format. Fixes #35249 as part of #35233. r? @jonathandturner | ||||
| 2016-08-07 | Rollup merge of #35455 - munyari:e0204, r=jonathandturner | Jonathan Turner | -3/+8 | |
| Update E0204 to the new error format Part of #35233 Addresses #35381 "r? @jonathandturner | ||||
| 2016-08-07 | Rollup merge of #35454 - Detegr:master, r=jonathandturner | Jonathan Turner | -0/+4 | |
| New error message format for E0117 and E0118 Part of #35233 r? @jonathandturner | ||||
| 2016-08-07 | Rollup merge of #35443 - franleplant:master, r=jonathandturner | Jonathan 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-07 | Rollup merge of #35439 - pcn:update-E0010-error-message, r=jonathandturner | Jonathan Turner | -0/+1 | |
| Update E0010 to use the new format For https://github.com/rust-lang/rust/issues/35194 | ||||
| 2016-08-07 | Rollup merge of #35434 - intrepion:fix-compile-fail-e0121, r=jonathandturner | Jonathan Turner | -0/+34 | |
| Fixing compiler error E0121 Fixes #35254 and part of #35233 | ||||
| 2016-08-07 | Rollup merge of #35421 - razielgn:updated-e0225-to-new-format, r=jonathandturner | Jonathan Turner | -1/+3 | |
| Updated E0225 to new format. Part of #35233. Fixes #35388. r? @jonathandturner | ||||
| 2016-08-07 | Rollup merge of #35419 - Keats:err-243, r=jonathandturner | Jonathan Turner | -14/+39 | |
| Update error message for E0243 and E0244 Fixes #35389 and #35390 as part of #35233. r? @jonathandturner | ||||
| 2016-08-07 | Rollup merge of #35417 - Limeth:master, r=jonathandturner | Jonathan 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-07 | Rollup merge of #35413 - silenuss:e0029-formatting, r=jonathandturner | Jonathan Turner | -1/+5 | |
| Update compiler error 0029 to use new error format. Part of #35233, Addresses #35201 r? @jonathandturner | ||||
