| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-01-13 | Bless tests | George-lewis | -0/+8 | |
| Update tests | ||||
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -1/+14 | |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -17/+13 | |
| 2023-12-19 | bless ui tests | Deadbeef | -0/+1 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -7/+7 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-11-12 | Deny more `~const` trait bounds | León Orell Valerian Liehr | -5/+5 | |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -1/+1 | |
| 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-09-28 | make adt_const_params feature suggestion more consistent with others and ↵ | asquared31415 | -1/+1 | |
| only suggest it when the type can probably work | ||||
| 2023-08-25 | Walk through full path in point_at_path_if_possible | Michael Goulet | -2/+2 | |
| 2023-08-12 | Don't crash when reporting nice region errors for generic const items | León Orell Valerian Liehr | -0/+29 | |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -1/+13 | |
| 2023-07-28 | Add UI tests for generic const items | León Orell Valerian Liehr | -0/+813 | |
