| Age | Commit message (Expand) | Author | Lines |
| 2017-10-06 | Revert "Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint" | Niko Matsakis | -0/+2 |
| 2017-09-28 | limit and clear cache obligations opportunistically | Niko Matsakis | -0/+4 |
| 2017-08-27 | Address review comments, second turn | Tatsuyuki Ishi | -1/+1 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -0/+1 |
| 2017-08-25 | rustc: Fix two instances of `try_get` | Alex Crichton | -2/+5 |
| 2017-08-22 | Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis | bors | -1/+2 |
| 2017-08-17 | rustc: Rename NodeLocal to NodeBinding | Alex Crichton | -1/+1 |
| 2017-08-14 | Auto merge of #43858 - arielb1:escaping-default, r=eddyb | bors | -1/+1 |
| 2017-08-14 | Rename `BuiltinShim` -> `CloneShim` | scalexm | -1/+1 |
| 2017-08-14 | Make `Clone` a lang item and generate builtin impls. | scalexm | -1/+2 |
| 2017-08-14 | remove the "defaulted unit" type bit during writeback | Ariel Ben-Yehuda | -1/+1 |
| 2017-08-11 | Use DefIndex instead of NodeId in UpvarId. | Michael Woerister | -2/+7 |
| 2017-08-11 | Auto merge of #43743 - michaelwoerister:gcx-tcx-switcheroo, r=eddyb | bors | -1/+1 |
| 2017-08-09 | Auto merge of #43484 - estebank:point-to-return, r=arielb1 | bors | -0/+1 |
| 2017-08-08 | Implement HashStable for Xyz<'gcx> instead of Xyz<'lcx>. | Michael Woerister | -1/+1 |
| 2017-08-08 | make `for_all_relevant_impls` O(1) again | Ariel Ben-Yehuda | -2/+0 |
| 2017-08-03 | Add a more precise error message | scalexm | -1/+1 |
| 2017-08-01 | Derive `Hash` on `AssociatedKind`. | Inokentiy Babushkin | -1/+1 |
| 2017-07-31 | Auto merge of #43399 - tschottdorf:bndmode-pat-adjustments, r=nikomatsakis | bors | -0/+4 |
| 2017-07-30 | default binding modes: add pat_binding_modes | Tobias Schottdorf | -0/+4 |
| 2017-07-29 | Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint | Vadim Petrochenkov | -2/+0 |
| 2017-07-27 | rustc_const_eval: keep track of the appropriate ParamEnv. | Eduard-Mihai Burtescu | -2/+4 |
| 2017-07-27 | rustc_const_eval: always require correct Substs. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-07-25 | Point at return type always when type mismatch against it | Esteban Küber | -0/+1 |
| 2017-07-19 | Add an extra note to `late_bound_lifetime_arguments` error/lint | Vadim Petrochenkov | -1/+1 |
| 2017-07-18 | Prohibit lifetime arguments in path segments with late bound lifetime parameters | Vadim Petrochenkov | -0/+1 |
| 2017-07-12 | integrate anon dep nodes into trait selection | Niko Matsakis | -28/+0 |
| 2017-07-11 | Downgrade ProjectionTy's TraitRef to its substs | Tobias Schottdorf | -15/+8 |
| 2017-07-08 | Raised alignment limit from 2^15 to 2^31 | Lee Bousfield | -1/+1 |
| 2017-07-05 | use field init shorthand in src/librustc | Zack M. Davis | -12/+12 |
| 2017-06-28 | Auto merge of #42850 - estebank:unwanted-return-rotj, r=nikomatsakis | bors | -0/+12 |
| 2017-06-27 | rustc: move the PolyFnSig out of TyFnDef. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-06-24 | Do not specify return type in suggestion for some `Ty`s | Esteban Küber | -0/+12 |
| 2017-06-12 | consider closures/ty-fn-defs when making trait selection keys | Niko Matsakis | -1/+3 |
| 2017-06-12 | Auto merge of #42537 - michaelwoerister:tcx-for-dep-node, r=nikomatsakis | bors | -6/+6 |
| 2017-06-12 | Add E0610 | Guillaume Gomez | -0/+18 |
| 2017-06-09 | incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs. | Michael Woerister | -6/+6 |
| 2017-06-06 | ICH: Make StableHashingContext work with any TyCtxt, not just the global one. | Michael Woerister | -4/+4 |
| 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-03 | Auto merge of #42332 - michaelwoerister:no-more-retracing, r=nikomatsakis | bors | -2/+2 |
| 2017-06-01 | strip param-env from infcx | Niko Matsakis | -23/+0 |
| 2017-06-01 | move projection mode into parameter environment | Niko Matsakis | -4/+10 |
| 2017-06-01 | Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis | bors | -59/+0 |
| 2017-06-01 | rustc: replace autoderefs' use of MethodCallee with OverloadedDeref. | Eduard-Mihai Burtescu | -12/+0 |
| 2017-06-01 | rustc: remove unnecessary ItemSubsts wrapper. | Eduard-Mihai Burtescu | -13/+0 |
| 2017-06-01 | rustc: replace TyFnDef in MethodCallee with just the FnSig. | Eduard-Mihai Burtescu | -2/+6 |
| 2017-06-01 | rustc: keep overloaded autoderef MethodCallee's in Adjust. | Eduard-Mihai Burtescu | -38/+0 |
| 2017-05-31 | Upgrade ProjectionTy's Name to a DefId | Tobias Schottdorf | -2/+2 |
| 2017-05-31 | Make a newtype for DefPathHash so they are not confused with content hashes | Michael Woerister | -2/+2 |