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