| Age | Commit message (Expand) | Author | Lines |
| 2020-04-29 | Rollup merge of #71217 - estebank:tail-borrow-sugg, r=pnkfelix | Dylan DPC | -3/+18 |
| 2020-04-28 | Suggest `;` or assignment to drop borrows in tail exprs | Esteban Küber | -3/+18 |
| 2020-04-23 | Moving more build-pass tests to check-pass | Val Markovic | -2/+2 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -10/+10 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -0/+8 |
| 2020-03-24 | fix rebase fallout | Mazdak Farrokhzad | -0/+2 |
| 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 | Increase verbosity when suggesting subtle code changes | Esteban Küber | -4/+5 |
| 2020-03-18 | Properly handle Spans that reference imported SourceFiles | Aaron Hill | -0/+44 |
| 2020-03-12 | update tests | Mark Mansi | -1/+1 |
| 2020-02-20 | Rollup merge of #68877 - estebank:point-at-params, r=petrochenkov | Mazdak Farrokhzad | -20/+32 |
| 2020-02-17 | Do not emit note suggesting to implement trait to foreign type | LeSeulArtichaut | -4/+0 |
| 2020-02-11 | On mismatched argument count point at arguments | Esteban Küber | -20/+32 |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -2/+2 |
| 2020-02-09 | Auto merge of #68689 - estebank:where-clause-sugg-missing-fn, r=varkor | bors | -1/+1 |
| 2020-02-08 | review comment | Esteban Küber | -1/+1 |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -3/+8 |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -3/+3 |
| 2020-02-02 | Rollup merge of #68764 - Centril:self-semantic, r=petrochenkov | Mazdak Farrokhzad | -0/+8 |
| 2020-02-02 | parser: address review comments re. `self`. | Mazdak Farrokhzad | -0/+8 |
| 2020-02-02 | Do not suggest duplicate bounds | Yuki Okushi | -9/+4 |
| 2020-01-24 | Normalise notes with the/is | varkor | -5/+5 |
| 2020-01-11 | Rollup merge of #68014 - estebank:unify-e0599, r=cramertj | Yuki Okushi | -5/+5 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -1/+28 |
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -5/+5 |
| 2019-12-24 | Fix suggestion span for typo in associated type name | Esteban Küber | -2/+2 |
| 2019-12-24 | Fix case in `associated-type-projection-from-multiple-supertraits.rs` | Esteban Küber | -1/+1 |
| 2019-12-20 | Rollup merge of #67285 - ohadravid:indicate-origin-of-where-type-parameter, r... | Mazdak Farrokhzad | -1/+1 |
| 2019-12-20 | Rollup merge of #67127 - estebank:disambiguate-suggestion, r=varkor | Mazdak Farrokhzad | -10/+40 |
| 2019-12-19 | Rollup merge of #67406 - ohadravid:suggest-assoc-type, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-12-19 | Rollup merge of #67189 - LeSeulArtichaut:binop-wording, r=estebank | Mazdak Farrokhzad | -26/+26 |
| 2019-12-18 | Suggest associated type when the specified one cannot be found | Ohad Ravid | -1/+1 |
| 2019-12-14 | Indicate origin of where type parameter for uninferred types | Ohad Ravid | -1/+1 |
| 2019-12-12 | Update tests | LeSeulArtichaut | -13/+13 |
| 2019-12-12 | Update UI test expectations | LeSeulArtichaut | -13/+13 |
| 2019-12-11 | Use structured suggestion for disambiguating method calls | Esteban Küber | -10/+40 |
| 2019-12-11 | Add more context for type parameters | Esteban Küber | -2/+2 |
| 2019-12-10 | Use the appropriate number of type arguments in suggestion | Esteban Küber | -1/+1 |
| 2019-12-10 | Point at method call when type annotations are needed | Esteban Küber | -7/+9 |
| 2019-12-06 | derive: avoid parse_in_attr | Mazdak Farrokhzad | -8/+1 |
| 2019-11-21 | Point at type in `let` assignment on type errors | Esteban Küber | -6/+11 |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -6/+6 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -18/+2 |
| 2019-11-18 | review comments: tweak prefix strings | Esteban Küber | -2/+2 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -16/+16 |
| 2019-11-11 | Evaluate borrow and struct expressions in `into` | Matthew Jasper | -2/+2 |
| 2019-11-09 | Remove `#[feature(custom_attribute)]` | Vadim Petrochenkov | -2/+4 |
| 2019-11-08 | Rollup merge of #66007 - estebank:remove-here, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-11-07 | Rollup merge of #66087 - tmiasko:ui-mode, r=Centril | Mazdak Farrokhzad | -1/+1 |