| Age | Commit message (Expand) | Author | Lines |
| 2016-08-18 | Update error format for E0232 | Michael Layne | -1/+4 |
| 2016-08-18 | Update error message for E0084 | pliniker | -1/+3 |
| 2016-08-18 | Add Span field for Generics structs | Guillaume Gomez | -1/+1 |
| 2016-08-18 | Auto merge of #35732 - jonathandturner:region_error_labels, r=nikomatsakis | bors | -50/+36 |
| 2016-08-18 | Fix fallout in tests. | Jeffrey Seyfried | -3/+2 |
| 2016-08-18 | Auto merge of #35769 - eddyb:rollup, r=eddyb | bors | -8/+334 |
| 2016-08-17 | updated E0396 to new error format | clementmiao | -0/+2 |
| 2016-08-17 | updated E0395 to new error format | clementmiao | -1/+2 |
| 2016-08-18 | Rollup merge of #35770 - crypto-universe:E0221, r=jonathandturner | Eduard-Mihai Burtescu | -1/+5 |
| 2016-08-18 | Rollup merge of #35768 - GuillaumeGomez:err_codes, r=jonathandturner | Eduard-Mihai Burtescu | -0/+268 |
| 2016-08-18 | Rollup merge of #35765 - KiChjang:e0053-bonus, r=jonathandturner | Eduard-Mihai Burtescu | -4/+10 |
| 2016-08-18 | Rollup merge of #35756 - crypto-universe:E0407, r=GuillaumeGomez | Eduard-Mihai Burtescu | -1/+3 |
| 2016-08-18 | Rollup merge of #35749 - GuillaumeGomez:raw_field, r=jonathandturner | Eduard-Mihai Burtescu | -0/+39 |
| 2016-08-18 | Rollup merge of #35744 - DevShep:ds/update_E0009, r=jonathandturner | Eduard-Mihai Burtescu | -1/+4 |
| 2016-08-18 | Rollup merge of #35739 - circuitfox:E0403-update-error-format, r=jonathandturner | Eduard-Mihai Burtescu | -0/+2 |
| 2016-08-18 | Rollup merge of #35346 - DarkEld3r:e0093-formatting, r=jonathandturner | Eduard-Mihai Burtescu | -1/+3 |
| 2016-08-17 | Fix tidy and nits | Jonathan Turner | -4/+4 |
| 2016-08-18 | Fix tidy check. | crypto-universe | -1/+1 |
| 2016-08-17 | Move 'doesn't live long enough' errors to labels | Jonathan Turner | -50/+36 |
| 2016-08-17 | Display secondary span for E0053 for Mutability TypeErrors | Keith Yeung | -4/+10 |
| 2016-08-18 | Updated test for E0221 | crypto-universe | -1/+5 |
| 2016-08-17 | Add new error code tests | Guillaume Gomez | -0/+268 |
| 2016-08-17 | Replace local backtrace with def-use, repair std macro spans | Jonathan Turner | -157/+0 |
| 2016-08-17 | New output for E0407 | crypto-universe | -1/+3 |
| 2016-08-17 | Merge branch 'master' into E0403-update-error-format | Chris Stankus | -48/+49 |
| 2016-08-17 | Remove trailing white space | Jacob | -1/+1 |
| 2016-08-17 | Fixes issue #11004 | Guillaume Gomez | -0/+39 |
| 2016-08-17 | Rollup merge of #35731 - pythoneer:fix-35192, r=jonathandturner | Jonathan Turner | -0/+1 |
| 2016-08-17 | Rollup merge of #35726 - mikhail-m1:master2, r=jonathandturner | Jonathan Turner | -1/+6 |
| 2016-08-17 | Rollup merge of #35722 - knight42:update-error-msg, r=jonathandturner | Jonathan Turner | -2/+7 |
| 2016-08-17 | Rollup merge of #35713 - sanxiyn:ui-test, r=nikomatsakis | Jonathan Turner | -37/+0 |
| 2016-08-17 | Rollup merge of #35686 - mikhail-m1:master, r=jonathandturner | Jonathan Turner | -1/+7 |
| 2016-08-17 | Rollup merge of #35672 - yossi-k:issue/35323, r=GuillaumeGomez | Jonathan Turner | -0/+3 |
| 2016-08-17 | Rollup merge of #35671 - canaltinova:E0392, r=jonathandturner | Jonathan Turner | -0/+1 |
| 2016-08-17 | Rollup merge of #35670 - RockyTV:e0365, r=jonathandturner | Jonathan Turner | -1/+4 |
| 2016-08-17 | Rollup merge of #35660 - terrynsun:e0207, r=jonathandturner | Jonathan Turner | -1/+1 |
| 2016-08-17 | Rollup merge of #35415 - silenuss:e0030-formatting, r=jonathandturner | Jonathan Turner | -1/+3 |
| 2016-08-16 | Update E0009 to new format | Jacob | -1/+4 |
| 2016-08-17 | rustc: remove ParamSpace from Substs. | Eduard Burtescu | -43/+43 |
| 2016-08-17 | rustc: split GenericPredicates of a method from its parent predicates. | Eduard Burtescu | -1/+2 |
| 2016-08-17 | rustc: remove SelfSpace from ParamSpace. | Eduard Burtescu | -47/+47 |
| 2016-08-17 | rustc: move the SelfSpace before TypeSpace in Substs. | Eduard Burtescu | -33/+33 |
| 2016-08-16 | E0403 update error format | Chris Stankus | -0/+2 |
| 2016-08-17 | Update E0005 Unit-Test | Dustin Bensing | -0/+1 |
| 2016-08-16 | update to new error format E0409 | Mikhail Modin | -1/+6 |
| 2016-08-17 | Updated E0394 to new error message | Knight | -1/+4 |
| 2016-08-17 | Updated E0422 to new error message | Knight | -1/+3 |
| 2016-08-16 | Auto merge of #35617 - jseyfried:fix_unused_cfg_attr_path, r=eddyb | bors | -2/+14 |
| 2016-08-16 | Use UI test to test spans, instead of forced line break | Seo Sanghyeon | -37/+0 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -102/+93 |