| Age | Commit message (Expand) | Author | Lines |
| 2017-06-22 | Fix formatting | John Kåre Alsaker | -1/+3 |
| 2017-06-22 | Make the `next` variable mutable to allow for ref mut in for patterns. | John Kåre Alsaker | -7/+7 |
| 2017-06-22 | Fix formatting and add a test for destruction order of unbound values | John Kåre Alsaker | -4/+11 |
| 2017-06-22 | Change the for-loop desugar so the `break` does not affect type inference. Fi... | John Kåre Alsaker | -10/+27 |
| 2017-06-22 | move `implied_bounds` into regionck | Niko Matsakis | -147/+1 |
| 2017-06-12 | rustc: T: 'empty always holds forall T. | Eduard-Mihai Burtescu | -0/+7 |
| 2017-06-04 | Auto merge of #42362 - estebank:type, r=arielb1 | bors | -0/+16 |
| 2017-06-04 | Show trait method signature when impl differs | Esteban Küber | -0/+16 |
| 2017-06-04 | Auto merge of #42406 - bjorn3:patch-1, r=eddyb | bors | -53/+55 |
| 2017-06-04 | Auto merge of #42265 - Zoxc:for-sugar, r=eddyb | bors | -22/+60 |
| 2017-06-03 | Module doc comment for librustc/dep_graph/safe.rs | bjorn3 | -0/+2 |
| 2017-06-03 | Make some comments docs in librustc/dep_graph/dep_node.rs | bjorn3 | -53/+53 |
| 2017-06-03 | Auto merge of #42396 - venkatagiri:remove_lifetime_extn, r=arielb1 | bors | -88/+15 |
| 2017-06-03 | Auto merge of #42332 - michaelwoerister:no-more-retracing, r=nikomatsakis | bors | -26/+103 |
| 2017-06-02 | rustc: remove temporary lifetime extension by borrow hint | Venkata Giri Reddy | -88/+15 |
| 2017-06-02 | Auto merge of #42381 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -20/+2 |
| 2017-06-02 | Rollup merge of #42355 - bjorn3:patch-1, r=Mark-Simulacrum | Mark Simulacrum | -1/+1 |
| 2017-06-02 | Rollup merge of #42335 - jcowgill:fingerprint-be, r=michaelwoerister | Mark Simulacrum | -19/+1 |
| 2017-06-01 | pacify the mercilous tidy | Niko Matsakis | -26/+43 |
| 2017-06-01 | ergonomic improvements to the methods in infcx | Niko Matsakis | -244/+378 |
| 2017-06-01 | remove `layout_cache` and fix `-Z print-type-sizes` | Niko Matsakis | -7/+230 |
| 2017-06-01 | strip param-env from infcx | Niko Matsakis | -269/+495 |
| 2017-06-01 | rewrite layout to take a (param-env, ty) pair instead of infcx | Niko Matsakis | -164/+192 |
| 2017-06-01 | move projection mode into parameter environment | Niko Matsakis | -66/+78 |
| 2017-06-01 | Syntax highlight rust code in librustc/dep_graph/README.md | bjorn3 | -1/+1 |
| 2017-06-01 | Change for-loop desugar to not borrow the iterator during the loop | John Kåre Alsaker | -22/+60 |
| 2017-06-01 | Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis | bors | -742/+439 |
| 2017-06-01 | Don't byteswap Fingerprints when encoding | James Cowgill | -19/+1 |
| 2017-06-01 | rustc: adjust the RHS of comparison operators instead of assuming autorefs. | Eduard-Mihai Burtescu | -87/+13 |
| 2017-06-01 | rustc: decompose Adjustment into a vector of adjustment steps. | Eduard-Mihai Burtescu | -226/+151 |
| 2017-06-01 | rustc: move autoref and unsize from Adjust::DerefRef to Adjustment. | Eduard-Mihai Burtescu | -130/+118 |
| 2017-06-01 | rustc: replace autoderefs' use of MethodCallee with OverloadedDeref. | Eduard-Mihai Burtescu | -34/+151 |
| 2017-06-01 | rustc: remove unused TypeFolder methods. | Eduard-Mihai Burtescu | -47/+0 |
| 2017-06-01 | rustc: replace method_map with Def::Method and node_substs entries. | Eduard-Mihai Burtescu | -29/+31 |
| 2017-06-01 | rustc: remove unnecessary ItemSubsts wrapper. | Eduard-Mihai Burtescu | -50/+6 |
| 2017-06-01 | rustc: avoid using MethodCallee's signature where possible. | Eduard-Mihai Burtescu | -131/+99 |
| 2017-06-01 | rustc: replace TyFnDef in MethodCallee with just the FnSig. | Eduard-Mihai Burtescu | -29/+17 |
| 2017-06-01 | rustc: keep overloaded autoderef MethodCallee's in Adjust. | Eduard-Mihai Burtescu | -228/+103 |
| 2017-06-01 | rustc: remove unused field of mc::Categorization::Deref. | Eduard-Mihai Burtescu | -28/+27 |
| 2017-06-01 | rustc: remove Copy from Adjustment and Adjust. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-06-01 | Rollup merge of #42302 - GuillaumeGomez:new-error-codes-next, r=Susurrus | Corey Farwell | -9/+30 |
| 2017-06-01 | Rollup merge of #42297 - tschottdorf:proj-ty, r=nikomatsakis | Corey Farwell | -38/+67 |
| 2017-06-01 | Rollup merge of #42275 - scottmcm:try-trait, r=nikomatsakis | Corey Farwell | -6/+6 |
| 2017-06-01 | Rollup merge of #42136 - petrochenkov:oldhard, r=nikomatsakis | Corey Farwell | -58/+0 |
| 2017-05-31 | Rollup merge of #42277 - citizen428:remove-crate-type-metadata, r=nikomatsakis | Mark Simulacrum | -14/+4 |
| 2017-05-31 | Rollup merge of #42196 - tommyip:explain_closure_err, r=nikomatsakis | Mark Simulacrum | -3/+9 |
| 2017-05-31 | Upgrade ProjectionTy's Name to a DefId | Tobias Schottdorf | -38/+67 |
| 2017-05-31 | Don't print the whole crate disambiguator value in debug output | Michael Woerister | -1/+3 |
| 2017-05-31 | Build DefPathHash->DefId table when incr.comp. is enabled | Michael Woerister | -2/+70 |
| 2017-05-31 | Make a newtype for DefPathHash so they are not confused with content hashes | Michael Woerister | -23/+30 |