| Age | Commit message (Expand) | Author | Lines |
| 2020-06-18 | review comments: add comment | Esteban Küber | -0/+6 |
| 2020-06-17 | Unify region variables when projecting associated types | matthewjasper | -1/+11 |
| 2020-06-16 | Provide `help` when `T: ?Sized` can't be suggested | Esteban Küber | -9/+45 |
| 2020-06-16 | Auto merge of #72962 - lcnr:ObligationCause-lrc, r=ecstatic-morse | bors | -5/+6 |
| 2020-06-15 | Account for derived obligations to suggest `?Sized` bound | Esteban Küber | -8/+8 |
| 2020-06-15 | Suggest `?Sized` when applicable for ADTs | Esteban Küber | -26/+88 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -19/+21 |
| 2020-06-15 | Expand "recursive opaque type" diagnostic | Esteban Küber | -2/+2 |
| 2020-06-15 | Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung | bors | -14/+31 |
| 2020-06-15 | Rollup merge of #72740 - estebank:recursive-indirection, r=matthewjasper | Ralf Jung | -14/+31 |
| 2020-06-15 | Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJung | bors | -1/+6 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -8/+3 |
| 2020-06-14 | Improve `Instance` docs | Jonas Schievink | -1/+1 |
| 2020-06-14 | structural_match: non-structural-match ty closures | David Wood | -1/+6 |
| 2020-06-13 | Add error note when trying fn as Fn trait | Caleb Zulawski | -0/+21 |
| 2020-06-13 | Don't implement Fn* traits for #[target_feature] functions | Caleb Zulawski | -1/+15 |
| 2020-06-12 | Make `type_marked_structural` private | Dylan MacKenzie | -2/+1 |
| 2020-06-12 | Helper method for whether type has structural equality | Dylan MacKenzie | -12/+21 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -8/+3 |
| 2020-06-10 | review comments: only suggest one substitution | Esteban Küber | -35/+14 |
| 2020-06-10 | On recursive ADT, provide indirection structured suggestion | Esteban Küber | -14/+52 |
| 2020-06-10 | Rollup merge of #73005 - Aaron1011:fix/error-overflow, r=estebank | Dylan DPC | -0/+18 |
| 2020-06-10 | Rollup merge of #72897 - lcnr:structurally-match-normalize, r=pnkfelix | Dylan DPC | -1/+4 |
| 2020-06-09 | Auto merge of #72114 - anyska:vtable-rename, r=nikomatsakis | bors | -103/+115 |
| 2020-06-07 | store `ObligationCause` on the heap | Bastian Kauschke | -5/+6 |
| 2020-06-06 | Rollup merge of #72508 - ecstatic-morse:poly-self-ty, r=nikomatsakis | Ralf Jung | -19/+39 |
| 2020-06-06 | Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum | bors | -2/+1 |
| 2020-06-05 | Fix typo | Aaron Hill | -1/+1 |
| 2020-06-05 | Rename traits::ImplSourceImpl to ImplSourceUserDefined. | Ana-Maria Mihalache | -15/+17 |
| 2020-06-05 | Rename traits::Vtable to ImplSource. | Ana-Maria Mihalache | -103/+113 |
| 2020-06-04 | Treat selection error as ambiguous when error type is present | Aaron Hill | -0/+8 |
| 2020-06-04 | Don't create impl candidates when obligation contains errors | Aaron Hill | -0/+10 |
| 2020-06-03 | remove ignore-tidy-filelength | Bastian Kauschke | -2/+0 |
| 2020-06-03 | move confirmation into submodule | Bastian Kauschke | -804/+827 |
| 2020-06-03 | move candidate assembly into a submodule | Bastian Kauschke | -607/+613 |
| 2020-06-03 | move select into subfolder | Bastian Kauschke | -0/+0 |
| 2020-06-03 | Auto merge of #70107 - lcnr:issue68977, r=eddyb | bors | -74/+142 |
| 2020-06-02 | Rename the crates in source code | Vadim Petrochenkov | -2/+1 |
| 2020-06-02 | update tests | Bastian Kauschke | -3/+4 |
| 2020-06-02 | change WellFormed predicate to GenericArg | Bastian Kauschke | -118/+77 |
| 2020-06-02 | add WellFormedConst predicate | Bastian Kauschke | -10/+69 |
| 2020-06-02 | implement wf checking for constants | Bastian Kauschke | -38/+87 |
| 2020-06-02 | remove assert | Bastian Kauschke | -2/+1 |
| 2020-06-02 | Rollup merge of #72775 - JohnTitor:await-sugg, r=estebank | Yuki Okushi | -7/+6 |
| 2020-06-02 | normalize adt fields during structural match check | Bastian Kauschke | -1/+5 |
| 2020-06-01 | Call `skip_binder` or `no_bound_vars` before `self_ty` | Dylan MacKenzie | -19/+39 |
| 2020-06-01 | Rollup merge of #72776 - lcnr:stalled_on-smallvec, r=nnethercote | Dylan DPC | -3/+4 |
| 2020-05-31 | Rollup merge of #72807 - xiaotianrandom:fix-assoc-type-diagnostics, r=estebank | Dylan DPC | -19/+12 |
| 2020-05-31 | Rollup merge of #72715 - estebank:trailing-comma-where, r=petrochenkov | Ralf Jung | -1/+1 |
| 2020-05-31 | remove fixme for `stalled_on` | Bastian Kauschke | -3/+4 |