| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -1/+1 | |
| ``` help: consider restricting type parameter `T` with traits `Copy` and `Trait` | LL | fn duplicate_custom<T: Copy + Trait>(t: S<T>) -> (S<T>, S<T>) { | ++++++++++++++ ``` ``` help: consider restricting type parameter `V` with trait `Copy` | LL | fn index<'a, K, V: std::marker::Copy>(map: &'a HashMap<K, V>, k: K) -> &'a V { | +++++++++++++++++++ ``` | ||||
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -1/+1 | |
| 2024-04-21 | Use fulfillment, not evaluate, during method probe | Michael Goulet | -2/+0 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -8/+8 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -3/+3 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-01-13 | Do not incorrectly suggest restricting implied bounds | Esteban Küber | -3/+3 | |
| When we have already suggested bounds that imply the about to be suggested bound, skip them. | ||||
| 2023-01-13 | Elaborate unmet obligations in E0599 for more context | Esteban Küber | -3/+5 | |
| 2023-01-11 | Tweak output | Esteban Küber | -10/+6 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+208 | |
