Popular repositories
-
Forked from factor/factor
Factor programming language - Github mirror of official GIT repo
-
-
-
-
Forked from apple/swift-corelibs-foundation
The Foundation Project, providing core utilities, internationalization, and OS independence
C
-
Forked from apple/swift-lldb
This is the version of LLDB that supports the Swift programming language & REPL.
C++
1,410 contributions in the last year
Less
More
Contribution activity
May 2021
Created 15 commits in 1 repository
Created a pull request in apple/swift that received 5 comments
GSB: Rewrite getConformanceAccessPath(), again
The new approach is to not look at RequirementSources at all. Instead, we exhaustively enumerate all conformance access paths, beginning from the r…
+165
−149
•
5
comments
Opened 8 other pull requests in 1 repository
apple/swift
1
open
6
merged
1
closed
- Clean up duplicate logic for checking if generic requirements are satisfied
- Sema: Fix a couple of issues with implicit overrides of generic designated initializers
- Fix a couple of performance regressions
- AST: Add a fast path for IterableDeclContext::getBodyFingerprint()
- Move test/Generics/explicit_requirements_perf.swift to validation-test/compiler_scale
- Sema: Allow unavailable conformances to be referenced from unavailable contexts [5.5]
- Differentiation: Remove redundant conformance requirements
- Sema: Allow unavailable conformances to be referenced from unavailable contexts