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