1. 0661d47 fix: make snippet as non-runnable by Prendota · 6 years ago
  2. 4a82113 redundant 'of' by Robert Golusiński · 6 years ago
  3. 0eee3c3 docs: make select-expression & shared state and concurrency runnable by Prendota · 6 years ago
  4. e0b7b15 redundant 'is' by Robert Golusiński · 6 years ago
  5. 65e6c8c Make examples runnable by Prendota · 6 years ago
  6. 56ee233 Fix typo by Robert Golusiński · 6 years ago
  7. d981966 fixed typo by Vadym O · 6 years ago
  8. 3a8342d Consistent formatting (empty line after header) by Roman Elizarov · 6 years ago
  9. f7a453b Updated link to KEEP and added one more talk by Roman Elizarov · 6 years ago
  10. d6a5a39 Version 1.0.0-RC1 by Vsevolod Tolstopyatov · 6 years ago
  11. 5da06ce AtomicFU version 0.11.11 by Roman Elizarov · 6 years ago
  12. a7e1014 Merge branch 'release-candidate' into develop by Vsevolod Tolstopyatov · 6 years ago
  13. 46cc6aa Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  14. e44c9b2 Update coroutines-ui-guide, provide alternatives to currentScope builder by Vsevolod Tolstopyatov · 6 years ago
  15. cd37d8e Merge branch 'context-elements-opto' into release-candidate by Vsevolod Tolstopyatov · 6 years ago
  16. aba0edc Add workaround for androidx toolchain issues: try to load main dispat… (#709) by Vsevolod Tolstopyatov · 6 years ago
  17. b058ba1 Deprecate Job.cancel(cause) and ReceiveChannel.cancel(cause), return Unit from cancel without cause by Vsevolod Tolstopyatov · 6 years ago
  18. 23d435b Minor optimizations of UndispatchedEventLoop by Vsevolod Tolstopyatov · 6 years ago
  19. faa4774 Do not step into thread-local event-loop on CancellableContinuation#dispatch fast-path by Vsevolod Tolstopyatov · 6 years ago
  20. 09b9d6c Use FIFO queue in undispatched event loop by Vsevolod Tolstopyatov · 6 years ago
  21. fd54bc4 Move undispatched thread-local event loop to dispatched continuation, execute all undispatched tasks in that loop to avoid SOE in user-supplied unconfined dispatchers and 'immediate' main dispatchers. by Vsevolod Tolstopyatov · 6 years ago
  22. 1c5efc8 Remove SOE avoidance in Mutex by Vsevolod Tolstopyatov · 6 years ago
  23. 7ee722a Rework Dispatchers.Unconfined to use thread-local event loop by Vsevolod Tolstopyatov · 6 years ago
  24. 1e70839 Remove TODO in channels by Vsevolod Tolstopyatov · 6 years ago
  25. ab1ae7f Deprecate ReceiveChannel.receiveOrNull by Vsevolod Tolstopyatov · 6 years ago
  26. bc434c1 Disable Gradle metadata publishing for all but native modules by Roman Elizarov · 6 years ago
  27. 5768067 Fix grammatical typo in exception-handling.md by Andrii Chubko · 6 years ago
  28. b6e500b Fix grammatical error by Andrii Chubko · 6 years ago
  29. edd8056 update guide position in documentation by Prendota · 6 years ago
  30. ae85797 Cache result of ThreadContext#foldAll in the field of DispatchedCoroutine to avoid context fold in tight loops by Vsevolod Tolstopyatov · 6 years ago
  31. ca98207 Fix benchmarks compilation by Vsevolod Tolstopyatov · 6 years ago
  32. 3ed9e38 Preserve experimental api docs when deploying site by Roman Elizarov · 6 years ago
  33. d826f5f Suppress docs for native CompletionHandlerException by Roman Elizarov · 6 years ago
  34. d1129b2 Removed doc suppress from Runnable interface by Roman Elizarov · 6 years ago
  35. e202f7e Fixed coroutines-core:dokka dependencies and link mappings by Roman Elizarov · 6 years ago
  36. 976e1ec Fixed dokka dependencies so that "clean site" works by Roman Elizarov · 6 years ago
  37. 9d56c57 EventLoop made internal on native (just like elsewhere) by Roman Elizarov · 6 years ago
  38. 2dfa0df Ignore stdlib-stubs in binary compatibility by Vsevolod Tolstopyatov · 6 years ago
  39. 36c3ba1 Replace internal annotations with ones from 1.3 stdlib by Vsevolod Tolstopyatov · 6 years ago
  40. 706e393 Dokka fixes by Vsevolod Tolstopyatov · 6 years ago
  41. 4c76c6f Update exception-handling.md by Kenji Otsuka · 6 years ago
  42. b6eca2a Make EventLoop internal, @JvmName("from") for ExecutorService.asCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  43. 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
  44. 52f10c7 Grammatical correction (#698) by armansimonyan13 · 6 years ago
  45. 02b3302 Grammatical correction by arman simonyan · 6 years ago
  46. c982456 Remove leftover kotlinx-coroutines-io.txt public API dump file by Roman Elizarov · 6 years ago
  47. 5a74c75 Hide ConflatedBroadcastChannel private companion fields from public ABI by Roman Elizarov · 6 years ago
  48. 4220ca2 Use toString implementation for continuations to leverage debug metadata by Vsevolod Tolstopyatov · 6 years ago
  49. 67222cb Update readme and version numbers by Vsevolod Tolstopyatov · 6 years ago
  50. 6902fac Check isCompleted on event loop we're trying to scheduler rather original owner of a task by Vsevolod Tolstopyatov · 6 years ago
  51. 1bdbb3e Cleanup: get rid of workarounds, cleanup guide, suppress/fix compilation warnings by Vsevolod Tolstopyatov · 6 years ago
  52. f358547 Merge branch 'master' into develop by Roman Elizarov · 6 years ago
  53. eb78c85 Cleaned up top-level readme a bit (removed outdated things) by Roman Elizarov · 6 years ago
  54. fb84539 Updated wording on the last (sic!) experimental release by Roman Elizarov · 6 years ago
  55. f015be1 Need Instructions For Using Gradle Kotlin Plugin by Ruslan Ibragimov · 6 years ago
  56. e6e8239 Experimental annotation revisit: by Vsevolod Tolstopyatov · 6 years ago
  57. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  58. 715acd3 Restore TOC in the root coroutines-guide.md file with links to individual files by Roman Elizarov · 6 years ago
  59. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  60. 62a6ab6 Fix compilation by Vsevolod Tolstopyatov · 6 years ago
  61. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  62. e5bf9ae Update basics.md by Marcin Moskała · 6 years ago
  63. 305ac20 Merge pull request #684 from Kotlin/version-0.30.2 by Vsevolod Tolstopyatov · 6 years ago
  64. a6199a8 Version 0.30.2 by Vsevolod Tolstopyatov · 6 years ago
  65. b247998 Run JS tests on transformed kotlinx-coroutines-core-js module files by Roman Elizarov · 6 years ago
  66. 9f79186 Deprecate ReceiveChannel<T>.collect by Vsevolod Tolstopyatov · 6 years ago
  67. 0f94304 Fix lost exception from dispatched withContext on cancelled job by Roman Elizarov · 6 years ago
  68. 0f26f66 Fix shutdown sequence for CoroutineScheduler's views by Vsevolod Tolstopyatov · 6 years ago
  69. 63f4a27 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  70. f5126d0 Mark newSingle/FixedThreadPoolContext as obsolete, document the reason by Roman Elizarov · 6 years ago
  71. e6b4739 Added type <Unit> to be consistent with the text by Ola Petersson · 6 years ago
  72. 0ece388 Lazily load Dispatchers.Main and provide a stub impl on failure by Roman Elizarov · 6 years ago
  73. e963ede Merge branch 'master' into develop by Roman Elizarov · 6 years ago
  74. 06e85d5 Updated readme to help people unfamiliar with Gradle Fixes #539 by Dmitry Borodin · 6 years ago
  75. e7a0723 fix grammar typo by Adam Howard · 6 years ago
  76. 9da9485 Prevent leak of atomicFu dependency to published POM files by Roman Elizarov · 6 years ago
  77. 29eeb1a Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  78. f6e5742 Fix documentation by Vsevolod Tolstopyatov · 6 years ago
  79. 08dff2c Merge pull request #646 from Kotlin/version-0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  80. a3826a9 Merge branch 'no-unwrap' into version-0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  81. ec8cbd2 Short Dispatchers.Default.toString value ("DefaultDispatcher") by Roman Elizarov · 6 years ago
  82. 4e1efc8 Version 0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  83. 2ba458b Update atomicfu version by Vsevolod Tolstopyatov · 6 years ago
  84. cfe699f Move UI dispatcher to common Dispatchers.Main (#641) by Vsevolod Tolstopyatov · 6 years ago
  85. 73bd3a9 Add more @InternalCoroutinesApi to internal package by Vsevolod Tolstopyatov · 6 years ago
  86. 1fba6d2 Minor perf improvement when scheduling delayed task by Roman Elizarov · 6 years ago
  87. 4b0f4de Never loose coroutines when CoroutineScheduler is closed by Roman Elizarov · 6 years ago
  88. 85725e8 Fixed rescheduling, synchronization & task disposal in EventLoop by Roman Elizarov · 6 years ago
  89. b5c9c9f Never unwrap 3rd party CancellationException by Roman Elizarov · 6 years ago
  90. 7764e43 Version 0.30.0 by Roman Elizarov · 6 years ago
  91. 54617b7 Fixed JDK16 tests & links in guide by Roman Elizarov · 6 years ago
  92. 8339511 Don't use AtomicBoolean in scheduler by Roman Elizarov · 6 years ago
  93. 303708b Coroutine scheduler is used by default instead of deprecated CommonPool by Roman Elizarov · 6 years ago
  94. 838b052 Check cancellation when starting unconfined coroutine by Vsevolod Tolstopyatov · 6 years ago
  95. d9b4ab2 Replaced the hardcoded default value with the constant. by Paul Woitaschek · 6 years ago
  96. 45c0be9 Fixed tests after integration of async & supervisor branches by Roman Elizarov · 6 years ago
  97. 49f25a5 Supervisors guide by Vsevolod Tolstopyatov · 6 years ago
  98. 88e72f9 Exception unwrapping logic rework, do not unwrap cancellation exception if parent can handle exceptions by Vsevolod Tolstopyatov · 6 years ago
  99. 4fc0a11 Add test which indicates problem with supervision by Vsevolod Tolstopyatov · 6 years ago
  100. 60fd580 SupervisorCoroutine optimization by Vsevolod Tolstopyatov · 6 years ago