1. 8788488 FlatMap-related API rework by Vsevolod Tolstopyatov · 5 years ago
  2. 170690f Flow.asObservable and Flow.asFlowable converters in rx2 module by Vsevolod Tolstopyatov · 5 years ago
  3. 35f9ad5 FlatMap improvements: by Vsevolod Tolstopyatov · 5 years ago
  4. 2b8218a Introduce CancellableContinuation.resume with onCancelling lambda by Roman Elizarov · 5 years ago
  5. d57bfa2 Flow preview implementation by Vsevolod Tolstopyatov · 5 years ago
  6. f2604f6 Tweaked order of notifications for better error handling & consistency by Roman Elizarov · 5 years ago
  7. 6227c64 Improved coroutine exception handling logic by Roman Elizarov · 5 years ago
  8. 1ea4da4 Merge branch 'develop' into debugger-sm-bypass by Vsevolod Tolstopyatov · 5 years ago
  9. 2496dc2 Rename CoroutineState to CoroutineInfo and improve its API by Vsevolod Tolstopyatov · 5 years ago
  10. 0355b2c Add ThreadLocal.isPresent and ThreadLocal.ensurePresent methods (#1043) by Vsevolod Tolstopyatov · 5 years ago
  11. 338b231 Merge branch 'cancel-exception' into develop by Vsevolod Tolstopyatov · 5 years ago
  12. 1660e6a Update binary compatibility data by Vsevolod Tolstopyatov · 5 years ago
  13. 5ae3947 Add ensureActive extension by Vsevolod Tolstopyatov · 5 years ago
  14. 0aad8f1 Hide cancel(Throwable), introduce cancel(CancellationException) by Roman Elizarov · 5 years ago
  15. c35953c Structured concurrency for Completable/Listenable futures by Roman Elizarov · 5 years ago
  16. 2bdd460 CoroutinesTimeout debug rule for JUnit 4 (#991) by Vsevolod Tolstopyatov · 5 years ago
  17. 3f65e17 Merge pull request #967 from Kotlin/stacktrace-recovery-improvements by Vsevolod Tolstopyatov · 5 years ago
  18. cd2a8d7 Completable job (#971) by Roman Elizarov · 5 years ago
  19. 4ba30cd Stacktrace recovery improvements by Vsevolod Tolstopyatov · 5 years ago
  20. f6f6037 Recover stacktrace in select clauses by Vsevolod Tolstopyatov · 6 years ago
  21. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 5 years ago
  22. 5173824 EventLoop integration and reuse for runBlocking and Unconfined dispatchers (#889) by Roman Elizarov · 6 years ago
  23. 1616676 Improve documentation, make MainScope experimental, cleanup leftovers by Vsevolod Tolstopyatov · 6 years ago
  24. 115a139 Debug improvements (#900) by Vsevolod Tolstopyatov · 6 years ago
  25. 876e9ba Ignore exception on cancel/fail race in CancellableContinuation by Roman Elizarov · 6 years ago
  26. 4327b21 Introduce test module with testable main dispatcher (#749) by Vsevolod Tolstopyatov · 6 years ago
  27. 29493e1 Merge pull request #792 from Kotlin/stacktrace-recovery by Vsevolod Tolstopyatov · 6 years ago
  28. a5a7cdb Merge pull request #876 from Kotlin/debug-agent by Vsevolod Tolstopyatov · 6 years ago
  29. 54b2ecd Merge branch 'develop' into stacktrace-recovery by Vsevolod Tolstopyatov · 6 years ago
  30. e64b52c Introduce MainScope factory and CoroutineScope.cancel extension by Vsevolod Tolstopyatov · 6 years ago
  31. 5a80d2a Debug agent optimizations by Vsevolod Tolstopyatov · 6 years ago
  32. c7239ac Debug agent to track alive coroutines by Vsevolod Tolstopyatov · 6 years ago
  33. d88e427 Enable progressive mode by Vsevolod Tolstopyatov · 6 years ago
  34. 675c30c Basic exception stacktrace recovery mechanism by Vsevolod Tolstopyatov · 6 years ago
  35. e3ab2a6 Add ExperimentalCoroutineDispatcher to binary compatibility check, restore binary compatibility in Ktor by Vsevolod Tolstopyatov · 6 years ago
  36. ac848e8 Fixed exception handling for publish builder by Roman Elizarov · 6 years ago
  37. b058ba1 Deprecate Job.cancel(cause) and ReceiveChannel.cancel(cause), return Unit from cancel without cause by Vsevolod Tolstopyatov · 6 years ago
  38. 2dfa0df Ignore stdlib-stubs in binary compatibility by Vsevolod Tolstopyatov · 6 years ago
  39. b6eca2a Make EventLoop internal, @JvmName("from") for ExecutorService.asCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  40. 7fb590d Make some internal API public, but deprecated as error, exposing internal supertypes does not work in K/N (https://github.com/JetBrains/kotlin-native/issues/2167), add workaround for KT-27534 by Vsevolod Tolstopyatov · 6 years ago
  41. 5a74c75 Hide ConflatedBroadcastChannel private companion fields from public ABI by Roman Elizarov · 6 years ago
  42. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  43. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  44. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  45. cfe699f Move UI dispatcher to common Dispatchers.Main (#641) by Vsevolod Tolstopyatov · 6 years ago
  46. 21f171c Introduce SupervisorJob & supervisorScope by Roman Elizarov · 6 years ago
  47. 52bfdab async and async-like builders cancel parent on failure by Roman Elizarov · 6 years ago
  48. 18cc588 Restore binary compatibility of Executor.asCoroutineDispatcher by Roman Elizarov · 6 years ago
  49. 8d6c1a9 Propagate cancellation on awaiting Completable and Listenable futures, provide ListenableFuture.asDeferred by Vsevolod Tolstopyatov · 6 years ago
  50. 25b4388 Merge pull request #588 from Kotlin/handle-exception-fix by Vsevolod Tolstopyatov · 6 years ago
  51. a180ff7 Add name parameter to Handler.asCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  52. 1e0a2f0 Merge branch 'develop' into handle-exception-fix by Roman Elizarov · 6 years ago
  53. a2d8088 Get rid of deprecated API where possible, add Channel.RENDEZVOUS by Vsevolod Tolstopyatov · 6 years ago
  54. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  55. 6685fd0 Abolish distinction between cancelled and failed Job/Deferred by Roman Elizarov · 6 years ago
  56. f7a6334 Child fails on parent failure (not cancelled) by Roman Elizarov · 6 years ago
  57. 118ee99 Integration module for Play Services Tasks API. by Alex Saveau · 6 years ago
  58. 35f082e Update API dump for protected onFailing by Roman Elizarov · 6 years ago
  59. 9c8349d Remove Quasar integration module by Roman Elizarov · 6 years ago
  60. fcf9913 Remove NIO integration module by Roman Elizarov · 6 years ago
  61. 5d18d02 Introduced ChildHandle for attachChild by Roman Elizarov · 6 years ago
  62. ecbc85c Fix exception aggregation to ensure atomic handling of exceptions by Roman Elizarov · 6 years ago
  63. 27dfa2a Remove Rx 1.x integration module by Roman Elizarov · 6 years ago
  64. 82a5dfd Restore backward compatibility by Vsevolod Tolstopyatov · 6 years ago
  65. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  66. bbaf99d Structured concurrency for reactive modules by Vsevolod Tolstopyatov · 6 years ago
  67. 592de52 Structured concurrency for guava, jdk8 and promise modules, proper reference to newCoroutineContext by Roman Elizarov · 6 years ago
  68. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  69. 79414ec Structured concurrency implementation: by Vsevolod Tolstopyatov · 6 years ago
  70. f5e67ba Introduce IO dispatcher to offload blocking I/O-intensive tasks by Roman Elizarov · 6 years ago
  71. 4b0379f Implementation of a SLF4J MDC Context by Alphonse Bendt · 6 years ago
  72. e342597 Introduce ThreadLocal.asContextElement() by Vsevolod Tolstopyatov · 6 years ago
  73. 7587eba Introduce ThreadContextElement API to integrate with thread-local sensitive code by Roman Elizarov · 6 years ago
  74. b517f05 Introduce ExecutorCoroutineDispatcher instead of CloseableCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  75. cdf8468 Corrected return-type of EventLoop pseudo ctor by Geoff · 6 years ago
  76. 4df1d61 Merge branch 'develop' into job-exceptions by Roman Elizarov · 6 years ago
  77. 53c0028 Improve usability of PublicApiTest: by Roman Elizarov · 6 years ago
  78. 988eb26 Implement withTimeoutOrNull via withTimeout to avoid timing bugs and races. by Vsevolod Tolstopyatov · 6 years ago
  79. e0cf38f Get rid of unnecessary println in tests by Vsevolod Tolstopyatov · 6 years ago
  80. e051c33 kotlinx-coroutines-io module removed, it has moved to kotlinx.io by Roman Elizarov · 6 years ago
  81. 91ecee8 Exception handling update: by Vsevolod Tolstopyatov · 6 years ago
  82. cf5e0e5 Update Kotlin to 1.2.60, K/N to 0.81, atomicfu to 0.11.1 by Roman Elizarov · 6 years ago
  83. 129ec8b Revert "Provide BlockingChecker mechanism which checks current context" by Vsevolod Tolstopyatov · 6 years ago
  84. 2a59741 Revert "System property to control BlockingChecker extension point for runBlocking" by Vsevolod Tolstopyatov · 6 years ago
  85. 46a598e System property to control BlockingChecker extension point for runBlocking by Roman Elizarov · 6 years ago
  86. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  87. 7067109 Scheduler tests improvements by Roman Elizarov · 6 years ago
  88. 5f73827 Get rid of compiler bugs workarounds by Vsevolod Tolstopyatov · 6 years ago
  89. 732474f Implement SendChannel#invokeOnClose by Vsevolod Tolstopyatov · 6 years ago
  90. c2fba3a Provide HandlerContext.immediate extension to immediately execute tasks which are invoked from the right context by Vsevolod Tolstopyatov · 6 years ago
  91. 14968cd BlockingChecker: Updated docs and renamed to checkRunBlocking function by Roman Elizarov · 6 years ago
  92. bac6bde Provide BlockingChecker mechanism which checks current context by Vsevolod Tolstopyatov · 6 years ago
  93. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  94. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  95. c038d63 Improve source-code compatibility with prev version of openChannel().use { ... } by Roman Elizarov · 6 years ago
  96. 89f8ff7 Introduce broadcast coroutine builder; by Roman Elizarov · 6 years ago
  97. 67af7f0 Remove main fun from PublicApiDump by Roman Elizarov · 6 years ago
  98. 26b86e9 Preserve binary compatibility for Channels#sendBlocking by Vsevolod Tolstopyatov · 6 years ago
  99. 2cd27fb Replace DeprecationLevel.HIDDEN with DeprecationLevel.WARNING by Vsevolod Tolstopyatov · 6 years ago
  100. b5328a7 Leave only public ticker function, introduce TickerMode enum by Roman Elizarov · 6 years ago