aboutsummaryrefslogtreecommitdiff
path: root/binary-compatibility-validator
AgeCommit message (Expand)Author
2019-09-04Gradle version 5.6.1Roman Elizarov
2019-08-22Optimize select expression registration phase (#1445)Roman Elizarov
2019-08-22Restore context preservation invariant in flatMapMerge (#1452)Vsevolod Tolstopyatov
2019-08-22Introduce CoroutineDispatcher.asExecutor() extension (#1457)Roman Elizarov
2019-08-21Replace kotlinx.coroutines.reactive.FlowKt and kotlinx.coroutines.reactor.Flo...Vsevolod Tolstopyatov
2019-08-09Various improvements in combine implementationVsevolod Tolstopyatov
2019-08-09Introducing collectLatest terminal operatorVsevolod Tolstopyatov
2019-08-09Renaming switchMap to flatMapLatest to better reflect its semantics and to ha...Vsevolod Tolstopyatov
2019-08-09combineLatest reworkVsevolod Tolstopyatov
2019-08-09Fully copy CoroutineInfo for DebugProbes.dumpCoroutinesInfo, it is re… (#1368)Vsevolod Tolstopyatov
2019-08-09Coroutine context propagation for Reactor to coroutines API migration (#1377)SokolovaMaria
2019-07-30Get rid of top-level functions in Migration.kt to improve experience of users...Vsevolod Tolstopyatov
2019-07-24Use US English Spelling for BehaviorSubject.Nelson Osacky
2019-07-19Stabilize core flow (#1352)Vsevolod Tolstopyatov
2019-07-19Module with kotlinx-coroutines BOM for better dependency managementVsevolod Tolstopyatov
2019-07-18Cancel extensions for CoroutineScope and JobVsevolod Tolstopyatov
2019-07-18withIndex and collectIndexed operatorsVsevolod Tolstopyatov
2019-07-18Fuse consumeAsFlow with channel-using flow operatorsRoman Elizarov
2019-07-18Introduce ReceiveChannel.consumeAsFlow and FlowCollector.emitAll(chan)Roman Elizarov
2019-07-18Channel.receiveOrNull becomes extension, internal receiveOrClosed addedVsevolod Tolstopyatov
2019-07-17Context passing between coroutines and Reactor Mono/Flux (#1138)SokolovaMaria
2019-07-17Add Flow.onStart, support emit in onCompletion (#1348)Roman Elizarov
2019-07-16Reactive scopeless (#1341)Vsevolod Tolstopyatov
2019-07-15Add distinctUntilChanged operator that uses a comparator function instead of ...Zach Klippenstein
2019-06-26Declarative flow operators (#1291)Vsevolod Tolstopyatov
2019-06-26Decouple asFlow from batchSize and move it to buffer instead, promote… (#1279)Vsevolod Tolstopyatov
2019-06-24Flow exceptions handling facilities (#1280)Roman Elizarov
2019-06-18Merge branch 'version-1.2.2' into developRoman Elizarov
2019-06-06Mark Flow.collect as internal to prevent its direct implementation and provid...Vsevolod Tolstopyatov
2019-06-06Add fast `Semaphore`.Nikita Koval
2019-06-06More operators (#1236)Vsevolod Tolstopyatov
2019-06-05Flow scope (#1227)Vsevolod Tolstopyatov
2019-06-05Flow.conflate operatorRoman Elizarov
2019-06-05Flow: decouple buffer size from various operators and fuseRoman Elizarov
2019-06-04Version 1.2.1-1.3.40-eap-67Vsevolod Tolstopyatov
2019-05-28New flow builder: channelFlow (and its alias callbackFlow) and supple… (#1214)Vsevolod Tolstopyatov
2019-05-24Merge pull request #1161 from Kotlin/flow-performance-improvementsVsevolod Tolstopyatov
2019-05-24Recursively check whether parent handles exception to avoid duplicates report...Vsevolod Tolstopyatov
2019-05-24Improve coroutine exception handling logicVsevolod Tolstopyatov
2019-05-24Nested publication validator project to test actual dependencies on kotlinx.c...Vsevolod Tolstopyatov
2019-05-24Add combineLatest with multiple flow parametersVsevolod Tolstopyatov
2019-05-16Make ChannelIterator.next non-suspendingVsevolod Tolstopyatov
2019-05-16Reactive scrabble benchmarksVsevolod Tolstopyatov
2019-05-16Add flowOf(value), use unsafeFlow in trivial flow buildersVsevolod Tolstopyatov
2019-05-16Flow performance improvements: mark crucial Flow DSL (unsafeFlow, collect, tr...Vsevolod Tolstopyatov
2019-05-16Add overload with long for CoroutinesTimeout.secondsVsevolod Tolstopyatov
2019-05-07Ensure that there are no references to atomicfu in classesRoman Elizarov
2019-04-30Fix exception types for channels to ensure transparency & reporting (#1158)Roman Elizarov
2019-04-26kotlinx-coroutines-test cleanupVsevolod Tolstopyatov
2019-04-24Flow operators: (#1132)Vsevolod Tolstopyatov