Generalized abstract data types (GADTs)?
|
|
47
|
1789
|
January 14, 2021
|
What it's the recommended way to support multiple windows without sharing state?
|
|
1
|
273
|
December 17, 2020
|
Basic Swift ownership-y questions
|
|
39
|
1267
|
December 4, 2020
|
More informative compiler assertions in C++
|
|
14
|
553
|
December 4, 2020
|
Why Reference Counters All Start with +1?
|
|
2
|
305
|
December 1, 2020
|
Property-based testing of Swift syntax trees
|
|
3
|
194
|
November 30, 2020
|
Type-erasing closures to `(Any, Any, ...) -> Any`?
|
|
8
|
318
|
November 27, 2020
|
Make `ApplyInst` a `MultipleValueInstruction`?
|
|
4
|
168
|
November 27, 2020
|
Missing conditional cast fix-it?
|
|
4
|
222
|
November 26, 2020
|
Why does the implementation of `uniqued()` not use `filter()`?
|
|
2
|
229
|
October 9, 2020
|
Sheet Present And Load with Placeholders
|
|
1
|
196
|
September 26, 2020
|
Question about usable from inline in SwiftNIO
|
|
7
|
312
|
September 7, 2020
|
Install Effect without going through the reducer
|
|
2
|
230
|
September 4, 2020
|
Scoping stores, potential performance issue
|
|
6
|
477
|
July 15, 2020
|
How to use SourceKit-LSP
|
|
11
|
2687
|
June 5, 2020
|
Compiler Optimization with Lazy Sequences
|
|
8
|
422
|
June 2, 2020
|
Usage of TCA in every view
|
|
2
|
317
|
May 19, 2020
|
Function builder cannot infer generic parameters even though direct call to `buildBlock` can
|
|
26
|
825
|
May 12, 2020
|
Generic typealiases with additional constraints?
|
|
16
|
844
|
May 6, 2020
|
Printing declaration bodies via `swiftc -print-ast`?
|
|
4
|
315
|
May 2, 2020
|
[Beginner] SwiftUI: Why isn't this working?
|
|
2
|
280
|
April 9, 2020
|
What language is more memory safe, Swift or Rust?
|
|
4
|
1087
|
March 23, 2020
|
Failure building swift lib
|
|
3
|
558
|
March 12, 2020
|
Bundle File Path and Project Root Path
|
|
2
|
433
|
March 4, 2020
|
How to check whether a key path is writable?
|
|
6
|
524
|
February 21, 2020
|
Hashable not auto-implementing when a member has a protocol type whose conformers must be Hashable
|
|
12
|
511
|
February 21, 2020
|
Swift flag to apply fix-its in-place?
|
|
0
|
190
|
January 18, 2020
|
Why does SILGen lazily emit conformances?
|
|
3
|
305
|
January 16, 2020
|
Why `AbstractFunctionDecl::BodySynthesizer`?
|
|
3
|
283
|
January 16, 2020
|
Make `GenericSignature::getCanonicalSignature` not crash for nullptr `GenericSignature`?
|
|
4
|
230
|
January 9, 2020
|