| Age | Commit message (Expand) | Author | Lines |
| 2016-08-18 | Rollup merge of #35744 - DevShep:ds/update_E0009, r=jonathandturner | Eduard-Mihai Burtescu | -4/+5 |
| 2016-08-16 | Update E0009 to new format | Jacob | -4/+5 |
| 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 | -3/+3 |
| 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-09 | Update E0007 to new format | srdja | -1/+4 |
| 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-06 | Rollup merge of #35380 - TheZoq2:master, r=jonathandturner | Eduard-Mihai Burtescu | -2/+7 |
| 2016-08-05 | Update E0004 to use labels | TheZoq2 | -2/+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-07-29 | intravisit: Fold functionality of IdVisitor into the regular Visitor. | Michael Woerister | -6/+4 |
| 2016-07-22 | refactor constant evaluation error reporting | Ariel Ben-Yehuda | -32/+23 |
| 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 | -4/+4 |
| 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-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -3/+2 |
| 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 | -1/+2 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -1/+1 |
| 2016-06-11 | Remove last traces of identifier hygiene from HIR | Vadim Petrochenkov | -2/+1 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -13/+8 |
| 2016-06-09 | fix damage in librustc | Ariel Ben-Yehuda | -2/+3 |
| 2016-06-09 | handle string literals correctly in match checking | Ariel Ben-Yehuda | -75/+112 |
| 2016-06-09 | implement RFC495 semantics for slice patterns | Ariel Ben-Yehuda | -58/+45 |
| 2016-05-28 | Refactor away some functions from hir::pat_util | Vadim Petrochenkov | -26/+20 |
| 2016-05-28 | Separate bindings from other patterns in HIR | Vadim Petrochenkov | -63/+44 |
| 2016-05-26 | Replace pat_adjust_pos with an iterator adapter | Vadim Petrochenkov | -2/+2 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -11/+22 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -4/+4 |
| 2016-05-11 | rustc: Split local type contexts interners from the global one. | Eduard Burtescu | -8/+7 |
| 2016-05-11 | rustc: Wrap users of InferCtxt in an anonymous scope. | Eduard Burtescu | -16/+14 |
| 2016-05-11 | rustc: Remove the TyCtxt field from ParameterEnvironment. | Eduard Burtescu | -1/+1 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -4/+4 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -4/+4 |
| 2016-05-11 | infer: Use methods for creating an InferCtxt. | Eduard Burtescu | -9/+7 |
| 2016-05-03 | Rollup merge of #33323 - birkenfeld:issue-31221, r=Manishearth | Manish Goregaokar | -2/+21 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -1/+1 |