Dmitri Gribenko
df17ddbc9b
init(count: Int, repeatedValue: Element) => init(repeating:count:)
...
Affected types: _ArrayType, Array, ArraySlice, ContiguousArray, Repeat,
String (initializers from Character and UnicodeScalar)
2015-12-09 17:14:37 -08:00
Haris Amin
0d001480a9
A small step towards removing C-style loops
2015-12-06 01:07:24 -05:00
Michael Gottesman
45308f68b1
Try apply insts can also have guaranteed parameters.
...
This was a piece of code that was not updated with FullApplySite when try_apply
was added.
rdar://23505191
2015-11-19 08:33:56 -08:00
Xin Tong
6b1328d059
Reapply XFAIL OpenCLSDKOverlay.swift to appease the bots for now. Bug tracked in rdar//23505191
2015-11-14 06:43:42 -08:00
Xin Tong
670c105a9e
Revert "Reapply XFAIL OpenCLSDKOverlay.swift to appease the bots for now. Bug tracked in rdar//23505191"
...
This reverts commit 8c55907efd .
Committed some of my local changes.
2015-11-14 06:42:23 -08:00
Xin Tong
8c55907efd
Reapply XFAIL OpenCLSDKOverlay.swift to appease the bots for now. Bug tracked in rdar//23505191
2015-11-14 06:35:55 -08:00
Jordan Rose
bdc42e71d9
Revert several commits working around the autolinking breakage.
...
Swift was failing to autolink frameworks in the new text-based SDKs.
Clang r253060 fixes the underlying issue, so we can go back to relying
on autolinking for these.
This reverts the following commits (newest to oldest):
f658841
59092a3
7ea9d54
e52ef22
rdar://problem/23511008
2015-11-13 20:21:04 -08:00
Michael Gottesman
59092a3fa3
Disable a test until rdar23505191 is fixed.
2015-11-12 17:03:00 -08:00
David Farler
8f2fbdc93a
Make function parameters and refutable patterns always immutable
...
All refutable patterns and function parameters marked with 'var'
is now an error.
- Using explicit 'let' keyword on function parameters causes a warning.
- Don't suggest making function parameters mutable
- Remove uses in the standard library
- Update tests
rdar://problem/23378003
2015-11-09 16:56:13 -08:00
Arnold Schwaighofer
ee0a1d1a58
More executable tests in validation-test
...
Swift SVN r29279
2015-06-03 23:28:45 +00:00
Dmitri Hrybenko
f46f16ae82
stdlib: implement new print() API
...
rdar://20775683
Swift SVN r28309
2015-05-08 01:37:59 +00:00
Dmitri Hrybenko
ea344fc49a
tests: use println() instead of print() with a "\n"
...
Swift SVN r27920
2015-04-29 21:29:59 +00:00
Dave Abrahams
cb68f83129
[stdlib] Fix OpenCL overlay test
...
Just replace it with a translation of some C sample code, and switch up
the way the kernel args are passed
Swift SVN r25426
2015-02-20 15:24:31 +00:00