| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -5/+5 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-14 | Special case iterator chain checks for suggestion | Esteban Küber | -0/+267 | |
| When encountering method call chains of `Iterator`, check for trailing `;` in the body of closures passed into `Iterator::map`, as well as calls to `<T as Clone>::clone` when `T` is a type param and `T: !Clone`. Fix #9082. | ||||
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -10/+10 | |
| In `report_fullfillment_errors` push back `T: Sized`, `T: WellFormed` and coercion errors to the end of the list. The pre-existing deduplication logic eliminates redundant errors better that way, keeping the resulting output with fewer errors than before, while also having more detail. | ||||
| 2023-10-02 | Point out the actual mismatch error | Michael Goulet | -0/+2 | |
| 2023-10-02 | For a single impl candidate, try to unify it with error trait ref | Michael Goulet | -2/+2 | |
| 2023-08-26 | More accurately point at arguments | Esteban Küber | -12/+24 | |
| 2023-06-27 | Don't sort strings right after we just sorted by types | Michael Goulet | -6/+6 | |
| 2023-06-09 | Ignore tests that hang in new solver | Michael Goulet | -0/+2 | |
| 2023-05-15 | Give better error when collecting into `&[T]` | Chayim Refael Friedman | -1/+17 | |
| 2023-03-03 | Add unuseless `#[allow(unused_allocation)]` | Maybe Waffle | -2/+2 | |
| 2023-01-13 | Rollup merge of #106740 - petar-dambovaliev:float-iterator-hint, r=Nilstrieb | Yuki Okushi | -0/+29 | |
| Adding a hint on iterator type errors Issue reference https://github.com/rust-lang/rust/issues/106728 - [x] add a case in the attribute - [x] add a test closes #106728 | ||||
| 2023-01-12 | add note for float iterator | Petar Dambovaliev | -0/+29 | |
| 2023-01-11 | Handle inference variables in CollectAllMismatches correctly | Michael Goulet | -0/+28 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+1434 | |
