| Age | Commit message (Expand) | Author | Lines |
| 2016-10-19 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-09-23 | Auto merge of #36335 - mcarton:compiletest, r=GuillaumeGomez | bors | -8/+8 |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -9/+8 |
| 2016-09-20 | rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names. | Eduard Burtescu | -7/+5 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -3/+11 |
| 2016-09-20 | rustc_metadata: remove ty{en,de}code and move to auto-derived serialization. | Eduard Burtescu | -14/+13 |
| 2016-09-20 | rustc: remove hir::fold. | Eduard Burtescu | -50/+55 |
| 2016-09-20 | rustc: replace uses of NodeId in Def, other than closures and labels. | Eduard Burtescu | -1/+2 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -2/+2 |
| 2016-09-20 | Don't ICE when a float can't be parsed | mcarton | -8/+8 |
| 2016-09-13 | Auto merge of #36041 - ahmedcharles:try, r=nrc | bors | -22/+19 |
| 2016-09-11 | Use question_mark feature in librustc_const_eval. | Ahmed Charles | -22/+19 |
| 2016-09-10 | Update E0297 to new error format | John Firebaugh | -2/+5 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -26/+28 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -9/+9 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -2/+2 |
| 2016-09-03 | Translate union constants | Vadim Petrochenkov | -2/+5 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -4/+6 |
| 2016-08-30 | E0165 Update error format #35270 | Gavin Baker | -1/+4 |
| 2016-08-27 | rustc: pass ty::Region behind an interned 'tcx reference. | Eduard Burtescu | -1/+1 |
| 2016-08-18 | Rollup merge of #35744 - DevShep:ds/update_E0009, r=jonathandturner | Eduard-Mihai Burtescu | -4/+5 |
| 2016-08-17 | Rollup merge of #35731 - pythoneer:fix-35192, r=jonathandturner | Jonathan Turner | -3/+4 |
| 2016-08-16 | Update E0009 to new format | Jacob | -4/+5 |
| 2016-08-17 | rustc: reduce Substs and Generics to a simple immutable API. | Eduard Burtescu | -8/+8 |
| 2016-08-16 | Update E0005 to use a label | Dustin Bensing | -3/+4 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -2/+2 |
| 2016-08-14 | Rollup merge of #35644 - garekkream:update-E0302-new-error-format, r=jonathan... | Eduard-Mihai Burtescu | -1/+3 |
| 2016-08-13 | Minor fixups based on feedback | Andrew Cann | -1/+1 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -3/+3 |
| 2016-08-13 | Update E0302 to the new format | Krzysztof Garczynski | -1/+3 |
| 2016-08-13 | Update E0301 to the new format | Krzysztof Garczynski | -1/+3 |
| 2016-08-12 | rustc: rename ProjectionMode and its variant to be more memorable. | Eduard Burtescu | -7/+7 |
| 2016-08-11 | Rollup merge of #35532 - KiChjang:e0004-follow-up, r=jonathandturner | Jonathan Turner | -6/+1 |
| 2016-08-11 | Rollup merge of #35530 - srdja:master, r=jonathandturner | Jonathan Turner | -2/+8 |
| 2016-08-10 | Auto merge of #35525 - jonathandturner:rollup, r=jonathandturner | bors | -1/+4 |
| 2016-08-09 | Auto merge of #35401 - jonathandturner:enable_json_and_new_errors, r=jonathan... | bors | -6/+2 |
| 2016-08-09 | Update E0007 to new format | srdja | -1/+4 |
| 2016-08-09 | Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw | bors | -2/+2 |
| 2016-08-08 | Do not span across nodes for E0004 | Keith Yeung | -6/+1 |
| 2016-08-08 | Update E0008 to new format | srdja | -1/+4 |
| 2016-08-08 | Update E0162 to the new format | Krzysztof Garczynski | -1/+4 |
| 2016-08-07 | Lengthen the span label to include match and expr for E0004 | Keith Yeung | -1/+6 |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -6/+2 |
| 2016-08-06 | Auto merge of #35393 - GuillaumeGomez:err_codes2, r=jonathandturner | bors | -22/+26 |
| 2016-08-06 | Rollup merge of #35380 - TheZoq2:master, r=jonathandturner | Eduard-Mihai Burtescu | -2/+7 |
| 2016-08-06 | Rollup merge of #35370 - razielgn:updated-e0306-to-new-format, r=jonathandturner | Eduard-Mihai Burtescu | -4/+7 |
| 2016-08-05 | Add error code check in librustc_const_eval/diagnostics.rs | Guillaume Gomez | -22/+26 |
| 2016-08-05 | Update E0004 to use labels | TheZoq2 | -2/+7 |
| 2016-08-05 | Updated E0306 to new format. | Federico Ravasio | -4/+7 |
| 2016-08-04 | Changing label to "this is an..." | saml | -1/+1 |