| Age | Commit message (Expand) | Author | Lines |
| 2019-11-09 | Rollup merge of #65994 - estebank:where-bound, r=nikomatsakis | Mazdak Farrokhzad | -5/+15 |
| 2019-11-09 | Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats... | bors | -106/+40 |
| 2019-11-08 | hir::ItemKind::Fn: use hir::MethodSig | Mazdak Farrokhzad | -13/+13 |
| 2019-11-06 | Rollup merge of #66139 - euclio:pluralize, r=nagisa | Mazdak Farrokhzad | -2/+2 |
| 2019-11-06 | Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e... | Mazdak Farrokhzad | -2/+2 |
| 2019-11-06 | Rollup merge of #66101 - estebank:break-tail-e0308, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-11-05 | Tweak type mismatch caused by break on tail expr | Esteban Küber | -1/+1 |
| 2019-11-05 | use American spelling for `pluralize!` | Andy Russell | -2/+2 |
| 2019-11-05 | Rollup merge of #66012 - nnethercote:dequery-trivial_dropck_outlives, r=micha... | Pietro Albini | -14/+6 |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -1/+1 |
| 2019-11-02 | Convert `x.as_str().to_string()` to `x.to_string()` where possible. | Nicholas Nethercote | -1/+1 |
| 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-11-01 | De-querify `trivial_dropck_outlives`. | Nicholas Nethercote | -14/+6 |
| 2019-10-31 | Point at where clauses where the associated item was restricted | Esteban Küber | -5/+15 |
| 2019-10-31 | Stabilize the `re_rebalance_coherence` feature | Ohad Ravid | -106/+40 |
| 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 |