aboutsummaryrefslogtreecommitdiff
path: root/integration
AgeCommit message (Expand)Author
2022-10-07Merge tag '1.6.4' into kotlinx.coroutines-upgradeSteve Elliott
2022-07-25Revert "Merge tag '1.6.4' into kotlinx.coroutines-upgrade"Nattharat Jariyanuntanaet
2022-06-29breakleg; knit validation fixzoobestik
2022-06-27Docs: use kotlinlang for APIzoobestik
2022-06-07Clarify implementation contract of ThreadContextElement and CopyableThreadCon...Vsevolod Tolstopyatov
2022-05-17Update to Gradle 7.4.2, Kotlin 1.6.21, other plugin updates (#3281)Wojtek Kaliciński
2022-02-16Update Kover to 0.5.0 (#3183)Vsevolod Tolstopyatov
2022-02-01Coverage: improve test coverage, disable deprecations, add missing test… (#...Vsevolod Tolstopyatov
2022-01-18Update code to prepare for nullness annotations in Guava (#3026)Chris Povirk
2022-01-10Upgraded SLF4J in eponymous integration module to 1.7.32 and updated deprecat...severn-everett
2021-12-14Get rid of @InternalCoroutinesApi from Flow.collect member (#3082)Vsevolod Tolstopyatov
2021-10-26Use DirectExecutor for Task.addOnCompleteListener (#2992)Alex Vanyo
2021-10-22Fix spurious failures in TaskTest (#2996)Vsevolod Tolstopyatov
2021-10-12Introduce CoroutineDispatcher.limitedParallelism and make Dispatchers.IO unbo...Vsevolod Tolstopyatov
2021-10-05Update binary compatibility validator (#2969)Vsevolod Tolstopyatov
2021-09-30Breaking change: Guava future coroutine builder shouldn't report to Coroutine...Vadim Semenov
2021-09-08Generate links in Play Services integration README with Knit (#2924)Vsevolod Tolstopyatov
2021-07-06Upgrade to newest Dokka and Knit (#2805)Vsevolod Tolstopyatov
2021-06-24Introduce Task.await and Task.asDeferred with CancellationTokenSource (#2786)Vsevolod Tolstopyatov
2021-05-27Prevent StackOverflowError in CompletableFuture.asDeferred and proper… (#2731)Vsevolod Tolstopyatov
2021-04-15Migration to Kotlin 1.5.0-RC (#2653)Vsevolod Tolstopyatov
2021-04-06Deprecation and migration of receiveOrNull and onReceiveOrNull. (#2612)Vsevolod Tolstopyatov
2021-03-23Simplify internal coroutines machinery (#2512)Vsevolod Tolstopyatov
2021-02-19Migrate play-services and example-frontend-js to Gradle kts (#2543)Vsevolod Tolstopyatov
2021-02-04Update copyright year (#2520)Vsevolod Tolstopyatov
2021-01-27Do not throw from JobListenableFuture.isCancelled (#2498)Vadim Semenov
2020-12-25Fix await/asDeferred for MinimalState implementations (#2457)Roman Elizarov
2020-11-30Update Knit to 0.2.3 (#2415)Vsevolod Tolstopyatov
2020-11-26Repair some corner cases in cancellation propagation between coroutines and l...Vadim Semenov
2020-10-05Kts transition (#2261)Vsevolod Tolstopyatov
2020-08-25Transition to the Gradle ktsVictor Turansky
2020-07-03Fix typos in docs (#2098)Yanis Batura
2020-05-15Introduce EXACTLY_ONCE contracts to coroutineScope, supervisorScope, withCont...Vsevolod Tolstopyatov
2020-04-29Kts transition (#1951)Vsevolod Tolstopyatov
2020-03-27Enable strict explicit mode (#1877)Vsevolod Tolstopyatov
2020-03-13 java.time adapter for Flow.debounce and Flow.sample (#1834)Roman Elizarov
2020-02-18Update copyright yearVsevolod Tolstopyatov
2020-02-14Use a separate Knit tool (#1486)Roman Elizarov
2020-02-13Indicate that root README should be updated with new contributions (#1795)Marius Volkhart
2020-02-11Improve test styleDmitry Khalanskiy
2020-02-10Integration with binary-compatibility-validator plugin (#1790)Vsevolod Tolstopyatov
2019-10-17Introduce Stream.consumeAsFlowVsevolod Tolstopyatov
2019-10-07Update coroutines builders kdocs to link to correct paramMarek Langiewicz
2019-09-25Hid the SettableFuture of future {}.Tyson Henning
2019-09-14Properly handle null values in ListenableFutureVsevolod Tolstopyatov
2019-09-04Added a test checking future {}'s throw on LAZY.Tyson Henning
2019-08-29Repaired some of ListenableFuture.kt's cancellation corner cases.Tyson Henning
2019-08-28Consistently unwrap exception in slow path of CompletionStage.asDeferredRoman Elizarov
2019-08-05Update Guava to the latest version 28.0Roman Elizarov
2019-07-18Treat Duration.ZERO as 0L in jdk8 extensionsVsevolod Tolstopyatov