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: Kotlin/kotlinx.coroutines
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Kotlin/kotlinx.coroutines
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kotlin-community/dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 14 files changed
  • 7 contributors

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    c5aeca9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    fc112b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. WA: Disable JS legacy transformation manually until it is completely …

    …removed from the atomicfu plugin. (#4223)
    
    Fixes KT-71203
    
    ---------
    
    Co-authored-by: Dmitry Khalanskiy <dmitry.khalanskiy@jetbrains.com>
    2 people authored and woainikk committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d82b168 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    100b8b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Remove star import of the packages, which contain conflicting declara…

    …tions. (#4258)
    
    Star imports of `java.util.concurrent.atomic.*` and `kotlin.concurrent.*` will lead to the compilation error: once Atomic classes are introduced in `kotlin.concurrent` package, they will conflict with Java atomic classes, which have the same names.
    mvicsokolova authored and tbogdanova committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    250f450 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Configuration menu
    Copy the full SHA
    5cdaead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a8296a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Remove split in jvm source sets and compilations (#4344)

    This seems to have been used to test that the core can compile against
    1.6 JVM target, but since coroutines jvm jar ships all classfiles for
    jvm 1.8+ since 1.5.0
    
    This clean up is needed to promote KotlinCompilation.source API to an
    error deprecation
    
    ^KT-64991
    
    Co-authored-by: Timofey Solonin <timofey.solonin@jetbrains.com>
    2 people authored and woainikk committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    29417d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Configuration menu
    Copy the full SHA
    0ec5185 View commit details
    Browse the repository at this point in the history
Loading