| Age | Commit message (Expand) | Author | Lines |
| 2019-12-15 | Rollup merge of #67289 - estebank:unnamed-closure, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-12-14 | Do not ICE on unnamed future | Esteban Küber | -1/+1 |
| 2019-12-13 | Auto merge of #65951 - estebank:type-inference-error, r=nikomatsakis | bors | -34/+85 |
| 2019-12-11 | erase regions instead of using `builtin_deref` | Nicholas Matsakis | -7/+18 |
| 2019-12-10 | Avoid invalid suggestion by checking the snippet in const fn call | Esteban Küber | -1/+22 |
| 2019-12-10 | Suggest setting type param on function call | Esteban Küber | -0/+24 |
| 2019-12-10 | Fix rebase | Esteban Küber | -6/+6 |
| 2019-12-10 | Deduplicate logic | Esteban Küber | -40/+32 |
| 2019-12-10 | Point at method call when type annotations are needed | Esteban Küber | -6/+20 |
| 2019-12-08 | async/await: correct diag note for `async move` | David Wood | -10/+11 |
| 2019-12-08 | async/await: more improvements to non-send errors | David Wood | -83/+211 |
| 2019-12-06 | Rollup merge of #67071 - estebank:issue-66868, r=davidtwco | Mazdak Farrokhzad | -0/+4 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -5/+1 |
| 2019-12-05 | Do not ICE on closure typeck | Esteban Küber | -0/+4 |
| 2019-12-03 | Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwco | Mazdak Farrokhzad | -1/+16 |
| 2019-11-29 | allow customising ty::TraitRef's printing behavior | Mikhail Babenko | -8/+10 |
| 2019-11-28 | review comments | Esteban Küber | -1/+76 |
| 2019-11-28 | Deduplicate type param constraint suggestion code | Esteban Küber | -65/+16 |
| 2019-11-27 | Rollup merge of #66700 - VirrageS:master, r=matthewjasper | Tyler Mandry | -1/+1 |
| 2019-11-25 | add `enclosing_scope` param to `rustc_on_unimplmented` | Mikhail Babenko | -1/+16 |
| 2019-11-24 | Fix pointing at arg for fulfillment errors in function calls | Janusz Marcinkiewicz | -1/+1 |
| 2019-11-24 | fixup! Lowercase diagnostic message label | Timo Freiberg | -1/+1 |
| 2019-11-24 | Add version mismatch help message for unimplemented trait | Timo Freiberg | -0/+39 |
| 2019-11-19 | Rollup merge of #66239 - estebank:suggest-async-closure-call, r=Centril | Mazdak Farrokhzad | -62/+133 |
| 2019-11-18 | review comments | Esteban Küber | -33/+45 |
| 2019-11-16 | review comments | Esteban Küber | -81/+91 |
| 2019-11-16 | Suggest calling async closure when needed | Esteban Küber | -52/+101 |
| 2019-11-16 | review comments and fix rebase | Esteban Küber | -3/+3 |
| 2019-11-16 | Account for `rustc_on_unimplemented` | Esteban Küber | -8/+12 |
| 2019-11-16 | Remove unnecessary note | Esteban Küber | -11/+10 |
| 2019-11-16 | Modify primary label message to be inline with error message | Esteban Küber | -0/+5 |
| 2019-11-16 | Suggest borrowing when it would satisfy an unmet trait bound | Esteban Küber | -2/+72 |
| 2019-11-16 | Tweak code formatting | Esteban Küber | -6/+10 |
| 2019-11-15 | Correct `const_in_array_repeat_expressions` feature name | Yuki Okushi | -3/+3 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -0/+2 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -3/+3 |
| 2019-11-09 | Rollup merge of #65994 - estebank:where-bound, r=nikomatsakis | Mazdak Farrokhzad | -3/+6 |
| 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 | -1/+1 |
| 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-02 | Simplify various `Symbol` use points. | 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/+49 |
| 2019-10-31 | Point at where clauses where the associated item was restricted | Esteban Küber | -3/+6 |
| 2019-10-31 | Fix incorrect diagnostics for expected type in E0271 with an associated type | Ohad Ravid | -5/+18 |
| 2019-10-30 | Make ItemContext available for better diagnositcs. | Giles Cope | -0/+49 |