Ted Kremenek
0ac65ed8f0
Merge pull request #47 from codestergit/patch-3
...
Fixed Typos
2015-12-03 10:15:15 -08:00
Shafqat Dulal
c92dba6390
[GitFlowsWork.rst] commiting -> committing
2015-12-03 10:14:41 -08:00
codester
7f8691beea
Fixed spelling
...
Fixed Typo
2015-12-03 23:44:26 +05:30
Ted Kremenek
b724866a6e
Merge pull request #40 from stevemoser/patch-1
...
Fix 'committing' and 'standard' typos in Testing.rst
2015-12-03 10:14:10 -08:00
Ted Kremenek
73ad408877
Merge pull request #43 from lzwjava/typo
...
fix typo: commiting -> committing
2015-12-03 10:13:52 -08:00
Ted Kremenek
92b7ae98bf
Merge pull request #30 from franzejr/patch-1
...
Fix typo on "committing"
2015-12-03 10:13:23 -08:00
codester
ed399ef52b
Fixed Typos
...
Fixed Typos
2015-12-03 23:41:42 +05:30
Ted Kremenek
0991f4fc47
Merge pull request #41 from codestergit/patch-1
...
Fix Typos and spelling
2015-12-03 10:11:40 -08:00
mike-u
4826524222
fixed type of declaration in TypeChecker.rst
2015-12-03 13:09:22 -05:00
codester
17ef051f12
Fixed Typo
2015-12-03 23:36:10 +05:30
codester
d21d3363eb
Fix Typos and spelling
...
Fixed Typos
2015-12-03 23:30:34 +05:30
Steve Moser
95a7a036cc
Fix typos
2015-12-03 13:00:30 -05:00
lzwjava
289b0e5036
fix typo: commiting -> committing
2015-12-04 01:59:23 +08:00
Jeremy Barr
606ee60f78
fixing typo of intofive to into five
2015-12-03 12:57:51 -05:00
Ted Kremenek
564973f04d
Merge pull request #35 from codestergit/master
...
Fix Typos
2015-12-03 09:53:39 -08:00
Ted Kremenek
c4741d6e9e
Merge pull request #34 from kaneshin/fix-comment-typo-2
...
Fix `execution` typo
2015-12-03 09:52:55 -08:00
codester
5dc4f87844
Fix Typos
...
Fixed typos and spellings
2015-12-03 23:20:45 +05:30
Shintaro Kaneko
d9120142f9
Fix execution typo
2015-12-04 02:50:31 +09:00
Franzé Jr
3995c02517
Fix typo on "committing"
2015-12-03 14:40:40 -03:00
Arthur Ariel Sabintsev
ed6ce84672
Grammatical fix
...
Fixed *it;s* with *it's*.
2015-12-03 12:39:22 -05:00
Ted Kremenek
6bace098df
Merge pull request #24 from codestergit/master
...
updated spelling mistake of instead
2015-12-03 09:32:08 -08:00
codester
549263dec2
updated spelling mistake of intead
...
Updated spelling of instaed to instead
2015-12-03 22:56:51 +05:30
Alex Chan
9e06a2fcfb
Fix typo in docs/ARCOptimization.rst
2015-12-03 17:16:10 +00:00
Maxim Moiseev
13591c5763
Correcting the typo
...
s/THe/The
2015-12-02 17:22:21 -08:00
Jordan Rose
1a0f7d4034
[docs] Emphasize that LibraryEvolution.rst is still in draft form.
...
Max pointed out that GitHub's ReST rendering doesn't treat ".. warning::"
specially.
2015-12-02 14:14:29 -08:00
Erik Eckstein
7cdea978eb
docs: fix description of select_enum_addr
2015-12-02 13:20:29 -08:00
Jordan Rose
a35699b1c8
[docs] Commit a draft of the Library Evolution (Resilience) master doc.
...
There's still quite a bit of work to go here. In particular, it's not really
ready for review, but John and I think it's pointed in the right direction,
and with Slava and Joe already working in this area it's important that we
have something to anchor to. Hoping to get back to this soon.
2015-12-01 21:12:37 -08:00
Nadav Rotem
3c2c8df424
[DOCS] Move the WMO document to /proposals
...
I moved the WMO document to /proposals because the document describes ideas for
implementing better WMO in future versions of swift.
2015-12-01 09:35:07 -08:00
Nadav Rotem
b7a4a74ee7
[DOCS] Change "verified" to "type-checked".
...
As suggested by @gribozavr.
2015-12-01 09:35:07 -08:00
Nadav Rotem
99f40eee0e
Translate the optimizer design document from RST to Markdown.
2015-11-30 23:10:37 -08:00
Dmitri Gribenko
4f8773f40e
Add a test feature 'swift_ast_verifier'
2015-11-30 21:07:13 -07:00
Slava Pestov
2194aa59c4
ABI.rst: Document enum reflection metadata
2015-11-30 13:32:55 -08:00
Nadav Rotem
68aa44b30c
Add a document that describes the design of the Swift Optimizer.
2015-11-29 23:08:45 -08:00
Ted Kremenek
4c12a1278a
Bump Swift version to '2.2'.
2015-11-17 22:19:33 -08:00
Jordan Rose
cf8baedee2
Re-apply "Rename @transparent to @_transparent for now."
...
This re-applies 90fcbfe9a6 . I'll be committing
the corresponding change to Foundation momentarily.
2015-11-16 10:53:56 -08:00
Xin Tong
16843684b2
Revert "Rename @transparent to @_transparent for now."
...
This reverts commit 90fcbfe9a6 .
Seems there are still some tests that are left not modified.
2015-11-14 07:04:31 -08:00
Jordan Rose
90fcbfe9a6
Rename @transparent to @_transparent for now.
...
This feature has not been fully designed, let alone properly implemented.
For more information, see docs/TransparentAttr.rst.
2015-11-13 16:25:34 -08:00
Nadav Rotem
78ee82d4cc
Replace the single backtick with a double backtick to fix the linux build.
2015-11-09 22:17:17 -08:00
Nadav Rotem
6b85ada71e
[optimization guide] Add a disclaimer about the advice given in this document
2015-11-09 17:09:06 -08:00
Xi Ge
885850396e
[Docs] Use double quote to avoid doc build errors.
2015-11-09 16:36:25 -08:00
Nadav Rotem
04cfc9264b
[optimization guide] Describe the disadvantages of using Array and propose an alternative cow data structure.
2015-11-08 15:56:12 -08:00
Michael Gottesman
043fd75e4e
Fix header line in OptimizationTips.rst that was too long for the heading above it.
2015-11-08 00:20:19 -06:00
Nadav Rotem
751b261c77
[optimization guide] Advice: Mark protocols that are only satisfied by classes as class-protocols
2015-11-07 21:57:50 -08:00
Dave Abrahams
9035291301
Fix a ReST formatting error
2015-11-06 21:10:42 -08:00
Nadav Rotem
debc8f4aa1
[optimization guide] Describe the cost of passing large values.
2015-11-06 16:04:21 -08:00
Jordan Rose
e3e618399e
[CMake] Drop the contents of the "lang-docs" install package.
...
I didn't remove the package itself because I'm not sure what that would do,
but none of the content we were publishing is worth shipping at this point.
(And not all of it is public.)
2015-11-05 20:29:12 -08:00
Xi Ge
5c99ce0498
[cmake] Correct some paths.
2015-11-05 18:38:58 -08:00
Jordan Rose
42a466b299
[docs] Delete proposal for KVO-supporting features.
...
While this remains interesting for Swift, any KVO-supporting changes would
need a fair amount of Apple-internal discussion that isn't really suited
for open source at this time.
2015-11-05 08:54:23 -08:00
Jordan Rose
fe9143f50c
[docs] Delete superseded proposals.
2015-11-05 08:54:23 -08:00
Jordan Rose
e038079c69
[docs] Promote Failable Initializers out of proposals/ as Plan of Record.
2015-11-05 08:52:52 -08:00