| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-08-04 | Set label for unreachable pattern | saml | -0/+1 |
| 2016-08-02 | replace graph rewriting with detecting inlined ids | Niko Matsakis | -2/+2 |
| 2016-08-01 | Move caching of HIR-inlining into CStore in order to avoid duplicating inline... | Michael Woerister | -6/+6 |
| 2016-07-29 | intravisit: Fold functionality of IdVisitor into the regular Visitor. | Michael Woerister | -6/+4 |
| 2016-07-27 | Auto merge of #34907 - arielb1:found-parse-error, r=nikomatsakis | bors | -119/+212 |
| 2016-07-23 | address review comments | Ariel Ben-Yehuda | -27/+1 |
| 2016-07-22 | refactor constant evaluation error reporting | Ariel Ben-Yehuda | -119/+238 |
| 2016-07-22 | improve const eval error reporting on "" and b"" casts | Oliver Schneider | -2/+16 |
| 2016-07-11 | Auto merge of #34686 - alexcrichton:new-stage, r=luqmana | bors | -2/+1 |
| 2016-07-08 | Merge PatKind::QPath into PatKind::Path in HIR | Vadim Petrochenkov | -5/+5 |
| 2016-07-08 | Remove unnecessary accessor function VariantDefData::kind | Vadim Petrochenkov | -4/+4 |
| 2016-07-08 | Cleanup of some pattern related code | Vadim Petrochenkov | -14/+6 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -2/+1 |
| 2016-07-04 | Auto merge of #34638 - zackmdavis:if_let_over_none_empty_block_arm, r=jseyfried | bors | -3/+2 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -3/+2 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -1/+0 |
| 2016-06-29 | Rollup merge of #34497 - oli-obk:double_negation, r=eddyb | Manish Goregaokar | -48/+41 |
| 2016-06-27 | Revert "skip double negation in const eval" | Oliver Schneider | -48/+41 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -1/+1 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -4/+6 |
| 2016-06-21 | don't warn on casting byte strs to slices | Oliver Schneider | -0/+1 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -1/+1 |
| 2016-06-16 | Rollup merge of #34207 - petrochenkov:nohyg, r=jseyfried | Manish Goregaokar | -2/+1 |
| 2016-06-10 | Auto merge of #34174 - shepmaster:16-bit-mir, r=Aatch | bors | -20/+5 |
| 2016-06-11 | Remove last traces of identifier hygiene from HIR | Vadim Petrochenkov | -2/+1 |