| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-16 | Fix use of variadic generics with [Differentiable]. (#8736) | Yong He | |
| There was a bug that causes the compiler failing to treat a `no_diff TypePack` as a type pack, and thus diagnose an error when resolving the following call. The fix is to unwrap any ModifiedType wrappers in `IsTypePack()` check. | |||
