| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -70/+0 | |
| 2022-12-13 | Remove unnecessary code and account for turbofish suggestion | Esteban Küber | -1/+1 | |
| Remove previously existing fallback that tried to give a good turbofish suggestion, `need_type_info` is already good enough. Special case `::<Vec<_>` suggestion for `Iterator::collect`. | ||||
| 2022-11-08 | selection failure: recompute applicable impls | lcnr | -3/+24 | |
| 2022-08-23 | Improve local generic parameter suggestions. | Camille GILLOT | -4/+4 | |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -5/+4 | |
| 2022-05-20 | report ambiguous type parameters when their parents are impl or fn | Takayuki Maeda | -0/+6 | |
| fix ci error emit err for `impl_item` | ||||
| 2019-12-14 | Indicate origin of where type parameter for uninferred types | Ohad Ravid | -1/+1 | |
| 2019-12-11 | Add more context for type parameters | Esteban Küber | -1/+1 | |
| 2019-09-24 | Remove blanket silencing of "type annotation needed" errors | Esteban Küber | -2/+9 | |
| Remove blanket check for existence of other errors before emitting "type annotation needed" errors, and add some eager checks to avoid adding obligations when they refer to types that reference `[type error]` in order to reduce unneded errors. | ||||
| 2019-04-17 | Resolve inconsistency in error messages between "parameter" and "variable". | Eduard-Mihai Burtescu | -2/+2 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -3/+3 | |
| 2019-02-07 | Make name resolution handle consts in GenericParamsFromOuterFunction properly | varkor | -8/+8 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-09-05 | reword label as per review | Esteban Küber | -1/+1 | |
| 2018-09-05 | slight rewording of labels | Esteban Küber | -1/+1 | |
| 2018-09-05 | Fix incorrect outer function type parameter message | Esteban Küber | -3/+4 | |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 | |
| 2018-03-16 | Rollup merge of #49007 - estebank:follow-up-47574, r=oli-obk | kennytm | -6/+7 | |
| Some tweaks to "type parameters from outer function" diagnostic Follow up to #47574. | ||||
| 2018-03-14 | Some tweaks to "type parameters from outer function" diagnostic | Esteban Küber | -6/+7 | |
| Follow up to #47574. | ||||
| 2018-03-14 | update tests | Guillaume Gomez | -1/+1 | |
| 2018-03-08 | Update tests | Basile Desloges | -5/+31 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -1/+1 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+1 | |
| 2018-02-08 | Move some E0XXX to `ui` | Esteban Küber | -0/+8 | |
