| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-12-04 | Forgot to update some test outputs | Nadrieril | -2/+2 |
| 2019-12-02 | Correct other tests related to const_mut_refs | Christian Poveda | -10/+75 |
| 2019-11-27 | Update test for mutably borrowed statics in a const | Dylan MacKenzie | -6/+21 |
| 2019-11-27 | Remove test for unused error code | Dylan MacKenzie | -37/+0 |
| 2019-11-21 | Change some tests to use the shorter comment style | Dylan MacKenzie | -8/+2 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -12/+6 |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -4/+4 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -7/+1 |
| 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 | -4/+4 |
| 2019-11-18 | Update ui tests | Guillaume Gomez | -0/+2 |
| 2019-11-15 | Rollup merge of #66306 - spastorino:remove-error-handled-by-miri, r=oli-obk | Yuki Okushi | -18/+4 |
| 2019-11-14 | Fix ui tests with better error code usage | Guillaume Gomez | -1/+8 |
| 2019-11-14 | Rollup merge of #66351 - JohnTitor:tweak-range-err-msg, r=Centril | Yuki Okushi | -7/+8 |
| 2019-11-13 | Tweak non-char/numeric in range pattern diagnostic | Yuki Okushi | -7/+8 |
| 2019-11-12 | check-consts remove cannot mutate statics in initializer of another static error | Santiago Pastorino | -18/+4 |
| 2019-11-10 | Improve coherence errors for wrong type order | Ohad Ravid | -0/+1 |
| 2019-11-09 | Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats... | bors | -7/+10 |
| 2019-10-31 | Stabilize the `re_rebalance_coherence` feature | Ohad Ravid | -7/+10 |
| 2019-10-31 | Fix incorrect diagnostics for expected type in E0271 with an associated type | Ohad Ravid | -3/+3 |
| 2019-10-29 | Rollup merge of #65562 - Patryk27:master, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-10-29 | Rollup merge of #65318 - estebank:coherence, r=varkor | Mazdak Farrokhzad | -8/+12 |
| 2019-10-28 | Improve the "try using a variant of the expected type" hint. | Patryk Wychowaniec | -1/+1 |
| 2019-10-28 | Do not display ADT type arguments and fix rebase | Esteban Küber | -1/+1 |
| 2019-10-28 | Account for tuples in explanation | Esteban Küber | -1/+1 |