Commit Graph

8541 Commits

Author SHA1 Message Date
Chris Lattner
47e550a5dd A notable deletion.
Swift SVN r9329
2013-10-14 22:01:01 +00:00
Dave Abrahams
94bbb55506 Fix up Generator release note
Swift SVN r9218
2013-10-11 20:17:03 +00:00
Joe Groff
dbb2b65cbe Release note removal of 'as!'.
Swift SVN r9182
2013-10-10 23:50:21 +00:00
Doug Gregor
d8391f6ec9 Release notes for the DynamicLookup downcasting via postfix '!'.
Swift SVN r9177
2013-10-10 22:06:28 +00:00
Chris Lattner
b4d196eeb9 fix unbalanced paren.
Swift SVN r9060
2013-10-09 16:20:16 +00:00
Joe Groff
fa26956e80 Release note 'Generator' protocol.
Swift SVN r9029
2013-10-08 20:58:54 +00:00
Joe Groff
6424e99da2 SIL: Rename 'condbranch' to the more idiomatic 'cond_br'.
For consistency with the other '*_br' instructions.

Swift SVN r8957
2013-10-07 16:16:35 +00:00
Joe Groff
3b6759fd3d Release note RawRepresentable protocol.
Swift SVN r8931
2013-10-04 20:52:24 +00:00
Chris Lattner
3e8c82ce35 add new attribute syntax to the release notes and update the whitepaper to use it.
Swift SVN r8912
2013-10-04 05:27:23 +00:00
Joe Groff
f340bd0a7c Release note enum raw types.
There's still work to do on the protocol conformance, but the basic user-facing feature should be usable.

Swift SVN r8895
2013-10-03 22:38:40 +00:00
Greg Parker
41cbf95329 Shorten autoreleasepool syntax example.
Swift SVN r8894
2013-10-03 22:35:19 +00:00
Greg Parker
410ecbea8f Release note autoreleasepool().
Swift SVN r8889
2013-10-03 21:35:39 +00:00
Adrian Prantl
9556692e2d addd copy_value
Swift SVN r8860
2013-10-02 22:46:04 +00:00
Joe Groff
4850f12bee Release note '_' assignment.
Swift SVN r8849
2013-10-02 18:48:11 +00:00
Chris Lattner
3598b10776 typo fix
Swift SVN r8843
2013-10-02 17:15:16 +00:00
Doug Gregor
9f867d0d9c Update release notes for dynamic property/subscript access.
Swift SVN r8842
2013-10-02 17:06:07 +00:00
John McCall
cec7d3d8d4 Add the postfix ? operator to the release notes.
Swift SVN r8838
2013-10-02 06:09:42 +00:00
Joe Groff
165d56a3ae Correct date in release notes.
Swift SVN r8817
2013-10-01 21:37:39 +00:00
Joe Groff
95a70cca6b Release note 'x as T'.
Swift SVN r8814
2013-10-01 21:11:42 +00:00
Michael Gottesman
c0efcf1766 Add {destroy,copy}_value syntax highlighting for sil.
Swift SVN r8683
2013-09-26 00:52:01 +00:00
Chris Lattner
e54f6d9331 add a bit more rationale.
Swift SVN r8665
2013-09-25 21:20:05 +00:00
Joe Groff
dbade0f778 Capitalize.
Swift SVN r8664
2013-09-25 21:15:42 +00:00
Joe Groff
c11a7b41d3 Release note byref -> inout change.
Swift SVN r8662
2013-09-25 20:56:56 +00:00
Joe Groff
3d4c1251f1 Rename 'byref' attribute to 'inout'.
Swift SVN r8661
2013-09-25 20:56:52 +00:00
Chris Lattner
f0bbb58d7c rearrange text a bit.
Swift SVN r8637
2013-09-25 19:53:12 +00:00
Joe Groff
d38d2b08d9 Release note byref capture semantics.
Swift SVN r8636
2013-09-25 18:54:08 +00:00
John McCall
03466c12e9 Add an implicit conversion from T to T?.
Swift SVN r8624
2013-09-25 06:40:45 +00:00
John McCall
15cfbce050 Release note for the changes to the type of a [weak] var.
Swift SVN r8622
2013-09-25 06:40:42 +00:00
Joe Groff
e6b1e00ef4 Release note comma-separated 'case' syntax.
Swift SVN r8588
2013-09-24 02:06:06 +00:00
Doug Gregor
1937c6fa49 Fix weird space
Swift SVN r8495
2013-09-20 15:59:57 +00:00
Doug Gregor
a7cb896cfc Make example code actually work. Thanks, Joe
Swift SVN r8494
2013-09-20 15:59:31 +00:00
Doug Gregor
bdaffde546 Use ! rather than .get().
Swift SVN r8493
2013-09-20 15:57:13 +00:00
Doug Gregor
47839daa2a Release notes for 'id' and 'Class' mapping to DynamicLookup[.metatype].
Swift SVN r8492
2013-09-20 15:53:43 +00:00
Chris Lattner
824b2b392d hey, add a "link" too :-)
Swift SVN r8486
2013-09-20 05:07:29 +00:00
Chris Lattner
668b001943 add some rationale.
Swift SVN r8485
2013-09-20 05:05:02 +00:00
Joe Groff
685c4878fe Release note 'union' -> 'enum'.
Swift SVN r8484
2013-09-20 04:41:52 +00:00
Joe Groff
e109124186 Replace 'union' keyword with 'enum'.
This only touches the compiler and tests. Doc updates to follow.

Swift SVN r8478
2013-09-20 01:33:14 +00:00
Joe Groff
73b6cd6ca9 Release note Optional-as-union.
Swift SVN r8424
2013-09-18 22:16:29 +00:00
Dmitri Hrybenko
ed7f95189e Update syntax highlighting for constructor -> init change
Swift SVN r8419
2013-09-18 21:16:31 +00:00
Chris Lattner
a53d2ce78a minor typographical change.
Swift SVN r8400
2013-09-18 15:38:39 +00:00
Doug Gregor
50ffac5a77 Release notes for constructor/init changes.
Swift SVN r8395
2013-09-18 05:47:46 +00:00
Doug Gregor
72afb17c25 s/constructor/init/g in tests and a few diagnostics.
Swift SVN r8394
2013-09-18 05:36:39 +00:00
Chris Lattner
73b674a485 reword DI for TLC.
Swift SVN r8387
2013-09-18 04:06:06 +00:00
Joe Groff
ca32217248 Release note single-payload generic unions.
Swift SVN r8359
2013-09-17 22:07:36 +00:00
Chris Lattner
03154cf582 mention DI for TLC.
Swift SVN r8355
2013-09-17 21:40:19 +00:00
Daniel Dunbar
b94b8a317c [buildbot] Use toolchain Clang as the perftests compiler, and reenable.
- My thought was using the built version was nice so that we are comparing
   tests using the same version of the backend, but the built Clang doesn't know
   how to find an autolink aware ld on our buildbot machine.

Swift SVN r8289
2013-09-16 19:32:49 +00:00
Daniel Dunbar
0a61cf84c0 Disable perftests in buildbot while I investigate failures.
- Also, tweak quoting.

Swift SVN r8287
2013-09-16 19:18:36 +00:00
Daniel Dunbar
d6866727f7 Better shell quoting.
Swift SVN r8285
2013-09-16 18:47:39 +00:00
Daniel Dunbar
44d4e100de [perftests] Run performance tests via the buildbot.
Swift SVN r8284
2013-09-16 18:41:30 +00:00
Daniel Dunbar
9414f11035 [perftests] Add a script for submitting benchmark results to LNT.
Swift SVN r8235
2013-09-14 01:24:01 +00:00