| Age | Commit message (Expand) | Author | Lines |
| 2019-11-21 | Applied suggestions from code review. | Alexander Regueiro | -1/+1 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -18/+17 |
| 2019-11-18 | Retire EnumLiftImpl. | Camille GILLOT | -5/+5 |
| 2019-11-17 | Auto merge of #66384 - cjgillot:typefoldable, r=Zoxc | bors | -29/+19 |
| 2019-11-15 | Correct `const_in_array_repeat_expressions` feature name | Yuki Okushi | -1/+1 |
| 2019-11-13 | Use TypeFoldable derive macro. | Camille GILLOT | -29/+19 |
| 2019-10-31 | Point at where clauses where the associated item was restricted | Esteban Küber | -1/+8 |
| 2019-10-28 | suggest `const_in_array_repeat_expression` flag | David Wood | -2/+3 |
| 2019-10-27 | Auto merge of #65519 - pnkfelix:issue-63438-trait-based-structural-match, r=m... | bors | -0/+3 |
| 2019-10-27 | Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakis | bors | -0/+2 |
| 2019-10-25 | Migrate from `#[structural_match]` attribute a lang-item trait. | Felix S. Klock II | -0/+3 |
| 2019-10-22 | Point at associated type for some obligations | Esteban Küber | -0/+2 |
| 2019-10-22 | RFC 2027: "first draft" of implementation | Mathias Blikstad | -0/+3 |
| 2019-10-04 | replace GeneratorSubsts inside related types | csmoe | -1/+1 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -1/+1 |
| 2019-09-24 | Remove blanket silencing of "type annotation needed" errors | Esteban Küber | -5/+8 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -0/+3 |
| 2019-09-21 | Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obk | Mazdak Farrokhzad | -5/+5 |
| 2019-09-19 | review comments | Esteban Küber | -0/+3 |
| 2019-09-19 | When possible, suggest fn call | Esteban Küber | -2/+3 |
| 2019-09-18 | Add explanation to type mismatch involving type params and assoc types | Esteban Küber | -5/+5 |
| 2019-09-09 | Shrink `ObligationCauseCode` by boxing `IfExpression`. | Nicholas Nethercote | -7/+10 |
| 2019-09-09 | Shrink `ObligationCauseCode` by boxing `MatchExpressionArm`. | Nicholas Nethercote | -10/+14 |
| 2019-09-09 | Add some assertions on obligation type sizes. | Nicholas Nethercote | -0/+8 |
| 2019-06-26 | Don't use lift to detect local types | John Kåre Alsaker | -7/+15 |
| 2019-06-20 | replace NodeId with HirId in traits::ObligationCauseCode | ljedrz | -1/+1 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -3/+4 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -19/+19 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -24/+23 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -10/+10 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -10/+10 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -10/+10 |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-28 | Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver` | varkor | -1/+1 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -1/+1 |
| 2019-05-20 | Addressed more points raised in review. | Alexander Regueiro | -3/+1 |
| 2019-05-20 | Fixed detection of multiple non-auto traits. | Alexander Regueiro | -3/+6 |
| 2019-05-20 | Addressed review points. | Alexander Regueiro | -1/+1 |
| 2019-05-20 | Ban multi-trait objects via trait aliases. | Alexander Regueiro | -1/+2 |
| 2019-05-01 | Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb | bors | -1/+1 |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -1/+1 |
| 2019-04-25 | Update existing usages | varkor | -1/+1 |
| 2019-04-12 | Rollup merge of #59859 - davidtwco:issue-59756, r=cramertj | Mazdak Farrokhzad | -0/+1 |
| 2019-04-10 | Suggest removing `?` to resolve type errors. | David Wood | -0/+1 |
| 2019-04-05 | Introduce an arena type which may be used to allocate a list of types with de... | John Kåre Alsaker | -4/+3 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -4/+4 |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -20/+21 |
| 2019-03-05 | Handle const generics elsewhere | varkor | -1/+2 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -3/+3 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -5/+5 |