1. 4c76c6f Update exception-handling.md by Kenji Otsuka · 6 years ago
  2. 52f10c7 Grammatical correction (#698) by armansimonyan13 · 6 years ago
  3. 02b3302 Grammatical correction by arman simonyan · 6 years ago
  4. eb78c85 Cleaned up top-level readme a bit (removed outdated things) by Roman Elizarov · 6 years ago
  5. fb84539 Updated wording on the last (sic!) experimental release by Roman Elizarov · 6 years ago
  6. 715acd3 Restore TOC in the root coroutines-guide.md file with links to individual files by Roman Elizarov · 6 years ago
  7. e5bf9ae Update basics.md by Marcin Moskała · 6 years ago
  8. 305ac20 Merge pull request #684 from Kotlin/version-0.30.2 by Vsevolod Tolstopyatov · 6 years ago
  9. a6199a8 Version 0.30.2 by Vsevolod Tolstopyatov · 6 years ago
  10. b247998 Run JS tests on transformed kotlinx-coroutines-core-js module files by Roman Elizarov · 6 years ago
  11. 9f79186 Deprecate ReceiveChannel<T>.collect by Vsevolod Tolstopyatov · 6 years ago
  12. 0f94304 Fix lost exception from dispatched withContext on cancelled job by Roman Elizarov · 6 years ago
  13. 0f26f66 Fix shutdown sequence for CoroutineScheduler's views by Vsevolod Tolstopyatov · 6 years ago
  14. 63f4a27 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  15. f5126d0 Mark newSingle/FixedThreadPoolContext as obsolete, document the reason by Roman Elizarov · 6 years ago
  16. e6b4739 Added type <Unit> to be consistent with the text by Ola Petersson · 6 years ago
  17. 0ece388 Lazily load Dispatchers.Main and provide a stub impl on failure by Roman Elizarov · 6 years ago
  18. e963ede Merge branch 'master' into develop by Roman Elizarov · 6 years ago
  19. 06e85d5 Updated readme to help people unfamiliar with Gradle Fixes #539 by Dmitry Borodin · 6 years ago
  20. e7a0723 fix grammar typo by Adam Howard · 6 years ago
  21. 9da9485 Prevent leak of atomicFu dependency to published POM files by Roman Elizarov · 6 years ago
  22. 29eeb1a Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  23. f6e5742 Fix documentation by Vsevolod Tolstopyatov · 6 years ago
  24. 08dff2c Merge pull request #646 from Kotlin/version-0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  25. a3826a9 Merge branch 'no-unwrap' into version-0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  26. ec8cbd2 Short Dispatchers.Default.toString value ("DefaultDispatcher") by Roman Elizarov · 6 years ago
  27. 4e1efc8 Version 0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  28. 2ba458b Update atomicfu version by Vsevolod Tolstopyatov · 6 years ago
  29. cfe699f Move UI dispatcher to common Dispatchers.Main (#641) by Vsevolod Tolstopyatov · 6 years ago
  30. 73bd3a9 Add more @InternalCoroutinesApi to internal package by Vsevolod Tolstopyatov · 6 years ago
  31. 1fba6d2 Minor perf improvement when scheduling delayed task by Roman Elizarov · 6 years ago
  32. 4b0f4de Never loose coroutines when CoroutineScheduler is closed by Roman Elizarov · 6 years ago
  33. 85725e8 Fixed rescheduling, synchronization & task disposal in EventLoop by Roman Elizarov · 6 years ago
  34. b5c9c9f Never unwrap 3rd party CancellationException by Roman Elizarov · 6 years ago
  35. 7764e43 Version 0.30.0 by Roman Elizarov · 6 years ago
  36. 54617b7 Fixed JDK16 tests & links in guide by Roman Elizarov · 6 years ago
  37. 8339511 Don't use AtomicBoolean in scheduler by Roman Elizarov · 6 years ago
  38. 303708b Coroutine scheduler is used by default instead of deprecated CommonPool by Roman Elizarov · 6 years ago
  39. 838b052 Check cancellation when starting unconfined coroutine by Vsevolod Tolstopyatov · 6 years ago
  40. d9b4ab2 Replaced the hardcoded default value with the constant. by Paul Woitaschek · 6 years ago
  41. 45c0be9 Fixed tests after integration of async & supervisor branches by Roman Elizarov · 6 years ago
  42. 49f25a5 Supervisors guide by Vsevolod Tolstopyatov · 6 years ago
  43. 88e72f9 Exception unwrapping logic rework, do not unwrap cancellation exception if parent can handle exceptions by Vsevolod Tolstopyatov · 6 years ago
  44. 4fc0a11 Add test which indicates problem with supervision by Vsevolod Tolstopyatov · 6 years ago
  45. 60fd580 SupervisorCoroutine optimization by Vsevolod Tolstopyatov · 6 years ago
  46. 3e0ca9b Change contract of supervisorScope to align it with coroutineScope by Vsevolod Tolstopyatov · 6 years ago
  47. 21f171c Introduce SupervisorJob & supervisorScope by Roman Elizarov · 6 years ago
  48. b5d10d4 Make CoroutineStart.ATOMIC experimental as it covers important use-case with resource cleanup in finally block by Vsevolod Tolstopyatov · 6 years ago
  49. 938c5e9 More stable output for guide-exceptions-05.kt by Roman Elizarov · 6 years ago
  50. fac516f Get rid of awaitAll() in documentation, rewrite `currentScope` section by Vsevolod Tolstopyatov · 6 years ago
  51. b63fd82 Unpark event-loop thread only when it's necessary by Vsevolod Tolstopyatov · 6 years ago
  52. e29f497 Avoid OOM in thread-pool dispatchers, try to reflectively invoke setRemoveFutureOnCancel on executor instance and use default dispatcher if attempt failed by Vsevolod Tolstopyatov · 6 years ago
  53. 7ff678f Default delay improvements by Vsevolod Tolstopyatov · 6 years ago
  54. 52bfdab async and async-like builders cancel parent on failure by Roman Elizarov · 6 years ago
  55. ffda1da Copy deprecated annotations on Job member to inheritors by Roman Elizarov · 6 years ago
  56. 18cc588 Restore binary compatibility of Executor.asCoroutineDispatcher by Roman Elizarov · 6 years ago
  57. 873e9a0 More permissive CoroutineSchedulerStressTest to avoid fails on slow Windows agents by Roman Elizarov · 6 years ago
  58. cbeef10 fix broken links for kotlin web site (#628) by Alexander Prendota · 6 years ago
  59. b590aa3 Omit brackets in Knit relative links by Vsevolod Tolstopyatov · 6 years ago
  60. 4cc0e29 Fix typo by Vsevolod Tolstopyatov · 6 years ago
  61. 49d2f6d Version 0.27.0 by Vsevolod Tolstopyatov · 6 years ago
  62. 5148d49 Add dokka workaround for Google Developer API by Vsevolod Tolstopyatov · 6 years ago
  63. aa38c17 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  64. 54afb19 Aligned to RxJava2 contract - Observable and Single returns non nullable type <T>. by Dmitry Borodin · 6 years ago
  65. e18b015 Fixed CoroutineScope of withContext block for structured concurrency by Roman Elizarov · 6 years ago
  66. 0a656ff Fixed CoroutineScope of withContext block for structured concurrency by Roman Elizarov · 6 years ago
  67. 8d6c1a9 Propagate cancellation on awaiting Completable and Listenable futures, provide ListenableFuture.asDeferred by Vsevolod Tolstopyatov · 6 years ago
  68. 25b4388 Merge pull request #588 from Kotlin/handle-exception-fix by Vsevolod Tolstopyatov · 6 years ago
  69. a180ff7 Add name parameter to Handler.asCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  70. a57d0c3 list all documentation files to include to kotlinlang.org website. by Eugene Petrenko · 6 years ago
  71. 541a9b6 Job unwraps all instances of CancellationException by Roman Elizarov · 6 years ago
  72. 852fae5 Reviewed and cleanup usage of "fail" word in comments and method names by Roman Elizarov · 6 years ago
  73. 1b22af7 Fix lost exception during cancellation in produce, fix integration with play services after rebase by Vsevolod Tolstopyatov · 6 years ago
  74. 5c44afb Implicitly add Job in CoroutineScope constructor if it is missing by Roman Elizarov · 6 years ago
  75. 1e0a2f0 Merge branch 'develop' into handle-exception-fix by Roman Elizarov · 6 years ago
  76. f307159 fix compilation by Vsevolod Tolstopyatov · 6 years ago
  77. 149ba48 Following internal API is removed from public declarations: by Vsevolod Tolstopyatov · 6 years ago
  78. a2d8088 Get rid of deprecated API where possible, add Channel.RENDEZVOUS by Vsevolod Tolstopyatov · 6 years ago
  79. 5633f91 Moved documentation for different kinds of channels to Channel interface by Roman Elizarov · 6 years ago
  80. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  81. 6685fd0 Abolish distinction between cancelled and failed Job/Deferred by Roman Elizarov · 6 years ago
  82. 1d48a7c Allow to shutdown executor from withing worker thread by Vsevolod Tolstopyatov · 6 years ago
  83. f7a6334 Child fails on parent failure (not cancelled) by Roman Elizarov · 6 years ago
  84. ad84795 Slightly faster update to finishing state on completion by Roman Elizarov · 6 years ago
  85. f45ec8d Optimize Empty -> Failing state transition by Roman Elizarov · 6 years ago
  86. 118ee99 Integration module for Play Services Tasks API. by Alex Saveau · 6 years ago
  87. 167c451 Removed private handleExceptionViaJob (not needed and bad name) by Roman Elizarov · 6 years ago
  88. 2d8cad0 Docs for context/coroutineContext in AbstractCoroutine are fixed by Roman Elizarov · 6 years ago
  89. 35f082e Update API dump for protected onFailing by Roman Elizarov · 6 years ago
  90. f13cbae Get rid of references to deprecated AbstractCoroutine.onCancellation by Roman Elizarov · 6 years ago
  91. 7f11d0e Fix rebase artifact by Vsevolod Tolstopyatov · 6 years ago
  92. 9c8349d Remove Quasar integration module by Roman Elizarov · 6 years ago
  93. 409ed26 Handle exception thrown by user-defined exception handler via global exception handler, so such exception can't break coroutines machinery by Vsevolod Tolstopyatov · 6 years ago
  94. f157cec Job machinery improvements: by Vsevolod Tolstopyatov · 6 years ago
  95. fcf9913 Remove NIO integration module by Roman Elizarov · 6 years ago
  96. f7c5249 TestBase: Support -Dtest.verbose=true to print expected indices by Roman Elizarov · 6 years ago
  97. 6b5318d Refactor AnimationModel to use structured concurrency refinement by Kingsley Adio · 6 years ago
  98. 33e7ce4 Removed "cancel parent" from TestBase exception handlers by Roman Elizarov · 6 years ago
  99. 5d18d02 Introduced ChildHandle for attachChild by Roman Elizarov · 6 years ago
  100. ff0aab8 Document JobSupport state-transition & notification time-line by Roman Elizarov · 6 years ago