| Age | Commit message (Expand) | Author | Lines |
| 2020-06-02 | Rollup merge of #72775 - JohnTitor:await-sugg, r=estebank | Yuki Okushi | -0/+35 |
| 2020-05-30 | Rollup merge of #72668 - awoimbee:give-fn-parenthetical-notation-parentheses,... | Ralf Jung | -0/+68 |
| 2020-05-30 | Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirements | Esteban Küber | -14/+5 |
| 2020-05-30 | Account for enclosing item when suggesting new lifetime name | Esteban Küber | -10/+63 |
| 2020-05-30 | Tweak type parameter errors to reduce verbosity | Esteban Küber | -14/+2 |
| 2020-05-30 | review comment: tweak wording and account for span overlap | Esteban Küber | -3/+3 |
| 2020-05-30 | Account for returned `dyn Trait` evaluating to `'static` lifetime | Esteban Küber | -3/+3 |
| 2020-05-30 | Fix NLL output | Esteban Küber | -0/+98 |
| 2020-05-30 | Improve output of argument anonymous borrow missing annotation involving opaq... | Esteban Küber | -39/+8 |
| 2020-05-30 | Account for missing lifetime in opaque return type | Esteban Küber | -0/+246 |
| 2020-05-30 | Test ui suggestion fn trait notation | Arthur Woimbée | -0/+68 |
| 2020-05-30 | Return early to avoid ICE | Yuki Okushi | -0/+35 |
| 2020-05-22 | Bless other example of #71394 | Dylan MacKenzie | -1/+0 |
| 2020-05-22 | Add regression test for #71394 | Dylan MacKenzie | -0/+16 |
| 2020-05-22 | Rollup merge of #72306 - Aaron1011:feature/turbo-spacing, r=petrochenkov | Ralf Jung | -2/+9 |
| 2020-05-21 | Rollup merge of #72149 - estebank:icemation, r=eddyb | Ralf Jung | -10/+28 |
| 2020-05-20 | Fix tests | Aaron Hill | -2/+9 |
| 2020-05-14 | Rollup merge of #72127 - jademcgough:long-error-explanation-E0228, r=petroche... | Dylan DPC | -1/+1 |
| 2020-05-12 | add long error explanation for E0228 | Jade McGough | -1/+1 |
| 2020-05-12 | Increase verbosity of bound restriction suggestions | Esteban Küber | -14/+20 |
| 2020-05-12 | Don't `type_of` on trait assoc ty without default | Esteban Küber | -10/+28 |
| 2020-05-11 | Rollup merge of #72019 - matthewjasper:dont-skip-binder, r=davidtwco | Dylan DPC | -0/+36 |
| 2020-05-08 | Fix debug assertion in error code | Matthew Jasper | -0/+36 |
| 2020-05-07 | reword "possible candidate" import suggestion | Andy Russell | -2/+2 |
| 2020-05-03 | fix rebase | Esteban Küber | -2/+0 |
| 2020-05-02 | When a projection is expected, suggest constraining or calling method | Esteban Küber | -14/+31 |
| 2020-05-02 | On type mismatch involving associated type, suggest constraint | Esteban Küber | -2/+309 |
| 2020-05-01 | Uncomment test code for failure to use `Box::pin` | Esteban Küber | -16/+95 |
| 2020-04-28 | Rollup merge of #71311 - estebank:fn-type-param, r=varkor | Dylan DPC | -0/+16 |
| 2020-04-22 | Revert old span change | Esteban Küber | -4/+4 |
| 2020-04-22 | Tweak wording | Esteban Küber | -17/+17 |
| 2020-04-22 | Tweak `'static` suggestion code | Esteban Küber | -3/+337 |
| 2020-04-18 | On `FnDef` type annotation suggestion, use fn-pointer output | Esteban Küber | -0/+16 |
| 2020-04-18 | Add label to item source of bound obligation | Esteban Küber | -3/+3 |
| 2020-04-18 | Do not emit note for projected derived obligations | Esteban Küber | -1/+0 |
| 2020-04-18 | Remove `AssocTypeBound` and propagate bound `Span`s | Esteban Küber | -6/+8 |
| 2020-04-13 | Remove `FnCtxt::impl_self_ty` | Yuki Okushi | -1/+1 |
| 2020-04-11 | fix rebase | Esteban Küber | -5/+5 |
| 2020-04-11 | Try to use the first char in the trait name as type param | Esteban Küber | -6/+6 |
| 2020-04-11 | Account for existing names when suggesting adding a type param | Esteban Küber | -5/+27 |
| 2020-04-11 | Account for type params with bounds | Esteban Küber | -1/+24 |
| 2020-04-11 | Handle `impl Trait` where `Trait` has an assoc type with missing bounds | Esteban Küber | -0/+77 |
| 2020-04-10 | Rollup merge of #69745 - estebank:predicate-obligations-3, r=nikomatsakis,eddyb | Mazdak Farrokhzad | -17/+31 |
| 2020-04-08 | Small tweaks to required bound span | Esteban Küber | -13/+13 |
| 2020-04-08 | Use `PredicateObligation`s instead of `Predicate`s | Esteban Küber | -4/+18 |
| 2020-04-08 | Rollup merge of #70912 - estebank:reduce-type-param-sugg-verbosity, r=davidtwco | Dylan DPC | -4/+0 |
| 2020-04-07 | Do not suggest adding type param when `use` is already suggested | Esteban Küber | -4/+0 |
| 2020-04-06 | Rollup merge of #70519 - estebank:constraints-before-args-spans, r=Centril | Mazdak Farrokhzad | -42/+66 |
| 2020-04-05 | Reduce the visual clutter | Esteban Küber | -54/+20 |
| 2020-04-03 | Auto merge of #70642 - eddyb:remap-sysroot-src, r=Mark-Simulacrum | bors | -22/+9 |