practicalswift
|
3bf9216764
|
[crashers] Add license headers.
|
2016-03-31 21:33:11 +02:00 |
|
Max Moiseev
|
481bcabcba
|
[stdlib] API naming guidelines applied to split and join
- `separator` label for first argument of `split`
- `join` and related types are renamed to `joined`
|
2016-02-22 15:43:33 -08:00 |
|
Dmitri Gribenko
|
98561f6137
|
stdlib: joinWithSeparator(_:) => join(separator:)
|
2016-02-18 22:30:57 -08:00 |
|
practicalswift
|
c4866885c8
|
Rename old crash cases to match the current naming scheme.
Will allow for easy import of crash cases from swift-compiler-crashes.
|
2015-12-10 16:50:15 +01:00 |
|