Chris Lattner
fdd16143a8
expand on the mutability model stuff that is in place.
...
Swift SVN r11421
2013-12-18 05:17:27 +00:00
Joe Groff
b1ba2ac303
Release note NS_OPTIONS support.
...
Swift SVN r11413
2013-12-18 02:50:35 +00:00
Argyrios Kyrtzidis
a62a85bc8d
[utils/buildbot-script.sh] Correct the script for running the SourceKit tests.
...
Swift SVN r11369
2013-12-17 02:19:54 +00:00
Michael Gottesman
14a05b0ae3
[sil-mode] Updated the word highlighting given the current SIL Instructions.
...
Swift SVN r11344
2013-12-16 09:58:35 +00:00
Chris Lattner
ff158116a1
describe some basic 'let' stuff in the release notes.
...
Swift SVN r11206
2013-12-12 19:51:38 +00:00
Anna Zaks
e9870cd347
[SIL] Add helper - it's useful when printing SILInstructions.
...
Swift SVN r11196
2013-12-12 19:07:02 +00:00
Dave Abrahams
e2fb89805a
Release note for Optional.map
...
Swift SVN r11151
2013-12-11 23:11:38 +00:00
Joe Groff
2eae1826c2
Brag about lazy initializers some more.
...
They don't create global_ctors and aren't fragile to link order.
Swift SVN r11146
2013-12-11 22:35:05 +00:00
Joe Groff
147931837d
Release note lazy global initializers.
...
Swift SVN r11138
2013-12-11 18:59:57 +00:00
Chris Lattner
9c2ccd5ceb
indent
...
Swift SVN r11120
2013-12-11 05:45:25 +00:00
Doug Gregor
f4bbd58e4d
Note improvements in type checker performance in the release notes
...
Swift SVN r11119
2013-12-11 05:02:12 +00:00
Doug Gregor
e9b6d4a7e3
Use a non-NSString example
...
Swift SVN r11117
2013-12-11 03:18:24 +00:00
Dmitri Hrybenko
f04a492a86
Add release notes for AnyObject/AnyClass
...
Swift SVN r11108
2013-12-11 01:14:08 +00:00
Chris Lattner
78833dcb39
adapt to the new fangled lexicon of stored property.
...
Swift SVN r11104
2013-12-11 00:19:56 +00:00
Chris Lattner
2420c48f88
mention that we diagnose super.init issues.
...
Swift SVN r11074
2013-12-10 04:19:07 +00:00
Joe Groff
02a0e996c4
SIL: Kill initialize_var instruction.
...
Remove the initialize_var instruction now that DI fully diagnoses initialization problems. Change String-to-NSString bridging to explicitly invoke String's default constructor; it was the last remaining user of initialize_var. Remove dead code to emit an implicit default constructor without a body.
Swift SVN r11066
2013-12-10 03:36:59 +00:00
Chris Lattner
ac7ee4ba59
release note DI of ivars.
...
Swift SVN r11027
2013-12-09 16:55:16 +00:00
Michael Gottesman
1ca699e8ea
[sil-mode] Make sil tab stops vary by 2 and standardize tab width to 2.
...
Swift SVN r10918
2013-12-06 05:33:39 +00:00
Michael Gottesman
29c8172cd4
[sil-mode] Remove trailing whitespace.
...
Swift SVN r10916
2013-12-06 05:33:37 +00:00
Michael Gottesman
ca0d9fb953
[sil-mode] Change two (if (not ...) ...) -> unless and fix a capitalization error.
...
Swift SVN r10915
2013-12-06 05:33:36 +00:00
Michael Gottesman
1e795f2390
Add sil_vtable highlighting to sil-mode.
...
Swift SVN r10914
2013-12-06 05:18:19 +00:00
Dave Abrahams
c3aacf36af
End sentences with a period. Period!
...
Swift SVN r10867
2013-12-05 18:19:09 +00:00
Dave Abrahams
7ab9d369aa
[stdlib] Rename Char => UnicodeScalar
...
Swift SVN r10864
2013-12-05 17:30:37 +00:00
Dave Abrahams
02c5b92711
[stdlib] Release note for Enumerable => Sequence change
...
Swift SVN r10862
2013-12-05 17:30:31 +00:00
Chris Lattner
8063a4a572
expand release notes for precedence change with some rationale.
...
Swift SVN r10849
2013-12-05 06:49:48 +00:00
Dave Zarzycki
942b490342
Copy and paste error: we do not have a ** operator
...
Swift SVN r10819
2013-12-04 23:46:51 +00:00
Dave Zarzycki
e0a8f7f1a0
RelNote the operator precedence simplification
...
Swift SVN r10816
2013-12-04 23:33:22 +00:00
Doug Gregor
627f0ae447
Allow "x as T" to perform implicit conversions from x to T.
...
Fixes <rdar://problem/15283100>.
Swift SVN r10783
2013-12-04 17:31:44 +00:00
Dave Abrahams
946fbf7272
[utils] buildbot-script.sh: Create XCode projects that can be opened in XCode
...
Swift SVN r10746
2013-12-03 01:20:40 +00:00
Dave Zarzycki
486d6e6eac
15242776 relnote: Slice and Array are now merged.
...
I think that the above bug is done. I'll let Howard merge "HArray"
into Array, but for now it is just an implementation detail of Array.
Swift SVN r10713
2013-12-01 08:17:08 +00:00
Michael Gottesman
4b882d8843
[sil-mode] Teach sil-mode how to highlight "mark_uninitialized" and "mark_function_escape".
...
Swift SVN r10622
2013-11-21 02:29:07 +00:00
Dave Abrahams
d8e8c36d2a
[utils] buildbot-script.sh: speed up incremental builds by not configuring when CMakeCache.txt exists
...
This change won't affect the buildbot because it's always doing clean
builds, but when invoked by users it makes a huge difference.
Swift SVN r10592
2013-11-20 13:03:12 +00:00
Dave Abrahams
6fc5d9133b
[utils] buildbot-script.sh: no, you can't pass -o pipefail et al on the bash command line
...
Let's make sure things actually stop when they fail, shall we?
Swift SVN r10591
2013-11-20 12:34:25 +00:00
Dave Abrahams
c13f84c5b1
[utils] Rename the user-facing build-and-test script
...
The name I gave it originally didn't correspond to how it is invoked,
and that was revealed upon updating the README
Swift SVN r10575
2013-11-20 01:50:57 +00:00
Dave Abrahams
bb0ab1c712
[utils] Add a user-facing build-and-test script
...
This script invokes buildbot-script.sh, but includes features useful
in a regular development workflow, including updating local git
working copies upon request.
Swift SVN r10574
2013-11-20 01:14:47 +00:00
Dave Abrahams
d530ebc226
[utils] buildbot-script.sh: Build test binaries in parallel before running lit
...
Swift SVN r10573
2013-11-20 00:49:31 +00:00
Dmitri Hrybenko
c1b48e3c17
Add release notes for 'def' -> 'func' change
...
Swift SVN r10524
2013-11-17 07:49:50 +00:00
Dmitri Hrybenko
81dc5deee8
Change 'def' keyword back to 'func'
...
Swift SVN r10522
2013-11-17 07:45:28 +00:00
Anna Zaks
8b21e8e5a6
Add negative integer to unsigned conversion example to release notes.
...
Swift SVN r10479
2013-11-15 00:22:03 +00:00
Anna Zaks
7be4b0c6be
Release note unreachable code warning and integer conversion overflow detection.
...
Swift SVN r10475
2013-11-15 00:16:17 +00:00
Doug Gregor
aca108a4fa
Point to Wiki for older release notes
...
Swift SVN r10453
2013-11-14 03:44:16 +00:00
Doug Gregor
23547170d3
Only include about a month of history in the release notes
...
Swift SVN r10452
2013-11-14 03:24:49 +00:00
Chris Lattner
eea8e954c8
remove some caveats that have improved a lot. Generics
...
support isn't perfect, but is a lot better than when that
was written.
Swift SVN r10440
2013-11-14 01:04:43 +00:00
Dave Abrahams
9ea86819dd
[utils] buildbot-script.sh -- Support building and testing Swift with Xcode
...
Tests for SourceKit still fail under XCode, but the Swift tests are all passing.
Swift SVN r10426
2013-11-13 20:13:44 +00:00
Joe Groff
3aad110eee
buildbot-script.sh: Check for '--release' before '--*'.
...
Swift SVN r10422
2013-11-13 16:52:42 +00:00
Joe Groff
f0e2331b01
Release note struct/enum static properties.
...
Swift SVN r10421
2013-11-13 16:49:10 +00:00
Dave Abrahams
c0ab416837
[utils] buildbot-script.sh: support user-friendly testing with Ninja builds
...
Also begin supporting Xcode as a generator. This used to work, months
ago, but now it's failing to find the llvm bin directory.
Swift SVN r10412
2013-11-13 04:59:32 +00:00
Dave Abrahams
d0f8619824
[utils] buildbot-script.sh: remove more stray backslashes
...
Swift SVN r10408
2013-11-13 03:11:43 +00:00
Dave Abrahams
59d0757e58
[utils] buildbot-script.sh: revive mistakenly-dropped SOURCEKIT_PATH_TO_SWIFT_BUILD setting
...
Swift SVN r10407
2013-11-13 03:10:20 +00:00
Dave Abrahams
8a03020dd7
[utils] buildbot-script.sh: run tests and build packages using the selected CMake generator
...
Swift SVN r10406
2013-11-13 02:52:18 +00:00