mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* Removing uses of mixed-type + and - in benchmarks Using type cast or explicit type annotations. * Deprecating use of + and - on SignedInteger As it leads to mixed type arithmetics that is not supposed to work. It was needed before the new collection indexing model to make moving indexes simple. * Test deprecation warning
19 KiB
19 KiB