| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -12/+12 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return ↵ | Oli Scherer | -1/+14 | |
| `ErrorGuaranteed`, even if that error is only emitted by `check_modwitem_types` | ||||
| 2023-06-28 | Adjust inner span of implicit self ref argument | Michael Goulet | -2/+2 | |
| 2023-05-05 | Report nicer lifetime errors for specialization | Matthew Jasper | -0/+77 | |
| Add an obligation cause for these error so that the error points to the implementations that caused the error. | ||||
| 2023-05-05 | Normalize consistently for specializations | Matthew Jasper | -0/+82 | |
| 2023-05-05 | Disallow (min) specialization imps with no items | Matthew Jasper | -0/+28 | |
| Such implementations are usually mistakes and are not used in the compiler or standard library (after this commit) so forbid them with `min_specialization`. | ||||
| 2023-03-23 | Note type mismatch on ConstArgHasType | Michael Goulet | -1/+1 | |
| 2023-03-19 | Delay overlap errors if errors are involved | Michael Goulet | -7/+10 | |
| 2023-03-19 | Constrain const vars to error if const types are mismatched | Michael Goulet | -4/+4 | |
| 2023-03-09 | Use param's real type in try_eval_lit_or_param | Michael Goulet | -0/+23 | |
| 2023-01-12 | Point at HIR types when impl trait ref doesn't normalize | Michael Goulet | -2/+2 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+546 | |
