Doug Gregor
|
0d296b5f89
|
[Standard library] Address remaining memory-safety warnings
|
2025-03-25 10:57:17 -07:00 |
|
Doug Gregor
|
f668feaf64
|
[Standard library] Additional strict-memory-safety annotations
|
2025-03-10 15:42:05 -07:00 |
|
Kuba Mracek
|
01d7e231c3
|
[embedded] Allow string-interpolating fatalError in Embedded Swift
|
2025-02-28 08:53:09 -08:00 |
|
Doug Gregor
|
22eecacc35
|
Adopt unsafe annotations throughout the standard library
|
2025-02-26 14:28:01 -08:00 |
|
Kuba Mracek
|
1d9cebeb22
|
[embedded] Fix 3 compilation warnings in embedded stdlib
|
2024-06-21 21:28:33 -07:00 |
|
Kuba Mracek
|
e68195b8f2
|
[embedded] Avoid using UInt64 in int->string code (which triggers allocations on 32-bit systems)
|
2024-05-12 22:11:40 -07:00 |
|
Kuba Mracek
|
7ae20b7039
|
[embedded] Port Swift.String to embedded Swift
|
2024-05-08 11:11:37 -07:00 |
|
Yuta Saito
|
7a205dca32
|
[embedded] Use @_extern(c) instead of @_silgen_name for putchar
|
2024-04-11 02:55:23 +00:00 |
|
Kuba Mracek
|
43a9a80e60
|
[embedded] Hardcode radix=10 in embedded print()
|
2024-01-13 21:35:37 +01:00 |
|
Kuba Mracek
|
a565d1ab85
|
[embedded] Make embedded print() not depend on untyped throwing and allocations
|
2024-01-13 21:35:37 +01:00 |
|
Kuba Mracek
|
8dd56d495f
|
[embedded] Use the correct standard putchar signature: func putchar(_: CInt) -> CInt
|
2024-01-13 21:35:37 +01:00 |
|
Kuba Mracek
|
75f0e3c66a
|
[embedded] Add a stop-gap print() for embedded Swift
|
2024-01-13 21:35:36 +01:00 |
|