1. 338b231 Merge branch 'cancel-exception' into develop by Vsevolod Tolstopyatov · 6 years ago
  2. a38e7d5 Remove unnecessary semicolon by SatoShun · 6 years ago
  3. d202ed9 Restore all state in TestBase even when test fails by Roman Elizarov · 6 years ago
  4. c7cfc39 Added test for stack-trace recovery in JobCancellationException by Roman Elizarov · 6 years ago
  5. 73b456b Added clarification on deprecation version in code, better CE messages by Roman Elizarov · 6 years ago
  6. 34eaa5c Add coercion rationale, improve test coverage by Vsevolod Tolstopyatov · 6 years ago
  7. cc42d75 Check `toMillis` overflow in operators with `Duration` Fix #868 by Francesco Vasco · 6 years ago
  8. e9123ca Improve CoroutineScope documentation: mention job convention, get rid of lateinit example, discourage manual implementation of the scope by Vsevolod Tolstopyatov · 6 years ago
  9. b367fae Update cancellation guide: get rid of explicit Job in general code, promote usage of coroutine scope get rid of counter-intuitive lateinit and getters in coroutine context by Vsevolod Tolstopyatov · 6 years ago
  10. d293639 Make JobCancellationException copyable in debug mode by Roman Elizarov · 6 years ago
  11. 1660e6a Update binary compatibility data by Vsevolod Tolstopyatov · 6 years ago
  12. 1c92681 Add tests by Louis CAD · 6 years ago
  13. 96e6577 Add missing operator modifier by Louis CAD · 6 years ago
  14. 847e68e Mark operator invoke as experimental by Louis CAD · 6 years ago
  15. 57540d4 Add operator invoke for CoroutineDispatcher by Louis CAD · 6 years ago
  16. ab5bbfc Clarify thread locals documentation by Vsevolod Tolstopyatov · 6 years ago
  17. 5ae3947 Add ensureActive extension by Vsevolod Tolstopyatov · 6 years ago
  18. 0aad8f1 Hide cancel(Throwable), introduce cancel(CancellationException) by Roman Elizarov · 6 years ago
  19. 1be63c0 Introduce JobSupport.cancelCoroutine for AbstractCoroutine-derived classes by Roman Elizarov · 6 years ago
  20. c35953c Structured concurrency for Completable/Listenable futures by Roman Elizarov · 6 years ago
  21. 08f8214 Improve CoroutineDispatcher documentation by Vsevolod Tolstopyatov · 6 years ago
  22. 372d275 Promote MainScope and CoroutineScope.cancel to stable API by Vsevolod Tolstopyatov · 6 years ago
  23. 9863de1 Promote Dispatchers.Unconfined to stable API by Vsevolod Tolstopyatov · 6 years ago
  24. 4fc4fd5 Promote MainCoroutineDispatcher.immediate to stable API by Vsevolod Tolstopyatov · 6 years ago
  25. 52700ff Dispose/cancel reactive subscription exactly once using atomic by Roman Elizarov · 6 years ago
  26. ae8a874 Cancellation in consumeEach should dispose Rx Observable by Roman Elizarov · 6 years ago
  27. b37c296 Replace UI with Dispatchers.Main in CoroutineScope documentation by Vsevolod Tolstopyatov · 6 years ago
  28. 4451d72 Make all invocations of withContext cancellable by Roman Elizarov · 6 years ago
  29. 7dd86b6 Fixed IDEA project import on Windows by Roman Elizarov · 6 years ago
  30. 63d1d1b Use https in documentation and builds by Roman Elizarov · 6 years ago
  31. 0cab2fa Rollback temporary teamcity repo by Roman Elizarov · 6 years ago
  32. 8d506b3 Make SupervisorCoroutine implement ScopeCoroutine by Vsevolod Tolstopyatov · 6 years ago
  33. 2bdd460 CoroutinesTimeout debug rule for JUnit 4 (#991) by Vsevolod Tolstopyatov · 6 years ago
  34. 3785348 Reknit after fixing indentation in code samples by Roman Elizarov · 6 years ago
  35. 36105c1 Merge branch 'master' into develop by Roman Elizarov · 6 years ago
  36. dbb75d8 Fix indentation of sampleStart/startEnd comments in doc sample by Roman Elizarov · 6 years ago
  37. 3f65e17 Merge pull request #967 from Kotlin/stacktrace-recovery-improvements by Vsevolod Tolstopyatov · 6 years ago
  38. 919284b Update named arguments referenced issue by Louis CAD · 6 years ago
  39. f18878f Obtain real stacktrace of running coroutines in debug agent by Vsevolod Tolstopyatov · 6 years ago
  40. 688aca4 Update to AtomicFU version 0.12.2 by Roman Elizarov · 6 years ago
  41. 703a286 Check that worker thread belongs to the same scheduler in dispatchers.shutdown by Vsevolod Tolstopyatov · 6 years ago
  42. 3b3be2c Remove merge leftover by Vsevolod Tolstopyatov · 6 years ago
  43. 85c7f4d Fix typo in IllegalArgumentException message by Vsevolod Tolstopyatov · 6 years ago
  44. 39c7ca5 Update ProGuard rules to keep Android-specific classes as well by Vsevolod Tolstopyatov · 6 years ago
  45. f528898 Update documentation by Vsevolod Tolstopyatov · 6 years ago
  46. 605f603 Merge branch 'master' into develop by Roman Elizarov · 6 years ago
  47. 46c3563 Updated license year by Roman Elizarov · 6 years ago
  48. 8abf827 Added code of conduct by Roman Elizarov · 6 years ago
  49. fd2b3e9 Fixed test as this test exception is now eligible for copying, too by Roman Elizarov · 6 years ago
  50. ee7325e Use Exception(message) constructor for copying if possible by Roman Elizarov · 6 years ago
  51. bf02194 Updated webpack version for JS examples by Roman Elizarov · 6 years ago
  52. 5bb8a4e Properly close subscription on exception in Publisher.consumeEach by Vsevolod Tolstopyatov · 6 years ago
  53. cd2a8d7 Completable job (#971) by Roman Elizarov · 6 years ago
  54. 841ae1b Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 6 years ago
  55. 28e3d05 Fix a typo in the docs for ArrayChannel by Nicklas Ansman Giertz · 6 years ago
  56. ee8bbfc Start lazy actor when calling close by Vsevolod Tolstopyatov · 6 years ago
  57. d8f005c Fixed jdk16Test by Roman Elizarov · 6 years ago
  58. 23eb49a Update documentation for Mutex.withLock to be consistent with Mutex.lock by Vsevolod Tolstopyatov · 6 years ago
  59. 37f1b97 Fix typo in KDoc by Vsevolod Tolstopyatov · 6 years ago
  60. 4764e98 Add documentation about our compatibility policy and experimental annotations by Vsevolod Tolstopyatov · 6 years ago
  61. a68376c Add section about Android in debug agent readme by Vsevolod Tolstopyatov · 6 years ago
  62. 418ba80 Additional documentation section about debug mode and stacktrace recovery. by Vsevolod Tolstopyatov · 6 years ago
  63. 4ba30cd Stacktrace recovery improvements by Vsevolod Tolstopyatov · 6 years ago
  64. 3e4d808 Call initCause during reflective exception copy in runCatching block to avoid DispatchException when initCause throws by Vsevolod Tolstopyatov · 6 years ago
  65. f6f6037 Recover stacktrace in select clauses by Vsevolod Tolstopyatov · 6 years ago
  66. 3819379 Implement CoroutineStackFrame in SelectBuilderImpl by Vsevolod Tolstopyatov · 6 years ago
  67. f62acb6 Fixes some indentions inside code samples by Benoît Quenaudon · 6 years ago
  68. c055f02 Move debug example to a proper package by Vsevolod Tolstopyatov · 6 years ago
  69. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 6 years ago
  70. 042b209 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  71. e478715 Update Kotlin version in readme by Vsevolod Tolstopyatov · 6 years ago
  72. 4f0071d Merge pull request #951 from Kotlin/version-1.1.1 by Vsevolod Tolstopyatov · 6 years ago
  73. 2326634 Version 1.1.1 by Vsevolod Tolstopyatov · 6 years ago
  74. c39effe Fix CancellableContinuationJvmTest (1.3.20 specific) by Vsevolod Tolstopyatov · 6 years ago
  75. a672d5f Update CHM in test to containsKey for KT-18053 fix in 1.3.20 by Vsevolod Tolstopyatov · 6 years ago
  76. ce5d01a Update to gradle 4.10 by Vsevolod Tolstopyatov · 6 years ago
  77. 8f1c728 replace deprecated cancel with completeExceptionally by Ohad Shai · 6 years ago
  78. 8c07124 Replace old UI dispatcher name with Dispatchers.Main by Marek Langiewicz · 6 years ago
  79. 22c7809 Print stack trace in default exception handler in K/N by Vsevolod Tolstopyatov · 6 years ago
  80. b5af3ef Do proper checkcast in takeEventLoop, throw ISE instead of TCE by Vsevolod Tolstopyatov · 6 years ago
  81. 66f0123 Update coroutines-guide-ui.md by rosuH · 6 years ago
  82. b65dc7f More idiomatic and readable example for coroutines debug module readme by Roman Elizarov · 6 years ago
  83. 4b60d01 Update CHM in test to containsKey for KT-18053 fix in 1.3.20 by Roman Elizarov · 6 years ago
  84. 245a88e Consistently update Kotlin version everywhere by Roman Elizarov · 6 years ago
  85. c7f8bdb Version 1.1.0 by Vsevolod Tolstopyatov · 6 years ago
  86. 5173824 EventLoop integration and reuse for runBlocking and Unconfined dispatchers (#889) by Roman Elizarov · 6 years ago
  87. 1d04e79 Stricter checking for CompletableContinuation state machine by Roman Elizarov · 6 years ago
  88. 7e8b52e Ignore CoroutineSchedulerStressTest.testExternalTasksSubmission by Roman Elizarov · 6 years ago
  89. bd2d954 Kotlin 1.3.11, atomicfu 0.12.0 by Roman Elizarov · 6 years ago
  90. 63b4673 Version 1.1.0-alpha by Vsevolod Tolstopyatov · 6 years ago
  91. 1616676 Improve documentation, make MainScope experimental, cleanup leftovers by Vsevolod Tolstopyatov · 6 years ago
  92. 89d43af Dokka links fixed by Vsevolod Tolstopyatov · 6 years ago
  93. 115a139 Debug improvements (#900) by Vsevolod Tolstopyatov · 6 years ago
  94. 876e9ba Ignore exception on cancel/fail race in CancellableContinuation by Roman Elizarov · 6 years ago
  95. 8853126 Do not probabilistically steal blocking tasks as part of anti-starvation mechanism: stealing thread might be woken up in `blockingQuiescence` and already have a blocking task in its local queue by Vsevolod Tolstopyatov · 6 years ago
  96. db5bd54 Fix readme by Vsevolod Tolstopyatov · 6 years ago
  97. 9ec881e Dispose waiting node when Deferred.await is cancelled by Roman Elizarov · 6 years ago
  98. 4327b21 Introduce test module with testable main dispatcher (#749) by Vsevolod Tolstopyatov · 6 years ago
  99. 054fcc2 fix small typo of async method by SatoShun · 6 years ago
  100. d9e4af9 Fixed PlayService task test by Roman Elizarov · 6 years ago