| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-04-02 | unerase regions in `infer_placeholder_type` | Matthew Jasper | -3/+14 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -22/+9 |
| 2020-03-29 | Tweak `suggest_constraining_type_param` | Esteban Küber | -24/+18 |
| 2020-03-29 | review comment: wording | Esteban Küber | -20/+20 |
| 2020-03-29 | Suggest correct order for arguments when encountering early constraints | Esteban Küber | -18/+18 |
| 2020-03-28 | Suggest correct order for args and constraints | Esteban Küber | -0/+40 |
| 2020-03-28 | Point at all constraints before args | Esteban Küber | -39/+57 |
| 2020-03-28 | Auto merge of #70261 - Centril:angle-args-partition, r=varkor | bors | -64/+70 |
| 2020-03-27 | add the label back but make it shorter | Mazdak Farrokhzad | -15/+31 |
| 2020-03-27 | address some review comments | Mazdak Farrokhzad | -64/+40 |
| 2020-03-27 | parse: move constraint/arg restriction to ast_validation. | Mazdak Farrokhzad | -65/+79 |
| 2020-03-27 | non-exhastive diagnostic: add note re. scrutinee type | Mazdak Farrokhzad | -0/+2 |
| 2020-03-24 | resolve: Remove `rustc_attrs` as a standalone feature gate | Vadim Petrochenkov | -4/+1 |
| 2020-03-23 | Rollup merge of #70300 - aleksator:66636_reword_unused_variable_warning, r=Dy... | Mazdak Farrokhzad | -1/+1 |
| 2020-03-23 | Reword unused variable warning | Alex Tokarev | -1/+1 |
| 2020-03-22 | Add span label to primary error span | Esteban Küber | -3/+3 |
| 2020-03-22 | Increase verbosity when suggesting subtle code changes | Esteban Küber | -82/+136 |
| 2020-03-17 | Update tests for erasing regions in typeck | Matthew Jasper | -2/+2 |
| 2020-03-12 | update tests | Mark Mansi | -3/+3 |
| 2020-03-08 | Rollup merge of #69561 - JohnTitor:clean-up-unstable-book, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+0 |
| 2020-03-06 | When encountering an Item in a pat context, point at the item def | Esteban Küber | -0/+27 |
| 2020-03-01 | Make `rustc_attrs` tracking issue None | Yuki Okushi | -1/+0 |
| 2020-02-29 | Auto merge of #69255 - estebank:e0599-details, r=varkor | bors | -5/+85 |
| 2020-02-28 | Ignore output for some platforms with diverging test output | Esteban Küber | -4/+8 |
| 2020-02-28 | Reword message | Esteban Küber | -2/+2 |
| 2020-02-28 | Reduce verbosity when suggesting restricting type params | Esteban Küber | -12/+0 |
| 2020-02-28 | keep predicate order and tweak output | Esteban Küber | -6/+10 |
| 2020-02-28 | Review comments: split requirement text to multiple lines for readability | Esteban Küber | -4/+8 |
| 2020-02-28 | Suggest constraining type parameters | Esteban Küber | -0/+75 |
| 2020-02-28 | Point at closure definitions | Esteban Küber | -1/+1 |
| 2020-02-28 | Show information of chain of bound obligations | Esteban Küber | -1/+6 |
| 2020-02-28 | Reduce vebosity of E0599 | Esteban Küber | -14/+4 |
| 2020-02-28 | Add more context to E0599 errors | Esteban Küber | -5/+15 |