[Pitch] Restrict pointer conversion to C interoperability
|
|
21
|
1186
|
August 10, 2023
|
Pointers to Never
|
|
12
|
592
|
May 31, 2023
|
Referencing memory via a variety of Arrays
|
|
1
|
382
|
April 23, 2023
|
Why is `UnsafeBufferPointer`'s `baseAddress` optional?
|
|
69
|
3445
|
March 21, 2023
|
Same-type requirement makes generic parameters 'T' and 'Pointee' equivalent; this is an error in Swift 6 warning
|
|
2
|
1305
|
February 2, 2023
|
How do I initialize a C struct from a Data object?
|
|
6
|
617
|
January 1, 2023
|
Dangling pointer from array
|
|
4
|
754
|
November 25, 2022
|
Help me diagnose inconsistent test failures on unsafe code
|
|
0
|
204
|
September 28, 2022
|
SE-0370: Pointer family initialization improvements and better buffer slices
|
|
35
|
2208
|
August 31, 2022
|
[Accepted] SE-0370: Pointer family initialization improvements and better buffer slices
|
|
0
|
563
|
August 31, 2022
|
SE-0349: Unaligned loads and stores from raw memory
|
|
11
|
2250
|
April 14, 2022
|
[Accepted] SE-0349: Unaligned loads and stores from raw memory
|
|
0
|
812
|
April 14, 2022
|
What's the proper way to assign a UnsafeMutablePointer<OpaquePointer>
|
|
8
|
1623
|
February 16, 2022
|
Inconsistent reference counting of UnsafeMutablePointer
|
|
5
|
943
|
December 24, 2021
|
Stable pointer to a C String literal
|
|
11
|
1079
|
October 26, 2021
|
Write to slice of UnsafeMutableBufferPointer
|
|
5
|
1021
|
October 15, 2021
|
[Pitch] Temporary uninitialized buffers
|
|
44
|
3136
|
August 27, 2021
|
Data type returning wrong index values when sliced
|
|
7
|
988
|
August 2, 2021
|
How to pass a pointer to a pointer safely?
|
|
7
|
2075
|
May 6, 2021
|
Is it safe to use a variable after modifying via a rebound pointer?
|
|
5
|
792
|
February 18, 2021
|
Can `UnsafeMutablePonter<T>.moveInitialize(from:count:)` be used with overlapping source and destination?
|
|
1
|
417
|
January 25, 2021
|
The `Data.init(bytesNoCopy:count:deallocator:)` does not work as expected when `Data` is of representation of `InlineData`
|
|
12
|
1273
|
October 8, 2020
|
Help with some pointer code
|
|
10
|
854
|
April 4, 2020
|
Two questions about pointers and performance
|
|
32
|
2727
|
February 28, 2020
|