Commit Graph

14 Commits

Author SHA1 Message Date
Rauhul Varma
acbdfef4f4 Remove stale embedded swift documentation (#82395)
Update in-tree markdown files with links to the new Embedded Swift
documentation home.
2025-06-21 19:24:55 -07:00
Kuba (Brecka) Mracek
61e818bcf6 [embedded] Update EmbeddedSwiftStatus.md about int parsing and lazy collections 2025-04-28 13:02:50 -07:00
Kuba Mracek
9e9b7e7c04 [embedded] Add documentation for non-final generic methods 2025-04-08 12:34:10 -07:00
Kuba Mracek
68e01f2249 [embedded] Make Bool string-interpolatable in Embedded Swift, clarify support in docs 2024-10-25 22:05:58 -07:00
Kuba Mracek
ca3a7f4638 [embedded] Adjust docs to clarify support for class-bound existentials 2024-09-28 18:09:11 -07:00
Kuba Mracek
c7a5569c4f [embedded] Add support for ManagedBuffer to Embedded Swift
This makes ManagedBuffer available and usable in Embedded Swift, by:

- Removing an internal consistency check from ManagedBuffer that relies on metatypes.
- Making the .create() API transparent (to hoist the metatype to the callee).
- Adding a AllocRefDynamicInst simplification to convert `alloc_ref_dynamic` to `alloc_ref`, which removes a metatype use.
- Adding tests for the above.
2024-09-23 13:32:50 -07:00
Kuba (Brecka) Mracek
510a5b2901 [embedded] Clarify (missing) support for parameter packs 2024-09-11 22:58:14 -07:00
LamTrinh.Dev
b6239b8cee [docs] Update links to repositories moved to https://github.com/swiftlang/ 2024-07-22 12:22:43 -07:00
Kuba Mracek
02d7ec27e0 [embedded] Add a section on Strings into the User Manual 2024-05-28 09:32:27 -07:00
Kuba Mracek
43f8ffaff3 [embedded] Update KeyPath status in EmbeddedSwiftStatus.md 2024-03-28 16:23:37 -07:00
Kuba Mracek
4389ae2dc8 [embedded] Add language feature list to EmbeddedSwiftStatus.md 2024-03-16 13:26:25 -07:00
Kuba Mracek
48b8228acd [embedded] Start building Synchronization in embedded Swift mode 2024-03-13 10:07:37 -07:00
Kuba Mracek
fa193fac80 [embedded] Update UserManual.md and EmbeddedSwiftStatus.md with some additional information 2024-02-09 14:05:24 -08:00
Kuba Mracek
0affaafac7 [embedded] Expand on the Embedded Swift documentation, fill in several TODOs 2024-02-02 21:50:09 -08:00