Block or Report
Block or report slavapestov
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
factor Public
Forked from factor/factor
Factor programming language - Github mirror of official GIT repo
-
-
-
-
swift-corelibs-foundation Public
Forked from apple/swift-corelibs-foundation
The Foundation Project, providing core utilities, internationalization, and OS independence
C 1
-
swift-lldb Public
Forked from apple/swift-lldb
This is the version of LLDB that supports the Swift programming language & REPL.
C++ 1
878 contributions in the last year
Contribution activity
April 2023
Created 52 commits in 1 repository
Created a pull request in apple/swift that received 4 comments
Guard usage of variadic generics with $ParameterPacks in module interface files
Fixes rdar://107559541.
Opened 23 other pull requests in 2 repositories
apple/swift
1
open
21
merged
- IRGen: Unwrap one-element tuple metadata in emitDynamicTupleTypeMetadataRef()
- Sema: Ban shadowing generic parameters from outer scopes [5.9]
- SIL: Bridge 'any Sendable' via the id-as-Any path [5.9]
- SIL: Bridge 'any Sendable' via the id-as-Any path
- Sema: Ban shadowing generic parameters from outer scopes
- SIL: TypeSubstCloner::remapASTType() should not call getLoweredRValueType() [5.9]
- SIL: TypeSubstCloner::remapASTType() should not call getLoweredRValueType()
- Fix issues with binding local element archetypes [5.9]
- Try harder not to emit calls to swift_getExtendedExistentialTypeMetadata() [5.9]
- Fix issues with binding local element archetypes, and misc other stuff
- Various variadic generic fixes [5.9]
- Fix serialization of open_pack_element and tweak variadic generic function mangling
- Serialize pack conformances
- ASTPrinter: Fix printing of pack requirements
- IRGen: Try harder not to emit calls to swift_getExtendedExistentialTypeMetadata()
- SIL Optimizer improvements for variadic generics [5.9]
- SIL serialization fixes for variadic generics
- Simple SILOptimizer peepholes for packs
- [5.9] More variadic generics cherry picks
- Fix test/IRGen/variadic_generic_captures.swift again
- test/Interpreter/import_parameter_pack_library.swift passes with the optimizer, but needs a new OS
- Fix test/IRGen/variadic_generic_captures.swift on arm64e
apple/swift-evolution
1
open
Reviewed 9 pull requests in 1 repository
apple/swift
9 pull requests
- [NFC] Fix issue-61440 test formatting
- Sema: fix for 61440 (lib/AST/GenericEnvironment) no generic environme…
- SIL: Bridge 'any Sendable' via the id-as-Any path
-
fix
Builtin.sizeofet al for metatypes - [5.9] Remove a couple of over-eager assertions.
- [CSSyntaticElement] Desugar types before collecting "in scope" type v…
- [Constraint System] Fix covariant erasure for constrained existentials
- Fix the type-lowering verifier to handle pack expansions
- SIL optimizer fixes for variadic generics