Does the shipping stdlib build with enable_assertions?
|
|
0
|
394
|
December 24, 2020
|
Differences between `map` and `filter` implementations
|
|
7
|
977
|
December 15, 2020
|
Why Reference Counters All Start with +1?
|
|
2
|
811
|
December 1, 2020
|
Why is `StaticString.withUTF8Buffer` not `rethrows`?
|
|
0
|
389
|
November 24, 2020
|
Why don't UTF8Views conform to RangeReplaceableCollection?
|
|
8
|
583
|
November 3, 2020
|
Creating KeyPaths at Runtime
|
|
6
|
1240
|
October 20, 2020
|
Requesting help with stdlib testing
|
|
7
|
1004
|
October 16, 2020
|
Where is swift/stdlib/public/Darwin/Network/NWPath.swift?
|
|
5
|
554
|
September 9, 2020
|
Numeric type conversion: marking functions as equivalent for generic specialisation
|
|
18
|
911
|
September 4, 2020
|
Can't the striding function's return types conform to Collection now?
|
|
0
|
370
|
September 3, 2020
|
Status on Sequence.count(where:)
|
|
0
|
390
|
August 27, 2020
|
Code template for Swift files
|
|
3
|
554
|
August 13, 2020
|
Adding a benchmark
|
|
0
|
397
|
August 11, 2020
|
Is it permitted to remove `@inlinable` from a function?
|
|
10
|
904
|
August 2, 2020
|
Can we move _significandMask to FloatingPoint.swift?
|
|
3
|
416
|
July 31, 2020
|
Is "RangeSet" in any beta compilers yet?
|
|
1
|
419
|
July 31, 2020
|
Arrays - Russian dolls... how much can I ditch in my own stdlib if i don't care about supporting classes or objc?
|
|
15
|
1430
|
July 17, 2020
|
Seemingly unnecessary conditional compilation of typealias AnyObject in Policy.swift
|
|
3
|
528
|
July 5, 2020
|
What's @_transparent for?
|
|
2
|
2618
|
July 3, 2020
|
Struggling to find the source code for truncatingIfNeeded
|
|
2
|
535
|
July 3, 2020
|
Solving the mutating slice CoW problem
|
|
71
|
6579
|
June 29, 2020
|
Segfault when trying to compile my version of standard library
|
|
4
|
653
|
June 28, 2020
|
I keep getting error: standard library error: _MaxBuiltinFloatType is not properly defined
|
|
13
|
761
|
June 20, 2020
|
Performance of "removeFirst()" vs "removeFirst(1)"?
|
|
10
|
2091
|
June 18, 2020
|
A Tale of Swift and LLVM (ODR Violation in Swift Runtime)
|
|
5
|
799
|
May 16, 2020
|
Is there an ABI-compatible way to remove/reduce constraints?
|
|
1
|
464
|
May 11, 2020
|
Improving Float.random(in:using:)
|
|
159
|
5690
|
May 10, 2020
|
Can anyone recommend a good reference on @functionbuilder?
|
|
5
|
857
|
April 29, 2020
|
Why is CodingUserInfoKey's rawValue initializer failable?
|
|
2
|
1176
|
April 16, 2020
|
"\r\n" normalizes to "\n" but != "\n"?
|
|
4
|
605
|
April 13, 2020
|