1. 8009b36 Fix OOM in ChannelAtomicCancelStressTest for LinkedListChannel by Roman Elizarov · 5 years ago
  2. 9b6e311 Moved ChannelAtomicCancelStressTest to newFixedThreadPoolContext by Roman Elizarov · 5 years ago
  3. 310f8b7 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  4. 69c26df Add a period in the "You can get full code here" blocks and other small fixes by Inego · 5 years ago
  5. 564a5a6 Change more "create new" to "create a" by Inego · 5 years ago
  6. 6da0ccd Change "create new" to "create a" by Inego · 5 years ago
  7. 596187e Fix more typos by Inego · 5 years ago
  8. 39f92ca Fix typos (mostly article usage) by Inego · 5 years ago
  9. ebe519a Fix "note that" comma everywhere by Inego · 5 years ago
  10. fac4860 Fixed code after merge of 'develop' with TestCoroutineContext by Roman Elizarov · 5 years ago
  11. d39ffed Merge branch 'develop' into pr/890 by Roman Elizarov · 5 years ago
  12. 6687406 Merge branch 'master' into develop by Roman Elizarov · 5 years ago
  13. 4c3be05 Update top-level readmes with better example and js + native links by Roman Elizarov · 5 years ago
  14. 4398350 fix typo: Coroutine"s"Context by Shota Ara · 5 years ago
  15. b550afa Specify exception types, add tests on it by Vsevolod Tolstopyatov · 5 years ago
  16. 8c2606d Version 1.2.0 by Vsevolod Tolstopyatov · 5 years ago
  17. 61c64cc Flow improvements: by Vsevolod Tolstopyatov · 5 years ago
  18. c9f25fc Introducing zip and combineLatest Flow operators by Vsevolod Tolstopyatov · 5 years ago
  19. d3cc25f Rework purity concept: by Vsevolod Tolstopyatov · 5 years ago
  20. 8788488 FlatMap-related API rework by Vsevolod Tolstopyatov · 5 years ago
  21. 2a815e8 Do not invoke retry predicate when exceptions is thrown from downstream by Vsevolod Tolstopyatov · 5 years ago
  22. 35f9ad5 FlatMap improvements: by Vsevolod Tolstopyatov · 5 years ago
  23. 2b8218a Introduce CancellableContinuation.resume with onCancelling lambda by Roman Elizarov · 5 years ago
  24. 709f6d7 Improve flowViaChannel docs by Roman Elizarov · 5 years ago
  25. 8695f97 Undeprecate ReceiveChannel.isEmpty by Vsevolod Tolstopyatov · 5 years ago
  26. aad393b Fix typo: are support -> are supported by Louis CAD · 5 years ago
  27. cce0225 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  28. 3c8c51d Package documentation for flow by Roman Elizarov · 5 years ago
  29. ffae070 Cleanup outdated documentation by Vsevolod Tolstopyatov · 5 years ago
  30. d57bfa2 Flow preview implementation by Vsevolod Tolstopyatov · 5 years ago
  31. 5514edb Load services both from regular jars and files, filter duplicates by Vsevolod Tolstopyatov · 5 years ago
  32. 15b6345 Custom ServiceLoader without jar checksum verification by sokolova · 6 years ago
  33. 0d69e13 Unmute test that was failing due to JS BE bug by Vsevolod Tolstopyatov · 5 years ago
  34. f2604f6 Tweaked order of notifications for better error handling & consistency by Roman Elizarov · 5 years ago
  35. 6227c64 Improved coroutine exception handling logic by Roman Elizarov · 5 years ago
  36. 9a81342 Merge remote-tracking branch 'origin/master' into develop by Vsevolod Tolstopyatov · 5 years ago
  37. 1ea4da4 Merge branch 'develop' into debugger-sm-bypass by Vsevolod Tolstopyatov · 5 years ago
  38. 0355b2c Add ThreadLocal.isPresent and ThreadLocal.ensurePresent methods (#1043) by Vsevolod Tolstopyatov · 5 years ago
  39. 3e42850 Move `systemProp` function to the common module; only the JVM platform implements it properly while others always use provided default value. by Nikita Koval · 5 years ago
  40. b6f5b2c Deprecate `SendChannel.isFull` and `ReceiveChannel.isEmpty` properties by Nikita Koval · 5 years ago
  41. 8273a75 Properly import resource folders in MPP by Vsevolod Tolstopyatov · 5 years ago
  42. 4651b57 Merge with cancellation rework by Vsevolod Tolstopyatov · 5 years ago
  43. 132c1e3 Rename DispatchException to CoroutinesInternalError and make it an Error to better reflect its semantics by Vsevolod Tolstopyatov · 5 years ago
  44. 0c8789d Handle fatal exceptions in continuation machinery using handleViaException instead of rethrowing it to provide faster feedback loop by Vsevolod Tolstopyatov · 5 years ago
  45. 338b231 Merge branch 'cancel-exception' into develop by Vsevolod Tolstopyatov · 5 years ago
  46. a38e7d5 Remove unnecessary semicolon by SatoShun · 5 years ago
  47. d202ed9 Restore all state in TestBase even when test fails by Roman Elizarov · 5 years ago
  48. c7cfc39 Added test for stack-trace recovery in JobCancellationException by Roman Elizarov · 5 years ago
  49. 73b456b Added clarification on deprecation version in code, better CE messages by Roman Elizarov · 5 years ago
  50. e9123ca Improve CoroutineScope documentation: mention job convention, get rid of lateinit example, discourage manual implementation of the scope by Vsevolod Tolstopyatov · 5 years ago
  51. 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 · 5 years ago
  52. 3c56ff5 Properly proxy all methods in TimeoutCoroutine stackframe machinery by Vsevolod Tolstopyatov · 5 years ago
  53. d293639 Make JobCancellationException copyable in debug mode by Roman Elizarov · 5 years ago
  54. 1c92681 Add tests by Louis CAD · 5 years ago
  55. 96e6577 Add missing operator modifier by Louis CAD · 5 years ago
  56. 847e68e Mark operator invoke as experimental by Louis CAD · 5 years ago
  57. 57540d4 Add operator invoke for CoroutineDispatcher by Louis CAD · 5 years ago
  58. ab5bbfc Clarify thread locals documentation by Vsevolod Tolstopyatov · 5 years ago
  59. 5ae3947 Add ensureActive extension by Vsevolod Tolstopyatov · 5 years ago
  60. 0aad8f1 Hide cancel(Throwable), introduce cancel(CancellationException) by Roman Elizarov · 5 years ago
  61. 1be63c0 Introduce JobSupport.cancelCoroutine for AbstractCoroutine-derived classes by Roman Elizarov · 5 years ago
  62. c35953c Structured concurrency for Completable/Listenable futures by Roman Elizarov · 5 years ago
  63. 08f8214 Improve CoroutineDispatcher documentation by Vsevolod Tolstopyatov · 5 years ago
  64. 372d275 Promote MainScope and CoroutineScope.cancel to stable API by Vsevolod Tolstopyatov · 5 years ago
  65. 9863de1 Promote Dispatchers.Unconfined to stable API by Vsevolod Tolstopyatov · 5 years ago
  66. 4fc4fd5 Promote MainCoroutineDispatcher.immediate to stable API by Vsevolod Tolstopyatov · 5 years ago
  67. b37c296 Replace UI with Dispatchers.Main in CoroutineScope documentation by Vsevolod Tolstopyatov · 5 years ago
  68. 4451d72 Make all invocations of withContext cancellable by Roman Elizarov · 5 years ago
  69. 63d1d1b Use https in documentation and builds by Roman Elizarov · 5 years ago
  70. 8d506b3 Make SupervisorCoroutine implement ScopeCoroutine by Vsevolod Tolstopyatov · 5 years ago
  71. 2bdd460 CoroutinesTimeout debug rule for JUnit 4 (#991) by Vsevolod Tolstopyatov · 5 years ago
  72. 3785348 Reknit after fixing indentation in code samples by Roman Elizarov · 5 years ago
  73. 36105c1 Merge branch 'master' into develop by Roman Elizarov · 5 years ago
  74. 3f65e17 Merge pull request #967 from Kotlin/stacktrace-recovery-improvements by Vsevolod Tolstopyatov · 5 years ago
  75. 919284b Update named arguments referenced issue by Louis CAD · 5 years ago
  76. 703a286 Check that worker thread belongs to the same scheduler in dispatchers.shutdown by Vsevolod Tolstopyatov · 5 years ago
  77. ee7325e Use Exception(message) constructor for copying if possible by Roman Elizarov · 5 years ago
  78. cd2a8d7 Completable job (#971) by Roman Elizarov · 5 years ago
  79. ee8bbfc Start lazy actor when calling close by Vsevolod Tolstopyatov · 6 years ago
  80. d8f005c Fixed jdk16Test by Roman Elizarov · 5 years ago
  81. 23eb49a Update documentation for Mutex.withLock to be consistent with Mutex.lock by Vsevolod Tolstopyatov · 6 years ago
  82. 37f1b97 Fix typo in KDoc by Vsevolod Tolstopyatov · 6 years ago
  83. 4764e98 Add documentation about our compatibility policy and experimental annotations by Vsevolod Tolstopyatov · 5 years ago
  84. 4ba30cd Stacktrace recovery improvements by Vsevolod Tolstopyatov · 5 years ago
  85. 3e4d808 Call initCause during reflective exception copy in runCatching block to avoid DispatchException when initCause throws by Vsevolod Tolstopyatov · 6 years ago
  86. f6f6037 Recover stacktrace in select clauses by Vsevolod Tolstopyatov · 6 years ago
  87. 3819379 Implement CoroutineStackFrame in SelectBuilderImpl by Vsevolod Tolstopyatov · 6 years ago
  88. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 6 years ago
  89. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago
  90. 5400ace Version 0.18 by Roman Elizarov · 7 years ago
  91. e82dee7 Make sure that Job, Channel, etc links in the docs point to the classes by Roman Elizarov · 7 years ago
  92. 87920c9 Made public class TimeoutException Fixes #89 by Roman Elizarov · 7 years ago
  93. 0d0424d Optimize JobSupport -- don't extend AbstractCoroutineContextElement by Roman Elizarov · 7 years ago
  94. c2adef5 Fixed NPE when ArrayBroadcastChannel is closed concurrently with receive by Roman Elizarov · 7 years ago
  95. e7f9b5f Revert to 5s test by Roman Elizarov · 7 years ago
  96. b2168b9 Wait longer for lost threads to terminate and output more details by Roman Elizarov · 7 years ago
  97. 537c359 Turn all consumeEach and withLock into inline suspend functions by Roman Elizarov · 7 years ago
  98. 14328d1 Add Mutex.holdsLock by Francesco Vasco · 7 years ago
  99. e1f89db Extract test ops to separate methods for better stack traces by Roman Elizarov · 7 years ago
  100. b60d94c Move ktolinx.atomicfu support to top-level pom.xml by Roman Elizarov · 7 years ago