| Age | Commit message (Expand) | Author | Lines |
| 2016-08-30 | Guard against platforms on which the sysv64 calling convention is not valid i... | CensoredUsername | -0/+6 |
| 2016-08-30 | Feature gate the sysv64 abi as feature(abi_sysv64) and add tests | CensoredUsername | -0/+19 |
| 2016-08-30 | Auto merge of #36126 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -4/+33 |
| 2016-08-30 | Rollup merge of #36125 - gavinb:error_msgs_p1, r=jonathandturner | Guillaume Gomez | -0/+4 |
| 2016-08-30 | Rollup merge of #36103 - zjhmale:fix-E0089, r=jonathandturner | Guillaume Gomez | -1/+3 |
| 2016-08-30 | Rollup merge of #36100 - 0xmohit:pr/error-code-E0260, r=jonathandturner | Guillaume Gomez | -1/+4 |
| 2016-08-30 | Rollup merge of #36060 - paulfanelli:update-e0463-error-msg, r=jonathandturner | Guillaume Gomez | -1/+3 |
| 2016-08-30 | Rollup merge of #36056 - birryree:E0194_new_error_format, r=jonathandturner | Guillaume Gomez | -1/+3 |
| 2016-08-30 | Rollup merge of #36054 - mikhail-m1:master2, r=jonathandturner | Guillaume Gomez | -0/+16 |
| 2016-08-30 | Auto merge of #36066 - jseyfried:rollup, r=Manishearth | bors | -4/+119 |
| 2016-08-30 | Update compiler error 0034 to use new format. | athulappadan | -3/+11 |
| 2016-08-30 | E0184 Update error format #35275 | Gavin Baker | -0/+2 |
| 2016-08-30 | E0165 Update error format #35270 | Gavin Baker | -0/+1 |
| 2016-08-30 | E0164 Update error format #35269 | Gavin Baker | -0/+1 |
| 2016-08-30 | Update E0089 to new error format | zjhmale | -1/+3 |
| 2016-08-29 | Update E0463 error message to new format | Paul Fanelli | -1/+3 |
| 2016-08-29 | removed unneeded test, also compiletest vs. rustfmt | Andre Bogus | -17/+101 |
| 2016-08-29 | rustfmt tests | Andre Bogus | -35/+37 |
| 2016-08-29 | Update E0260 to new error format | Mohit Agarwal | -1/+4 |
| 2016-08-29 | update error E0451 to new format | Mikhail Modin | -0/+16 |
| 2016-08-29 | E0458 Update error format #35932 | Gavin Baker | -1/+3 |
| 2016-08-29 | E0459 Update error format #35933 | Gavin Baker | -0/+1 |
| 2016-08-28 | Add test for #24204 | Andrew Paseltiner | -0/+27 |
| 2016-08-28 | Add test for #28324 | Andrew Paseltiner | -0/+18 |
| 2016-08-28 | fixed and extended tests once more | Andre Bogus | -3/+67 |
| 2016-08-28 | Auto merge of #36058 - apasel422:tests, r=alexcrichton | bors | -0/+48 |
| 2016-08-28 | Rollup merge of #35850 - SergioBenitez:master, r=nrc | Jeffrey Seyfried | -0/+111 |
| 2016-08-28 | Rollup merge of #35480 - KiChjang:e0379-bonus, r=nikomatsakis | Jeffrey Seyfried | -3/+7 |
| 2016-08-28 | Rollup merge of #35591 - GuillaumeGomez:generics_span, r=jntrmr | Jeffrey Seyfried | -1/+1 |
| 2016-08-27 | Move E0379 check from typeck to ast validation | Keith Yeung | -3/+7 |
| 2016-08-27 | Add tests for #20433, #26251, #28625, #33687 | Andrew Paseltiner | -0/+48 |
| 2016-08-27 | Rollup merge of #36044 - mikhail-m1:master, r=jonathandturner | Jonathan Turner | -2/+6 |
| 2016-08-27 | Rollup merge of #36003 - GuillaumeGomez:err_codes, r=jonathandturner | Jonathan Turner | -0/+324 |
| 2016-08-27 | Rollup merge of #35989 - 0xmohit:pr/error-code-E0453, r=jonathandturner | Jonathan Turner | -3/+8 |
| 2016-08-27 | Rollup merge of #35985 - 0xmohit:pr/error-code-E0277, r=jonathandturner | Jonathan Turner | -2/+31 |
| 2016-08-27 | Rollup merge of #35657 - ahmedcharles:e0389, r=jonathandturner | Jonathan Turner | -0/+1 |
| 2016-08-27 | update error E0450 to new format | Mikhail Modin | -2/+6 |
| 2016-08-27 | Fixes #35280 to update E0194 to support new error message format. Part of #35... | William Lee | -1/+3 |
| 2016-08-26 | Auto merge of #35877 - KiChjang:issue-35869, r=arielb1 | bors | -0/+37 |
| 2016-08-27 | Rollup merge of #36014 - slash3g:stabilize-type-macros, r=nikomatsakis | Manish Goregaokar | -33/+5 |
| 2016-08-27 | Rollup merge of #36002 - eddyb:abstract-kindness, r=nikomatsakis | Manish Goregaokar | -43/+43 |
| 2016-08-27 | Rollup merge of #35953 - Aatch:better-missing-block-error, r=nrc | Manish Goregaokar | -0/+20 |
| 2016-08-27 | Rollup merge of #35877 - KiChjang:issue-35869, r=arielb1 | Manish Goregaokar | -0/+37 |
| 2016-08-27 | rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer. | Eduard Burtescu | -43/+43 |
| 2016-08-26 | Add new error code tests | Guillaume Gomez | -0/+324 |
| 2016-08-26 | Stabilize type-macros | Daniele Baracchi | -33/+5 |
| 2016-08-26 | Update E0453 to new error format | Mohit Agarwal | -3/+8 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -0/+111 |
| 2016-08-25 | Update E0277 to new error format | Mohit Agarwal | -2/+31 |
| 2016-08-24 | Auto merge of #35971 - jonathandturner:rollup, r=jonathandturner | bors | -4/+149 |