aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge Kotlin coroutines 1.5.1HEADandroid-s-beta-5masterandroid-s-beta-5Aurimas Liutikas2021-08-18369-6845/+8310
|\
| * Merge pull request #2812 from Kotlin/version-1.5.1Vsevolod Tolstopyatov2021-07-09143-1529/+1666
| |\
| | * Version 1.5.1Vsevolod Tolstopyatov2021-07-096-11/+29
| | * Update Dokka and Knit to their stable versions, remove bintray leftovers (#2811)Vsevolod Tolstopyatov2021-07-084-46/+5
| | * General cleanup (#2809)Vsevolod Tolstopyatov2021-07-0836-96/+171
| | * Update Kotlin to 1.5.20 (#2810)Vsevolod Tolstopyatov2021-07-0810-12/+18
| | * Upgrade to newest Dokka and Knit (#2805)Vsevolod Tolstopyatov2021-07-0655-1048/+294
| | * Update Lincheck to 2.14 (#2801)Vsevolod Tolstopyatov2021-06-301-1/+1
| | * Cancel dispatched coroutine on Dispatchers.IO when the underlying Han… (#2784)Vsevolod Tolstopyatov2021-06-283-16/+96
| | * Remove opt-in annotation from internal MainTestDispatcherVsevolod Tolstopyatov2021-06-251-3/+2
| | * Introduce Task.await and Task.asDeferred with CancellationTokenSource (#2786)Vsevolod Tolstopyatov2021-06-244-27/+349
| | * Properly detect non-released reusable continuations in non-reusable o… (#2772)Vsevolod Tolstopyatov2021-06-233-22/+52
| | * Make releaseInterceptedContinuation final (#2785)Vsevolod Tolstopyatov2021-06-232-2/+2
| | * Remove InternalCoroutinesApi from overridden releaseInterceptedContinuation. ...Vsevolod Tolstopyatov2021-06-221-1/+0
| | * Clarify Dispatchers.IO's implementation note (#2780)Joffrey Bion2021-06-221-3/+4
| | * Allow CopyableThrowable to modify exception message and document message iden...Vsevolod Tolstopyatov2021-06-214-3/+35
| | * Verify integrity of the recovered exception's message on both code pathsVsevolod Tolstopyatov2021-06-213-18/+39
| | * Update supervisorScope documentation to avoid confusion (#2757)Vsevolod Tolstopyatov2021-06-161-3/+7
| | * Replace InternalCoroutinesApi with deprecation in NonCancellable (#2765)Vsevolod Tolstopyatov2021-06-161-13/+18
| | * Update binary compatibility validator (#2764)Vsevolod Tolstopyatov2021-06-151-1/+1
| | * Improve ':kotlinx-coroutines-core' substitution for all modules. (#2748)Vsevolod Tolstopyatov2021-06-071-4/+33
| | * Update reactive streams JAR version (#2744)Vsevolod Tolstopyatov2021-06-043-12/+5
| | * Update R8 for Kotlin 1.5.0, enable DEX size metrics back (#2739)Vsevolod Tolstopyatov2021-06-042-74/+59
| | * Depend on the local kotlinx-coroutines-core in android-unit-test project clas...Vsevolod Tolstopyatov2021-06-041-0/+1
| | * Take number of CPU cores into account in BlockingCoroutineDispatcherTest (#2737)Vsevolod Tolstopyatov2021-05-312-10/+2
| | * Fail eagerly during exceptions in isDispatchNeeded (#2733)Vsevolod Tolstopyatov2021-05-313-6/+35
| | * Prevent StackOverflowError in CompletableFuture.asDeferred and proper… (#2731)Vsevolod Tolstopyatov2021-05-277-14/+144
| | * Document and tweak the contract of Executor.asCoroutineDispatcher and Executo...Vsevolod Tolstopyatov2021-05-255-68/+154
| | * Add update, updateAndGet, and getAndUpdate extension functions to MutableStat...Vsevolod Tolstopyatov2021-05-254-24/+106
| | * Merge branch 'master' into developVsevolod Tolstopyatov2021-05-254-6/+8
| | |\
| | * | Move DebugProbesKt from debug to core module (#2716)Vsevolod Tolstopyatov2021-05-183-8/+23
| | * | User identityHashCode instead of deprecated `Kotlin_Any_hashCode` for… (#2710)Vsevolod Tolstopyatov2021-05-181-4/+2
| * | | Use correct wording in shared-mutable-state-and-concurrency.md (#2734)Shubham2021-06-071-3/+3
| | |/ | |/|
| * | Fix typo in shareIn documentation (#2726)Dominic Fischer2021-05-221-1/+1
| * | Fix examples in coroutine-basics.md (#2711)Roman Elizarov2021-05-192-4/+6
| * | Update link to Knit in CONTRIBUTING.md (#2712)Johnny Lim2021-05-151-1/+1
| |/
| * Update changelogVsevolod Tolstopyatov2021-05-141-1/+2
| * Merge pull request #2708 from Kotlin/version-1.5.0Vsevolod Tolstopyatov2021-05-1461-225/+349
| |\
| | * Version 1.5.0Vsevolod Tolstopyatov2021-05-146-11/+54
| | * Fix flaky SharingReferenceTest (#2709)Vsevolod Tolstopyatov2021-05-141-3/+20
| | * Merge branch 'master' into developVsevolod Tolstopyatov2021-05-144-7/+6
| | |\ | | |/ | |/|
| * | update: new URLs for WebHelp XML schemas (#2699)Pavel Semyonov2021-05-132-2/+2
| * | Replace deprecated UseExperimental annotation (#2684)Stefan M2021-04-301-2/+2
| * | update: update kc.tree (#2666)Andrey Polyakov2021-04-271-1/+1
| * | Merge pull request #2678 from Kotlin/globalscope-docs-typoVsevolod Tolstopyatov2021-04-271-1/+1
| |\ \
| | * | Fix typo in GlobalScope docsRoman Elizarov2021-04-271-1/+1
| |/ /
| * | fix: remove coroutines-basic-jvm.md from TOC (#2676)Pavel Semyonov2021-04-271-1/+0
| | * Flows returned by stateIn/shareIn keep strong reference to sharing job (#2701)Roman Elizarov2021-05-132-11/+58
| | * Adjust deprecation message of 'poll' and 'receiveOrNull', explain the rationa...Vsevolod Tolstopyatov2021-05-131-4/+19
| | * Revert displaying fake stack frames as method calls (#2695)dkhalanskyjb2021-05-1342-177/+143