| Age | Commit message (Expand) | Author | Lines |
| 2020-02-02 | Point at arguments or output when fn obligations come from them, or ident whe... | Esteban Küber | -2/+2 |
| 2020-02-02 | move_ref_patterns: introduce tests | Mazdak Farrokhzad | -20/+0 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -2/+2 |
| 2020-01-25 | Don't use spaces before type ascription like colons | Oliver Scherer | -1/+1 |
| 2020-01-24 | Normalise notes with the/is | varkor | -2/+2 |
| 2020-01-19 | review comments | Esteban Küber | -4/+4 |
| 2020-01-19 | When encountering an expected named lifetime and none are present, suggest ad... | Esteban Küber | -5/+29 |
| 2020-01-19 | When encountering an undefined named lifetime, point to where it can be | Esteban Küber | -1/+5 |
| 2020-01-18 | slice_patterns: remove gates in tests | Mazdak Farrokhzad | -3/+1 |
| 2020-01-17 | Rollup merge of #68195 - estebank:impl-trait-2000, r=Centril | Dylan DPC | -0/+63 |
| 2020-01-16 | resolve: Point at the private item definitions in privacy errors | Vadim Petrochenkov | -1/+7 |
| 2020-01-16 | review comments | Esteban Küber | -4/+4 |
| 2020-01-16 | Add E0746 explanation to the index | Esteban Küber | -0/+1 |
| 2020-01-16 | Make `impl Trait` suggestion in E0746 `MachineApplicable` | Esteban Küber | -2/+22 |
| 2020-01-16 | Elide E0308 errors in favor of E0746 | Esteban Küber | -41/+4 |
| 2020-01-16 | Specific error for unsized `dyn Trait` return type | Esteban Küber | -0/+79 |
| 2020-01-16 | Rollup merge of #68265 - JohnTitor:fix-issue-number, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-01-16 | Fix issue number of `repr128` | Yuki Okushi | -1/+1 |
| 2020-01-12 | Diagnostics should not end with a full stop | varkor | -2/+2 |
| 2020-01-11 | Ban `...X` pats, harden tests, and improve diagnostics. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-11 | Rollup merge of #68014 - estebank:unify-e0599, r=cramertj | Yuki Okushi | -1/+1 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -6/+82 |
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -1/+1 |
| 2020-01-05 | Add backticks to various diagnostics | varkor | -1/+1 |
| 2020-01-03 | clarify that `Drop` can be implemented for enums and unions too | Andy Russell | -6/+5 |
| 2019-12-31 | Rollup merge of #67730 - Centril:typeck-pat-cleanup, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-12-31 | Auto merge of #67597 - estebank:placeholder-type, r=oli-obk | bors | -1/+1 |
| 2019-12-30 | MatchExpressionArmPattern: Use more generic wording. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-29 | clean up logic | Esteban Küber | -1/+1 |
| 2019-12-29 | Suggest type param when encountering `_` in fn defs | Esteban Küber | -1/+1 |
| 2019-12-30 | note other end-point when typeck range pats | Mazdak Farrokhzad | -2/+4 |
| 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 | -2/+2 |
| 2019-12-24 | Tweak errors for missing associated types and type parameters | Esteban Küber | -15/+26 |
| 2019-12-23 | Auto merge of #66296 - Centril:bindings_after_at-init, r=pnkfelix | bors | -39/+7 |
| 2019-12-23 | Remove `bindings_after_at` from `INCOMPLETE_FEATURES`. | Mazdak Farrokhzad | -11/+2 |
| 2019-12-23 | check_legality_of_move_bindings: generalize diagnostics & add comments | Mazdak Farrokhzad | -1/+1 |
| 2019-12-23 | Introduce `#![feature(bindings_after_at)]`. | Mazdak Farrokhzad | -38/+15 |
| 2019-12-23 | Add span information to `ExprKind::Assign` | varkor | -6/+6 |
| 2019-12-23 | Improve invalid assignment error | varkor | -9/+17 |
| 2019-12-21 | rework run-fail and support check,build-fail | Mazdak Farrokhzad | -1/+3 |
| 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 | -2/+8 |
| 2019-12-14 | Indicate origin of where type parameter for uninferred types | Ohad Ravid | -1/+1 |
| 2019-12-13 | Auto merge of #65951 - estebank:type-inference-error, r=nikomatsakis | bors | -3/+5 |
| 2019-12-13 | Rollup merge of #67026 - Nadrieril:improve-usefulness-empty, r=varkor,Centril... | Mazdak Farrokhzad | -2/+2 |
| 2019-12-11 | review comments | Esteban Küber | -4/+4 |
| 2019-12-11 | Use structured suggestion for disambiguating method calls | Esteban Küber | -2/+8 |
| 2019-12-11 | Add more context for type parameters | Esteban Küber | -1/+1 |
| 2019-12-10 | Deduplicate logic | Esteban Küber | -2/+4 |