| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-22 | On E0277, point at type that doesn't implement bound | Esteban Küber | -1/+6 | |
| When encountering an unmet trait bound, point at local type that doesn't implement the trait: ``` error[E0277]: the trait bound `Bar<T>: Foo` is not satisfied --> $DIR/issue-64855.rs:9:19 | LL | pub struct Bar<T>(<Self as Foo>::Type) where Self: ; | ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound | help: the trait `Foo` is not implemented for `Bar<T>` --> $DIR/issue-64855.rs:9:1 | LL | pub struct Bar<T>(<Self as Foo>::Type) where Self: ; | ^^^^^^^^^^^^^^^^^ ``` | ||||
| 2025-08-14 | Update uitests | Jonathan Brouwer | -28/+26 | |
| Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com> | ||||
| 2025-07-24 | Rehome tests/ui/issues/ tests [1/?] | Oneirical | -0/+71 | |
| 2025-07-09 | Port `#[marker]` to the new attribute system | Pavel Grigorenko | -6/+16 | |
| 2024-03-31 | Always make inductive cycles as ambig during typeck | Michael Goulet | -3/+19 | |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -12/+12 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -5/+5 | |
| 2024-02-05 | Stop bailing out from compilation just because there were incoherent traits | Oli Scherer | -4/+19 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -3/+3 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-08 | remove trailing dots | Ali MJ Al-Nasrawy | -1/+1 | |
| 2023-10-08 | always show and explain sub region | Ali MJ Al-Nasrawy | -1/+4 | |
| 2023-03-22 | stop special-casing `'static` in evaluate | lcnr | -4/+61 | |
| 2023-01-12 | Point at impl self type for impl wf obligations | Michael Goulet | -8/+8 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+479 | |
