| Age | Commit message (Expand) | Author | Lines |
| 2017-07-12 | Rollup merge of #42826 - Yorwba:type-mismatch-same-absolute-paths, r=arielb1 | Mark Simulacrum | -1/+4 |
| 2017-07-11 | Downgrade ProjectionTy's TraitRef to its substs | Tobias Schottdorf | -6/+4 |
| 2017-07-11 | Clean up some code | Guillaume Gomez | -39/+27 |
| 2017-07-05 | use field init shorthand in src/librustc | Zack M. Davis | -22/+22 |
| 2017-06-30 | Rollup merge of #42669 - gaurikholkar:master, r=nikomatsakis | Guillaume Gomez | -15/+230 |
| 2017-06-29 | code fixes for error code use warning | gaurikholkar | -22/+16 |
| 2017-06-29 | conflict fixes | gaurikholkar | -1/+2 |
| 2017-06-29 | Code review fixes | gaurikholkar | -53/+20 |
| 2017-06-29 | Changing the error code to E0621 | gaurikholkar | -3/+3 |
| 2017-06-29 | code review fixes | gaurikholkar | -29/+26 |
| 2017-06-29 | Adding changes to track anonymous region in self | gaurikholkar | -20/+40 |
| 2017-06-29 | track anonymous regions in return types, fix tidy errors | gaurikholkar | -16/+39 |
| 2017-06-29 | Enabling E0611 for inherent functions | gaurikholkar | -42/+74 |
| 2017-06-29 | Interchange ^ and - | gaurikholkar | -2/+2 |
| 2017-06-29 | Adding new ui test for trait impl | gaurikholkar | -1/+0 |
| 2017-06-29 | Adding diagnostic code 0611 for lifetime errors with one named, one anonymous... | gaurikholkar | -16/+198 |
| 2017-06-29 | Remove unused methods | Guillaume Gomez | -22/+0 |
| 2017-06-28 | rustc_typeck: use body-id of type-checking item in need_type_info | Venkata Giri Reddy | -7/+5 |
| 2017-06-27 | rustc: rename closure_type to fn_sig. | Eduard-Mihai Burtescu | -2/+6 |
| 2017-06-22 | Note different versions of same crate when absolute paths of different types ... | Yorwba | -1/+4 |
| 2017-06-16 | Rollup merge of #42662 - Mark-Simulacrum:doc-fix, r=estebank | Corey Farwell | -1/+1 |
| 2017-06-14 | Correct note as to location of section. | Mark Simulacrum | -1/+1 |
| 2017-06-14 | suppress trait errors that are implied by other errors | Ariel Ben-Yehuda | -3/+158 |
| 2017-06-10 | rustc: make the comon case of tcx.infer_ctxt(()) nicer. | Eduard-Mihai Burtescu | -70/+30 |
| 2017-06-10 | rustc: make InferCtxt optional in MemCategorizationContext. | Eduard-Mihai Burtescu | -21/+0 |
| 2017-06-10 | rustc: do not depend on infcx.tables in MemCategorizationContext. | Eduard-Mihai Burtescu | -128/+15 |
| 2017-06-09 | rustc_typeck: do not mutate tables directly during upvar inference. | Eduard-Mihai Burtescu | -4/+0 |
| 2017-06-07 | Auto merge of #42482 - eddyb:issue-42467, r=nikomatsakis | bors | -0/+7 |
| 2017-06-06 | rustc: T: 'empty always holds forall T. | Eduard-Mihai Burtescu | -0/+7 |
| 2017-06-04 | Update mod.rs | bjorn3 | -1/+1 |
| 2017-06-03 | Add doc comments to librustc/infer/region_inference/mod.rs | bjorn3 | -65/+66 |
| 2017-06-03 | Remove leftover? of old code | bjorn3 | -1/+0 |
| 2017-06-01 | ergonomic improvements to the methods in infcx | Niko Matsakis | -167/+334 |
| 2017-06-01 | strip param-env from infcx | Niko Matsakis | -83/+106 |
| 2017-06-01 | move projection mode into parameter environment | Niko Matsakis | -36/+22 |
| 2017-06-01 | Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis | bors | -27/+13 |
| 2017-06-01 | rustc: keep overloaded autoderef MethodCallee's in Adjust. | Eduard-Mihai Burtescu | -27/+13 |
| 2017-06-01 | Rollup merge of #42297 - tschottdorf:proj-ty, r=nikomatsakis | Corey Farwell | -1/+2 |
| 2017-05-31 | Upgrade ProjectionTy's Name to a DefId | Tobias Schottdorf | -1/+2 |
| 2017-05-24 | Include context info into closure_kinds | Tommy Ip | -1/+5 |
| 2017-05-22 | rename `parameter_environment` to `param_env` | Niko Matsakis | -5/+5 |
| 2017-05-22 | use `ParamEnv` from `ty` rather than importing | Niko Matsakis | -2/+2 |
| 2017-05-22 | rename `ParameterEnvironment` to `ParamEnv` | Niko Matsakis | -15/+15 |
| 2017-05-22 | centralize the caching for is-copy, is-sized, and is-freeze | Niko Matsakis | -8/+6 |
| 2017-05-18 | Fix off-by-one error in column number in `explain_span`. | Florian Hartwig | -1/+1 |
| 2017-05-15 | use equality in the coerce-unsized check | Niko Matsakis | -0/+19 |
| 2017-05-13 | rustc: stop interning CodeExtent, it's small enough. | Eduard-Mihai Burtescu | -18/+18 |
| 2017-05-13 | rustc: remove redundant fn_id's from CodeExtentData. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-05-13 | rustc: treat ReEarlyBound as free without replacing it with ReFree. | Eduard-Mihai Burtescu | -54/+72 |
| 2017-05-13 | rustc: use DefId instead of CodeExtent for FreeRegion's scope. | Eduard-Mihai Burtescu | -16/+15 |