| Age | Commit message (Expand) | Author | Lines |
| 2019-11-01 | Rollup merge of #65977 - ohadravid:fix-incorrect-diagnostics-with-an-associat... | Tyler Mandry | -5/+18 |
| 2019-11-01 | Rollup merge of #65902 - gilescope:issue62570, r=estebank | Tyler Mandry | -0/+54 |
| 2019-10-31 | Fix incorrect diagnostics for expected type in E0271 with an associated type | Ohad Ravid | -5/+18 |
| 2019-10-31 | Rollup merge of #65850 - mikeyhew:patch-1, r=nikomatsakis | Mazdak Farrokhzad | -5/+7 |
| 2019-10-30 | Make ItemContext available for better diagnositcs. | Giles Cope | -0/+54 |
| 2019-10-29 | Rollup merge of #65318 - estebank:coherence, r=varkor | Mazdak Farrokhzad | -30/+77 |
| 2019-10-28 | suggest `const_in_array_repeat_expression` flag | David Wood | -4/+14 |
| 2019-10-28 | Fix rebase | Esteban Küber | -5/+5 |
| 2019-10-28 | add comment | Esteban Küber | -1/+1 |
| 2019-10-28 | Talk about specific types and remove lifetimes from output | Esteban Küber | -22/+62 |
| 2019-10-28 | Use more targeted spans for orphan rule errors | Esteban Küber | -6/+8 |
| 2019-10-28 | Call out the types that are non local on E0117 | Esteban Küber | -3/+8 |
| 2019-10-27 | Rollup merge of #65738 - ohadravid:re-rebalance-coherence-allow-fundamental-l... | Mazdak Farrokhzad | -4/+10 |
| 2019-10-27 | Auto merge of #65519 - pnkfelix:issue-63438-trait-based-structural-match, r=m... | bors | -0/+7 |
| 2019-10-27 | Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakis | bors | -15/+40 |
| 2019-10-26 | Update comments re type parameter hack in object safety | Michael Hewson | -5/+7 |
| 2019-10-26 | Coherence should allow fundamental types to impl traits | Ohad Ravid | -4/+10 |
| 2019-10-25 | Migrate from `#[structural_match]` attribute a lang-item trait. | Felix S. Klock II | -0/+7 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -10/+10 |
| 2019-10-23 | Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis | bors | -18/+29 |
| 2019-10-22 | Drive-by formatting | Esteban Küber | -15/+31 |
| 2019-10-22 | Point at associated type for some obligations | Esteban Küber | -0/+9 |
| 2019-10-22 | RFC 2027: "first draft" of implementation | Mathias Blikstad | -18/+29 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -2/+2 |
| 2019-10-21 | Convert some `InternedString`s to `Symbols`. | Nicholas Nethercote | -10/+10 |
| 2019-10-19 | Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasper | Mazdak Farrokhzad | -2/+174 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -1/+1 |
| 2019-10-15 | Fix comparison after rebase | Esteban Küber | -1/+1 |
| 2019-10-15 | Do not suggest restriction on spans originating in macros | Esteban Küber | -14/+17 |
| 2019-10-15 | review comments | Esteban Küber | -59/+51 |
| 2019-10-15 | Remove trailing whitespace | Esteban Küber | -1/+1 |
| 2019-10-15 | Remove useless `help` | Esteban Küber | -10/+1 |
| 2019-10-15 | Deduplicate some code and apply review comments | Esteban Küber | -102/+93 |
| 2019-10-15 | Suggest associated bound restrictions in `impl`s | Esteban Küber | -0/+18 |
| 2019-10-15 | Handle missing projection restriction | Esteban Küber | -9/+40 |
| 2019-10-15 | Consider trait aliases | Esteban Küber | -0/+3 |
| 2019-10-15 | Handle `Self` restriction needed | Esteban Küber | -0/+28 |
| 2019-10-15 | Handle more cases involving `impl` and `trait` | Esteban Küber | -67/+80 |
| 2019-10-15 | Handle more cases | Esteban Küber | -1/+10 |
| 2019-10-15 | Use structured suggestion for restricting bounds | Esteban Küber | -2/+95 |
| 2019-10-12 | Make trivial dropck outlives a query | Mark Rousskov | -6/+13 |
| 2019-10-10 | Auto merge of #65077 - estebank:mut-trait-expected, r=nikomatsakis | bors | -22/+100 |
| 2019-10-09 | Only suggest change mut if vars are resolved | Esteban Küber | -0/+6 |
| 2019-10-09 | Obligation must apply modulo regions | Esteban Küber | -2/+4 |
| 2019-10-09 | Tweak wording | Esteban Küber | -1/+2 |
| 2019-10-09 | Note when a mutable trait object is needed | Esteban Küber | -21/+90 |
| 2019-10-08 | Remove `InferCtxt::in_snapshot()`. | Nicholas Nethercote | -17/+18 |
| 2019-10-06 | Auto merge of #64564 - jonas-schievink:cowardly-default, r=nikomatsakis | bors | -30/+44 |
| 2019-10-05 | Add comment to `Type` and `OpaqueTy` match | Jonas Schievink | -1/+1 |
| 2019-10-05 | Deny specializing items not in the parent impl | Jonas Schievink | -30/+44 |