Commit Graph

16 Commits

Author SHA1 Message Date
Max Desiatov
65fa3742a7 docs: convert weak.rst document to Markdown (#37259)
Converts one of the doc files from reStructuredText to Markdown.

Continues work on SR-7454.
2021-05-05 11:54:48 +01:00
Max Desiatov
0f1d5e872e docs: convert AccessControl.rst to Markdown (#37217)
Converts one of the doc files from reStructuredText to Markdown.

Continues work on SR-7454.
2021-05-04 17:00:31 +01:00
Max Desiatov
e7e28cc9bd docs: Convert ARCOptimization.rst to markdown 2021-02-23 22:25:50 +00:00
Alex Hoppen
8ec8516893 Remove ByteTree serialization format
It was originally designed for faster trasmission of syntax trees from
C++ to SwiftSyntax, but superceded by the CLibParseActions. There's no
deserializer for it anymore, so let's just remove it.
2021-01-14 20:37:49 +01:00
Max Desiatov
8b452ac4b5 docs: convert Serialization.rst to Markdown (#34279)
Converts one more doc file from `.rst` to Markdown for consistency.
2020-10-13 17:16:15 +01:00
Ben Rimmington
ac061482c0 [Docs] Update the documentation contents and index (#34157)
* Update docs/README.md
* Update docs/contents.rst
2020-10-02 06:46:52 +01:00
Android Dev Notes
b137ddee12 Fix grammatical errors (#33940) 2020-09-15 22:22:51 +01:00
3405691582
a51db090fb [docs] Build instructions for OpenBSD. (#33934)
Swift now builds cleanly out of the box as of OpenBSD 6.8-beta.

While there are still more unit test tweaks to be made, document the
preparation and other quirk flags necessary to get a clean build on this
system.
2020-09-15 22:20:13 +01:00
Ben Rimmington
0c6129daf2 [docs] Fix broken links in the documentation index (#33829) 2020-09-15 19:39:05 +01:00
Varun Gandhi
3fe3500d98 [docs] Add First Pull Request guide and Getting Started guide.
This improves upon the existing documentation to provide a clearer end-to-end
workflow for new contributors and people who wish to build the toolchain
locally but do not intend to submit patches.

We also provide more directions for systematically utilizing our existing
documentation.
2020-09-08 20:28:11 -07:00
tbkka
4c684d7a76 DynamicCast Rework, Part 1: Specification (#33010)
A specification for Swift's dynamic casting operations.

This specification tries to reflect the _intent_ of the current implementation, defining a consistent behavior that reflects as far as possible the behavior of the current implementation.  Deviations from this specification will generally be treated as bugs in the current implementation.
2020-08-17 13:37:57 -07:00
Gabriel Igliozzi
ccd82a0589 [Gardening] Fixed 404 in SIL and SIL Optimizations -> HighLevelSILOptimizations.rst (#33384) 2020-08-10 16:31:48 +01:00
Gabriel Igliozzi
3ad98a504c [Docs] Fix broken url and filename (#33318) 2020-08-06 03:12:38 +01:00
Varun Gandhi
440cd0bcfc [docs] Add documentation describing external resources. (#32584) 2020-06-29 15:28:50 -07:00
Varun Gandhi
67791cceac [docs] Add a how-to guide on running IWYU on the Swift project. (#32151) 2020-06-04 14:40:05 -07:00
Varun Gandhi
df7cf799ba [docs] Add an index for the existing documentation. (#32008) 2020-05-28 16:32:31 -07:00