| Age | Commit message (Expand) | Author | Lines |
| 2016-12-14 | evaluate obligations in LIFO order during closure projection | Ariel Ben-Yehuda | -1/+1 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+1 |
| 2016-11-06 | rustc: harden against InferOk having obligations in more cases. | Eduard Burtescu | -18/+31 |
| 2016-11-05 | Rollup merge of #37583 - michaelwoerister:hir-stats, r=alexcrichton | Alex Crichton | -0/+36 |
| 2016-11-05 | Rollup merge of #37577 - nnethercote:shrink-Expr-slightly, r=eddyb | Alex Crichton | -4/+4 |
| 2016-11-05 | Rollup merge of #37569 - jseyfried:improve_expansion_perf, r=eddyb | Alex Crichton | -30/+24 |
| 2016-11-04 | Rollup merge of #37408 - eddyb:lazy-5, r=nikomatsakis | Alex Crichton | -416/+264 |
| 2016-11-04 | Add -Zhir-stats for collecting statistics on HIR and AST | Michael Woerister | -0/+36 |
| 2016-11-04 | Auto merge of #37167 - nikomatsakis:jroesch-issue-18937, r=pnkfelix | bors | -118/+389 |
| 2016-11-03 | Auto merge of #36306 - nagisa:mir-local-cleanup, r=eddyb | bors | -5/+5 |
| 2016-11-04 | Shrink `Expr_::ExprStruct`. | Nicholas Nethercote | -3/+3 |
| 2016-11-04 | Reorder `hir::Expr` fields. | Nicholas Nethercote | -1/+1 |
| 2016-11-03 | Make `ast::ExprKind` smaller. | Jeffrey Seyfried | -30/+24 |
| 2016-11-03 | A way to remove otherwise unused locals from MIR | Simonas Kazlauskas | -5/+5 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-11-02 | just use full-normalization when for the impl trait ref | Niko Matsakis | -15/+10 |
| 2016-11-02 | normalize trait-ref in context of impl | Niko Matsakis | -8/+8 |
| 2016-11-01 | Auto merge of #37514 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -6/+0 |
| 2016-11-02 | rustc: record the target type of every adjustment. | Eduard Burtescu | -329/+183 |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -94/+88 |
| 2016-11-01 | Auto merge of #37491 - Mark-Simulacrum:closure-ice, r=eddyb | bors | -3/+14 |
| 2016-11-01 | pacify the mercilous tidy | Niko Matsakis | -12/+18 |
| 2016-11-01 | apply review feedback nits | Niko Matsakis | -6/+7 |
| 2016-11-01 | introduce new origin for `Trait+'b` | Niko Matsakis | -1/+20 |
| 2016-11-01 | go back to supplying diagnostic | Niko Matsakis | -2/+3 |
| 2016-11-01 | improve early lint to use multispan from diagnostic | Niko Matsakis | -42/+32 |
| 2016-11-01 | move early lint over to multispan | Niko Matsakis | -21/+21 |
| 2016-11-01 | compare-method lint | Niko Matsakis | -28/+83 |
| 2016-11-01 | retool EarlyLint to track a Diagnostic | Niko Matsakis | -8/+17 |
| 2016-11-01 | introduce EarlyLint type | Niko Matsakis | -16/+57 |
| 2016-11-01 | cleanup error reporting and add `ui` tests | Niko Matsakis | -41/+157 |
| 2016-11-01 | elaborate `T: 'a` dependencies | Niko Matsakis | -20/+58 |
| 2016-11-01 | move outlives_components onto tcx | Niko Matsakis | -15/+10 |
| 2016-11-01 | Rollup merge of #37059 - jfirebaugh:unused-RangeExpression, r=alexcrichton | Guillaume Gomez | -6/+0 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -24/+24 |
| 2016-10-31 | Auto merge of #37191 - zackmdavis:we_heard_you_the_first_time_really, r=nikom... | bors | -3/+36 |
| 2016-10-30 | Auto merge of #37439 - michaelwoerister:remove-sha256, r=alexcrichton | bors | -2/+5 |
| 2016-10-30 | Auto merge of #37489 - nagisa:unnecessary-clone, r=eddyb | bors | -1/+2 |
| 2016-10-30 | Fix ICE when printing closures, and other similar types | Mark-Simulacrum | -3/+14 |
| 2016-10-31 | Do not clone Mir unnecessarily | Simonas Kazlauskas | -1/+2 |
| 2016-10-30 | Replace all uses of SHA-256 with BLAKE2b. | Michael Woerister | -2/+5 |
| 2016-10-30 | Auto merge of #37459 - Mark-Simulacrum:closure-ice, r=eddyb | bors | -20/+37 |
| 2016-10-30 | Auto merge of #37445 - nnethercote:shrink-Expr_, r=eddyb | bors | -3/+3 |
| 2016-10-30 | Fix ICE when attempting to get closure generics. | Mark-Simulacrum | -20/+37 |
| 2016-10-30 | Auto merge of #37431 - jseyfried:refactor_crate_config, r=eddyb | bors | -6/+3 |
| 2016-10-30 | Auto merge of #37401 - eddyb:lazy-2, r=nikomatsakis | bors | -3/+0 |
| 2016-10-29 | Auto merge of #37400 - eddyb:lazy-1, r=nikomatsakis | bors | -81/+72 |
| 2016-10-29 | Auto merge of #37378 - petrochenkov:nopat, r=eddyb | bors | -1/+8 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -6/+3 |
| 2016-10-28 | rustc: move the MIR map into TyCtxt. | Eduard Burtescu | -63/+58 |