Doug Gregor
0523a09560
Update validation testsuite for the argument label default changes.
...
Swift SVN r27706
2015-04-24 20:31:43 +00:00
Dave Abrahams
ac3f047496
[stdlib] Renaming fallout from Mirror API review
...
toString(x) => String(x)
toDebugString(x) => String(reflecting: x)
Printable => CustomStringConvertible
DebugPrintable => CustomDebugStringConvertible
Also updated comments to clarify these protocols
Swift SVN r27090
2015-04-07 20:32:26 +00:00
Mark Lacey
b7dc974c1f
Fix test by adjusting spacing around range operator.
...
Swift SVN r26544
2015-03-25 18:15:38 +00:00
Dave Abrahams
2822677b4b
[stdlib] Clean up some endline layout in the tests
...
Just following our coding convention...
Swift SVN r26507
2015-03-24 23:55:55 +00:00
Dmitri Hrybenko
87aa7a25ba
Update String test to new Foundation API (nullability audit)
...
Swift SVN r26493
2015-03-24 18:00:09 +00:00
Dmitri Hrybenko
e460eb6264
Revert "[stdlib] Replace aString.toInt() with Int(aString)"
...
This reverts commit r25636. It depends on integer parsing APIs, which
are being moved to SwiftExperimental.
Swift SVN r25889
2015-03-09 19:04:18 +00:00
Graham Batty
dd92de792f
Use ICU to implement basic string functions.
...
Swift SVN r25803
2015-03-06 19:15:34 +00:00
Dave Abrahams
47288e357b
[stdlib] Replace aString.toInt() with Int(aString)
...
Swift SVN r25636
2015-02-28 06:01:03 +00:00
Dave Abrahams
2cf5650b48
[stdlib] Fix two problems with Character<=>String
...
<rdar://problem/19803733> String#append(Character) is broken in Swift 1.2 (beta)
<rdar://problem/19809905> Swift 1.2: join does not work with Emoji strings
Swift SVN r25449
2015-02-21 01:14:14 +00:00
Dave Abrahams
ed8c302a93
[stdlib] Move tests that challenge a debug compiler
...
...into the validation suite. This is the wrong solution but at least
the bots will continue to run all the tests and we won't regress.
Swift SVN r24934
2015-02-04 01:53:14 +00:00