| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-08-17 | Bless test fallout | Michael Goulet | -3/+3 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -18/+18 | |
| 2023-05-10 | Adjust tests for new drop and forget lints | Urgau | -1/+1 | |
| 2023-03-03 | Label opaque type for 'captures lifetime' error message | Michael Goulet | -2/+3 | |
| 2023-02-15 | Rollup merge of #105300 - aliemjay:member-lower, r=oli-obk | Dylan DPC | -0/+10 | |
| rework min_choice algorithm of member constraints See [this comment](https://github.com/rust-lang/rust/pull/105300#issuecomment-1384312743) for the description of the new algorithm. Fixes #63033 Fixes #104639 This uses a more general algorithm than #89056 that doesn't treat `'static` as a special case. It thus accepts more code. For example: ```rust async fn test2<'s>(_: &'s u8, _: &'_ &'s u8, _: &'_ &'s u8) {} ``` I claim it's more correct as well because it fixes #104639. cc ``@nikomatsakis`` ``@lqd`` ``@tmandry`` ``@eholk`` ``@chenyukang`` ``@oli-obk`` r? types | ||||
| 2023-01-17 | rework min_choice algorithm of member constraints | Ali MJ Al-Nasrawy | -0/+10 | |
| See the inline comments for the description of the new algorithm. | ||||
| 2023-01-15 | Tweak E0597 | Esteban Küber | -6/+6 | |
| CC #99430 | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+238 | |
