Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ReactiveX/RxSwift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ReactiveX/RxSwift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 12 files changed
  • 2 contributors

Commits on Jan 21, 2026

  1. Configuration menu
    Copy the full SHA
    14c4be6 View commit details
    Browse the repository at this point in the history
  2. Update package.swift

    freak4pc committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    8cd2d57 View commit details
    Browse the repository at this point in the history
  3. Fix darwin imports

    freak4pc committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    7e5c236 View commit details
    Browse the repository at this point in the history
  4. Exclude RxCocoa/RxCocoaRuntime from Android builds with conditional d…

    …ependencies
    
    - Use environment variable detection for Android builds (ANDROID_DATA/ANDROID_ROOT)
    - RxCocoa and RxCocoaRuntime targets/products are excluded on non-Darwin platforms
    - Use conditional dependencies to specify RxCocoaRuntime only on specific Darwin platforms
    freak4pc committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    ce1e855 View commit details
    Browse the repository at this point in the history
  5. Remove incorrect @retroactive attributes from same-package Equatable …

    …conformances
    
    The @retroactive attribute is only needed when adding protocol conformance to types from different modules. CompletableEvent, Event, and MaybeEvent are all in the same package, so @retroactive should not be used.
    freak4pc committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    4b0eb18 View commit details
    Browse the repository at this point in the history
Loading