| Age | Commit message (Expand) | Author | Lines |
| 2019-09-24 | improve comments | Ariel Ben-Yehuda | -1/+1 |
| 2019-09-24 | resolve the rustc_reservation_impl attribute in 1 place | Ariel Ben-Yehuda | -14/+12 |
| 2019-09-24 | reserve `impl<T> From<!> for T` | Ariel Ben-Yehuda | -4/+17 |
| 2019-09-24 | Fix coherence checking for impl trait in type aliases | Aaron Hill | -6/+14 |
| 2019-09-22 | hack to avoid incorrect suggestion | Esteban Küber | -0/+7 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -4/+22 |
| 2019-09-21 | Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obk | Mazdak Farrokhzad | -19/+18 |
| 2019-09-21 | Rollup merge of #64342 - glorv:master, r=varkor | Mazdak Farrokhzad | -2/+2 |
| 2019-09-20 | Specialize the `stalled_on` handling in `process_obligation()`. | Nicholas Nethercote | -19/+36 |
| 2019-09-19 | review comments | Esteban Küber | -0/+7 |
| 2019-09-19 | When possible, suggest fn call | Esteban Küber | -25/+53 |
| 2019-09-20 | factor out pluralisation remains after #64280 | gaolei | -2/+2 |
| 2019-09-19 | Auto merge of #64545 - nnethercote:ObligForest-more, r=nmatsakis | bors | -6/+11 |
| 2019-09-18 | Add explanation to type mismatch involving type params and assoc types | Esteban Küber | -19/+18 |
| 2019-09-19 | Fix a minor grammar nit, update UI tests | James Munns | -1/+1 |
| 2019-09-19 | Add a specialized version of `shallow_resolve()`. | Nicholas Nethercote | -3/+1 |
| 2019-09-19 | Use explicit iteration instead of `all()` in `process_obligation()`. | Nicholas Nethercote | -4/+11 |
| 2019-09-17 | Fix re-rebalance coherence implementation for fundamental types | Georg Semmler | -1/+9 |
| 2019-09-09 | Shrink `ObligationCauseCode` by boxing `IfExpression`. | Nicholas Nethercote | -13/+18 |
| 2019-09-09 | Shrink `ObligationCauseCode` by boxing `MatchExpressionArm`. | Nicholas Nethercote | -15/+19 |
| 2019-09-09 | Add some assertions on obligation type sizes. | Nicholas Nethercote | -0/+12 |
| 2019-09-07 | Apply suggestions from code review | Alexander Regueiro | -1/+1 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -21/+22 |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -3/+4 |
| 2019-09-05 | Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petroche... | Mazdak Farrokhzad | -9/+10 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc/traits/`. | Nicholas Nethercote | -9/+10 |
| 2019-09-03 | review comments | Esteban Küber | -1/+3 |
| 2019-09-02 | account for DUMMY_SP and correct wording | Esteban Küber | -4/+4 |
| 2019-09-02 | On object safety violation, point at source when possible | Esteban Küber | -22/+37 |
| 2019-09-02 | Refer to "`self` type" instead of "receiver type" | Esteban Küber | -7/+9 |
| 2019-09-01 | review comment | Esteban Küber | -2/+1 |
| 2019-08-31 | fix rebase | Esteban Küber | -1/+1 |
| 2019-08-31 | review comments: reword comment | Esteban Küber | -4/+4 |
| 2019-08-31 | Suggest call fn ctor passed as arg to fn with type param bounds | Esteban Küber | -7/+61 |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -14/+23 |
| 2019-08-29 | Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-08-28 | Auto merge of #63820 - oli-obk:eager_const_eval, r=nikomatsakis | bors | -71/+3 |
| 2019-08-28 | Add Option<Span> to `require_lang_item` | Yuki Okushi | -1/+1 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -1/+2 |
| 2019-08-23 | Simplify eager normalization of constants | Oliver Scherer | -71/+3 |
| 2019-08-19 | review comments | Esteban Küber | -2/+2 |
| 2019-08-19 | Use constraint span when lowering associated types | Esteban Küber | -7/+10 |
| 2019-08-19 | Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkov | bors | -52/+57 |
| 2019-08-18 | Pre intern the `Self` parameter type | Matthew Jasper | -34/+21 |
| 2019-08-15 | hygiene: `ExpnInfo` -> `ExpnData` | Vadim Petrochenkov | -3/+3 |
| 2019-08-15 | hygiene: Remove `Option`s from functions returning `ExpnInfo` | Vadim Petrochenkov | -4/+4 |
| 2019-08-15 | `Ident::with_empty_ctxt` -> `Ident::with_dummy_span` | Vadim Petrochenkov | -1/+1 |
| 2019-08-11 | Remove `is_self` and `has_self_ty` methods | Matthew Jasper | -63/+81 |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -5/+3 |
| 2019-08-06 | Rollup merge of #63264 - arielb1:revert-private-coherence-errors, r=estebank | Mazdak Farrokhzad | -7/+2 |