| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-03-23 | Merge tests. | CDirkx | -68/+30 | |
| Merge tests to a single test file. | ||||
| 2020-03-23 | Add const generics test for all range types. | CDirkx | -0/+68 | |
| In addition to the regression test of `RangeInclusive` for #70155, now all range types are checked for usability within const generics: - `RangeFrom` - `RangeFull` - `RangeToInclusive` - `RangeTo` - `Range` The test are moved from `test\ui\const-generics\issues\issue-70155` to `test\ui\const-generics\std\range` in anticipation of future similar tests for std types. | ||||
