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