-
Apple Inc.
Highlights
- Pro
Block or Report
Block or report xedin
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
disruptor_thrift_server Public
LMAX Disruptor backed Thrift Server implementation (half-sync/half-async).
-
acts_as_versionable Public
acts_as_versionable for the newest_rails versions with dirty attributes handling
-
-
-
facebox_render Public
Forked from ihower/facebox_render
FaceboxRender is a Rails plugin let you use lightbox seamlessly using Facebox library (http://famspam.com/facebox/)
1,297 contributions in the last year
Less
More
Activity overview
Contributed to
apple/swift,
apple/swift-evolution,
apple/swift-source-compat-suite
and 4 other
repositories
Contribution activity
March 2022
Created 49 commits in 2 repositories
Created a pull request in apple/swift that received 17 comments
[SE-0326] Re-enable multi-statement closure inference by default
Fixes a performance regression related to one-way constraints and re-enables
multi-statement closure inference by default.
The changes include:
Ne…
+296
−100
•
17
comments
Opened 16 other pull requests in 2 repositories
apple/swift
3
open
11
merged
1
closed
- [Diagnostics] Ignore type mismatches related to synthesized arguments
- [CSClosure] Remove last remaining uses of one-way constraints
- [Distributed] Strip marker protocols from distributed thunks and accessible functions
-
[ConstraintSystem] Augment
diagnoseAmbiguityto handle non-expression anchors - [TypeChecker] NFC: Restrict multi-statement closure + simd test-case …
- [CSGen] Use correct locator for member references in enum element pat…
- [ConstraintSystem] Implement simplification for all locator elements
- [CSDiagnostics] Contextual failure could result in optional chain hav…
- [CSApply] Use decl context of target when applying solution to it
- [Distributed] IRGen: Don't emit accessor for distributed thunk specia…
- [Distributed] NFC: Allow 64-bit distributed test only on x86_64 and arm64
- [Distributed] NFC: Re-enable XFAIL'ed tests on Linux
- [TypeChecker] NFC: Restrict type inference from defaults test to 64-b…
- [CSClosure] Delay type-checking of local functions until body is rewr…
- [TypeChecker] NFC: Restrict executable test for type inference from d…
apple/swift-evolution
1
merged
Reviewed 21 pull requests in 2 repositories
apple/swift
20 pull requests
- [ChangeLog] SE-0326 & style fixes
- [CodeCompletion] Small improvements to solver-based code completion
- [CodeCompletion] Migrate argument position completion to the solver-based implementation
- [CodeCompletion] Call sawSolution when type checking a result builder
- [ConstraintSystem] Implement simplification for all locator elements
- [Diagnostic][Sema] Drop OptionalPayload locator element in contextual conformance failure diagnostics
- Diagnose 'case nil' in Non-Optional Switches
- [Distributed] Add name parameter to recordArgument for better interop
- [Distributed] Remove mangled names from API, move to RemoteCallTarget and pretty print it
- sema: reject enum element call with payloads as compile-time constant
- [Distributed] IRGen: Don't emit accessor for distributed thunk specia…
- [Distributed] Fix generic actors and distributed funcs returning those generics
- [Distributed] Disable some tests on optimized builds until we fix
- [Distributed] rename _Distributed to module
- [Distributed] Reimplement distributed call thunks completely in AST
- [SE-0326] Re-enable multi-statement closure inference by default
- Distributed: enable the last batch of tests on Windows
- [CodeCompletion] Migrate expression completions to solver-based
- [Distributed] better diagnostics for missing actor system typealias
-
[ConstraintSystem] Support solving expression patterns via injecting call to
~=operator