1. 7e94e70 Update coroutines-guide.md by Marcin Moskała · 8 years ago
  2. 09ca3b6 Fixed MPP documentation <ERROR CLASS> when platform code references by Roman Elizarov · 8 years ago
  3. 9a70bec Version 0.22.1 by Roman Elizarov · 8 years ago
  4. d5971c0 Fixed versions of dependencies in package.json by Roman Elizarov · 8 years ago
  5. 0d7323a Ensure that `launch` handles uncaught exception before another coroutine by Roman Elizarov · 8 years ago
  6. 9852211 Kotlin version 1.2.21 by Roman Elizarov · 8 years ago
  7. cb78787 runBlocking is improved to properly support specified dispatchers, by Roman Elizarov · 8 years ago
  8. 415df7e Fixed MPP documentation <ERROR CLASS> when platform code references common code by Roman Elizarov · 8 years ago
  9. 48aa20b Improved actor builder documentation by Roman Elizarov · 8 years ago
  10. 0aa6db0 Fixed JobSupport single->list upgrade procedure. by Roman Elizarov · 8 years ago
  11. db0d4fc JobHandlersUpgradeStressTest introduced by Roman Elizarov · 8 years ago
  12. 4b9ae98 Simpler workaround for missing suspend tests (see KT-22228): by Roman Elizarov · 8 years ago
  13. f066fe9 Actual workaround for missing suspend tests (see KT-22228) by Roman Elizarov · 8 years ago
  14. 9da9e35 AbstractCoroutine: onCancellation shall be invoked before installed by Roman Elizarov · 8 years ago
  15. ea4f2f3 Fixed webpack config for Kotlin 1.2.20 JS DCE by Roman Elizarov · 8 years ago
  16. 985f56e Version 0.22 by Roman Elizarov · 8 years ago
  17. dd3cd27 Do not deprecate CoroutineStart.invoke for now by Roman Elizarov · 8 years ago
  18. ebc8866 AbstractCoroutines notifies onXXX before all the installed handlers; by Roman Elizarov · 8 years ago
  19. dfeba24 Workarounds for KT-21968 to fix JS tests by Roman Elizarov · 8 years ago
  20. 23fb728 AbsractCoroutine documentation & some more common (shared) code; by Roman Elizarov · 8 years ago
  21. c12123e AbsractCoroutine moved to common module by Roman Elizarov · 8 years ago
  22. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 8 years ago
  23. d1842c6 IO: fix joining sequence, avoid infinite joinTo suspension by Sergey Mashkov · 8 years ago
  24. 869bde5 IO: more tests, use runTest instead of runBlocking for testing by Sergey Mashkov · 8 years ago
  25. 40f3fe5 IO: don't suspend inside of writing block during joining by Sergey Mashkov · 8 years ago
  26. ec2af2f IO: don't resume writers if they are waiting for joining completion by Sergey Mashkov · 8 years ago
  27. 4d01f7e IO: make reusable cancellable continuation implement DispatchedTask by Sergey Mashkov · 8 years ago
  28. 883e57e Make internal MPSC queue public by Sergey Mashkov · 8 years ago
  29. 09b621e IO: optimize byte buffer memory allocations by Sergey Mashkov · 8 years ago
  30. 0939f23 Make mutable continuation internally accessible by Sergey Mashkov · 8 years ago
  31. 4ee9cfb IO: add inline rendezvous swap implementation by Sergey Mashkov · 8 years ago
  32. 39a8854 IO: minor performance improvements by Sergey Mashkov · 8 years ago
  33. 6e61c23 IO: add Input/OutputStream adapters for regular Java blocking API by Sergey Mashkov · 8 years ago
  34. 074f0a2 IO: add limit parameter to copyAndClose helper function by Sergey Mashkov · 8 years ago
  35. dfae5e2 IO: add writeWhile function by Sergey Mashkov · 8 years ago
  36. ffc7134 IO: minor performance improvement by Sergey Mashkov · 8 years ago
  37. f742bc8 Update coroutines-guide-ui.md by Vixb · 8 years ago
  38. 6640b2b Public API for AbstractCoroutine by Roman Elizarov · 8 years ago
  39. 6cdbe04 Kotlin version 1.2.20 by Roman Elizarov · 8 years ago
  40. 8fca5d3 Fixed "kotlinSnapshot" build mode by Roman Elizarov · 8 years ago
  41. 38b6fd3 Report Kotlin compiler version when building project by Roman Elizarov · 8 years ago
  42. 2fd5c84 Version 0.21.2 by Roman Elizarov · 8 years ago
  43. 02e6c81 Simplified implementation of Channel.flatMap using toChannel function. by Roman Elizarov · 8 years ago
  44. 3e342e3 Fixed Publisher/Observable/Flowable.openSubscription in presence of selects; by Roman Elizarov · 8 years ago
  45. b5d4286 Fixed typo by Roman Elizarov · 8 years ago
  46. 97943c4 Updated ruby version for site generation with Jekyll by Roman Elizarov · 8 years ago
  47. 20f9f3f Version 0.21.1 by Roman Elizarov · 8 years ago
  48. c1c0487 JS: Fix box reflection physics in example and use animation timer for their delays by Roman Elizarov · 8 years ago
  49. 1867f6d JS: Introduce Window.asCoroutineDispatcher and use custom queue in by Roman Elizarov · 8 years ago
  50. 611f931 JS: Build example with source map by Roman Elizarov · 8 years ago
  51. 3ad8d86 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 8 years ago
  52. c69ec99 Put a limit of animation timer delta time in example code by Roman Elizarov · 8 years ago
  53. 6d54802 JS: Use window.setMessage instead of setTimeout for coroutines inside the browser by Roman Elizarov · 8 years ago
  54. 9483301 Actually fixed startup/shutdown of DefaultExecutor for tests to prevent by Roman Elizarov · 8 years ago
  55. 62ee4cd Unused import removed by Roman Elizarov · 8 years ago
  56. 4d626de Job.cancel and CompletableDeferred.complete support cancelling/completing by Roman Elizarov · 8 years ago
  57. b699143 Turn on incremental compilation by Roman Elizarov · 8 years ago
  58. b79277b MPP: Debug toString should not depend on kotlin-reflect by Roman Elizarov · 8 years ago
  59. e8986b8 Fixed startup/shutdown of DefaultExecutor for tests to prevent thread leak by Roman Elizarov · 8 years ago
  60. 9a0d8ac Fixed code style by Roman Elizarov · 8 years ago
  61. c45f5fa IO: Use TestBase in all tests and fix leaking threads in tests by Roman Elizarov · 8 years ago
  62. f29203c MPP: Ported DispatchedTask perf improvements to JS and more code is made common by Roman Elizarov · 8 years ago
  63. ae41672 Update coroutines-guide-ui.md by Vixb · 8 years ago
  64. c46b6c2 JS: Remove runBlocking by Roman Elizarov · 8 years ago
  65. f0a55f3 Rollback to production Kotlin version 1.2.10 by Roman Elizarov · 8 years ago
  66. 1bb8c1c Use async tests on Kotlin/JS with Kotlin version 1.2.20-eap-33 by Roman Elizarov · 8 years ago
  67. 18d9a6f Fixed versions in package.json files by Roman Elizarov · 8 years ago
  68. 03a266a Immediately install handlers in Promise.asDeferred by Roman Elizarov · 8 years ago
  69. e084cf7 Use stressTestMultiplier in ByteBufferChannelTest timeout by Roman Elizarov · 8 years ago
  70. cafccfa Fixed removal of arbitrary nodes from ThreadSafeHeap, by Roman Elizarov · 8 years ago
  71. e873c0a Added comment that LockFreeMPSCQueue is not linearizable, by Roman Elizarov · 8 years ago
  72. 2845fd4 Reduce stressTestMultiplier to 25 (from 30) in stress test mode; by Roman Elizarov · 8 years ago
  73. 6129c94 Speed up stress tests and use stressTestMultiplier for nightly tests by Roman Elizarov · 8 years ago
  74. f2239e1 Performance: Remove DispatchTask, store value in DispatchedContinuation by Roman Elizarov · 8 years ago
  75. fa13beb Update coroutines-guide.md by Charles Muchene · 8 years ago
  76. 9739030 Link to index.html of deployed example-frontend-js by Roman Elizarov · 8 years ago
  77. ca83391 Merge branch 'develop' by Roman Elizarov · 8 years ago
  78. db667eb Version 0.21 by Roman Elizarov · 8 years ago
  79. 88f5b9d MPP: Include JS example bundle into documentation site by Roman Elizarov · 8 years ago
  80. bdf23f2 Optimize creation of DispatchTask for cancellable continuations (fixed) by Roman Elizarov · 8 years ago
  81. ac48070 Optimize creation of DispatchTask for cancellable continuations by Roman Elizarov · 8 years ago
  82. 5d94a26 EventLoop and runBlocking performance is improved; by Roman Elizarov · 8 years ago
  83. 2b62f6d MPP: Workaround for KT-22028 in kotlin-dce-js plugin by Roman Elizarov · 8 years ago
  84. decbc83 MPP: Example frontend JS application using nodejs and webpack by Roman Elizarov · 8 years ago
  85. 4747f3a MPP: Window.awaitAnimationFrame extension by Roman Elizarov · 8 years ago
  86. a919827 MPP: DefaultDispatcher internal impl class renamed to JSDispatcher by Roman Elizarov · 8 years ago
  87. 3d765a8 MPP: Update Dokka version by Roman Elizarov · 8 years ago
  88. 3098f6d MPP: Improve JS gradle configs (use afterEvaluate) by Roman Elizarov · 8 years ago
  89. a964799 MPP: Added js-stub module to properly render Promise extension in Dokka by Roman Elizarov · 8 years ago
  90. 4cdf883 MPP: Single documentation for kotlinx-coroutines-core with platform tags by Roman Elizarov · 8 years ago
  91. 1097bc8 MPP: Fixed CommonAtomicCancellationTest by Roman Elizarov · 8 years ago
  92. 79e02bb MPP: Move .pom config to publish-bintray.gradle file by Roman Elizarov · 8 years ago
  93. bddb1d7 MPP: Remove runBlocking & EventLoop from common module by Roman Elizarov · 8 years ago
  94. d164f73 MPP: Common CoroutineContext extensions & doc suppress by Roman Elizarov · 8 years ago
  95. d2d42ea fix typos by Ronen Sabag · 8 years ago
  96. cbb602d MPP: Updated Knit tool and reknit markdown doc files by Roman Elizarov · 8 years ago
  97. e26972d MPP: Updated .gitignore by Roman Elizarov · 8 years ago
  98. e00f0ba MPP: Dokka support via hacks (using dev version 0.9.16-eap-2-dev-1) by Roman Elizarov · 8 years ago
  99. 00e90dd MPP: Documentation (readme files) by Roman Elizarov · 8 years ago
  100. 39ed8c6 MPP: Kotlin 1.2.10 by Roman Elizarov · 8 years ago