1. b733f7d Speedup linerizability tests, make conflation part of helpClose (fixes nightly stress failure) by Vsevolod Tolstopyatov · 6 years ago
  2. 69c15b3 Make ConflatedChannel linearizable by Vsevolod Tolstopyatov · 6 years ago
  3. 5431deb Remove typo in Job documentation by Adrian Blanco · 6 years ago
  4. 6d7a216 Wording in docs is improved by Roman Elizarov · 6 years ago
  5. e64b52c Introduce MainScope factory and CoroutineScope.cancel extension by Vsevolod Tolstopyatov · 6 years ago
  6. 3c4168b Throw TimeoutCancellationException instead of CancellationException on negative timeout in withTimeout by Vsevolod Tolstopyatov · 6 years ago
  7. a5b6a33 Improve unboxing mechanics by Vsevolod Tolstopyatov · 6 years ago
  8. ecfd227 Wrap all Incomplete final state into box (and unbox it where necessary) because otherwise job machinery treats such state as intermediate by Vsevolod Tolstopyatov · 6 years ago
  9. 06600a2 Code style improvements by Vsevolod Tolstopyatov · 6 years ago
  10. d8cdc9f Introduce @SharedImmutable and mark all global constants with SharedImmutable/ThreadLocal to allow using coroutines in K/N workers by Vsevolod Tolstopyatov · 6 years ago
  11. ca135a2 Fix and suppress some compilation warnings by Vsevolod Tolstopyatov · 6 years ago
  12. d88e427 Enable progressive mode by Vsevolod Tolstopyatov · 6 years ago
  13. 461473e Clarify capacity parameter in broadcast builders by Vsevolod Tolstopyatov · 6 years ago
  14. c26e071 Release block on LazyXxxCoroutine start by Francesco Vasco · 6 years ago
  15. 6b2e90b Suppress cancel(cause) related warnings in internal implementation by Vsevolod Tolstopyatov · 6 years ago
  16. 00d86c5 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  17. 666ea6e Merge pull request #791 from Kotlin/undispatched-cancellation by Vsevolod Tolstopyatov · 6 years ago
  18. 6042b8e Merge pull request #741 from Kotlin/array-queue by Vsevolod Tolstopyatov · 6 years ago
  19. 49b6305 Clarify docs for CancellableContinuation (#800) by Vsevolod Tolstopyatov · 6 years ago
  20. 510ccfd Fix possible leaking of CompletedExceptionally on racy cancellation by Vsevolod Tolstopyatov · 6 years ago
  21. 69ee60b Fix typo by Louis CAD · 6 years ago
  22. 78832e3 Use final Job state in undispatched coroutine completion by Vsevolod Tolstopyatov · 6 years ago
  23. 9512ab2 SchedulerTaskContext.afterTask() extension function by Roman Elizarov · 6 years ago
  24. aa374a9 SchedulerTask is now an abstract class with optimizations for jvm by Roman Elizarov · 6 years ago
  25. e64d9b7 Scheduler: capture TaskContext for afterTask before running it by Roman Elizarov · 6 years ago
  26. 16e2034 Avoid allocation of CoroutineScheduler task object by Roman Elizarov · 6 years ago
  27. ac848e8 Fixed exception handling for publish builder by Roman Elizarov · 6 years ago
  28. 0b886a3 Get rid of TestException copy-paste by Vsevolod Tolstopyatov · 6 years ago
  29. bf45576 Improve naming and documentation by Vsevolod Tolstopyatov · 6 years ago
  30. c33ef61 Implement yield for unconfined dispatchers, documentation improvements by Robert Golusiński · 6 years ago
  31. 64e49dc Undeprecate ReceiveChannel.receiveOrNull, but leave its obsolete status by Vsevolod Tolstopyatov · 6 years ago
  32. cd37d8e Merge branch 'context-elements-opto' into release-candidate by Vsevolod Tolstopyatov · 6 years ago
  33. aba0edc Add workaround for androidx toolchain issues: try to load main dispat… (#709) by Vsevolod Tolstopyatov · 6 years ago
  34. b058ba1 Deprecate Job.cancel(cause) and ReceiveChannel.cancel(cause), return Unit from cancel without cause by Vsevolod Tolstopyatov · 6 years ago
  35. 23d435b Minor optimizations of UndispatchedEventLoop by Vsevolod Tolstopyatov · 6 years ago
  36. faa4774 Do not step into thread-local event-loop on CancellableContinuation#dispatch fast-path by Vsevolod Tolstopyatov · 6 years ago
  37. 09b9d6c Use FIFO queue in undispatched event loop by Vsevolod Tolstopyatov · 6 years ago
  38. 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
  39. 1c5efc8 Remove SOE avoidance in Mutex by Vsevolod Tolstopyatov · 6 years ago
  40. 7ee722a Rework Dispatchers.Unconfined to use thread-local event loop by Vsevolod Tolstopyatov · 6 years ago
  41. 1e70839 Remove TODO in channels by Vsevolod Tolstopyatov · 6 years ago
  42. ab1ae7f Deprecate ReceiveChannel.receiveOrNull by Vsevolod Tolstopyatov · 6 years ago
  43. ae85797 Cache result of ThreadContext#foldAll in the field of DispatchedCoroutine to avoid context fold in tight loops by Vsevolod Tolstopyatov · 6 years ago
  44. d1129b2 Removed doc suppress from Runnable interface by Roman Elizarov · 6 years ago
  45. 36c3ba1 Replace internal annotations with ones from 1.3 stdlib by Vsevolod Tolstopyatov · 6 years ago
  46. 706e393 Dokka fixes by Vsevolod Tolstopyatov · 6 years ago
  47. 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
  48. 5a74c75 Hide ConflatedBroadcastChannel private companion fields from public ABI by Roman Elizarov · 6 years ago
  49. 1bdbb3e Cleanup: get rid of workarounds, cleanup guide, suppress/fix compilation warnings by Vsevolod Tolstopyatov · 6 years ago
  50. e6e8239 Experimental annotation revisit: by Vsevolod Tolstopyatov · 6 years ago
  51. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  52. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  53. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  54. 0f94304 Fix lost exception from dispatched withContext on cancelled job by Roman Elizarov · 6 years ago
  55. 0ece388 Lazily load Dispatchers.Main and provide a stub impl on failure by Roman Elizarov · 6 years ago
  56. a3826a9 Merge branch 'no-unwrap' into version-0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  57. cfe699f Move UI dispatcher to common Dispatchers.Main (#641) by Vsevolod Tolstopyatov · 6 years ago
  58. b5c9c9f Never unwrap 3rd party CancellationException by Roman Elizarov · 6 years ago
  59. 303708b Coroutine scheduler is used by default instead of deprecated CommonPool by Roman Elizarov · 6 years ago
  60. 838b052 Check cancellation when starting unconfined coroutine by Vsevolod Tolstopyatov · 6 years ago
  61. d9b4ab2 Replaced the hardcoded default value with the constant. by Paul Woitaschek · 6 years ago
  62. 45c0be9 Fixed tests after integration of async & supervisor branches by Roman Elizarov · 6 years ago
  63. 88e72f9 Exception unwrapping logic rework, do not unwrap cancellation exception if parent can handle exceptions by Vsevolod Tolstopyatov · 6 years ago
  64. 4fc0a11 Add test which indicates problem with supervision by Vsevolod Tolstopyatov · 6 years ago
  65. 60fd580 SupervisorCoroutine optimization by Vsevolod Tolstopyatov · 6 years ago
  66. 3e0ca9b Change contract of supervisorScope to align it with coroutineScope by Vsevolod Tolstopyatov · 6 years ago
  67. 21f171c Introduce SupervisorJob & supervisorScope by Roman Elizarov · 6 years ago
  68. b5d10d4 Make CoroutineStart.ATOMIC experimental as it covers important use-case with resource cleanup in finally block by Vsevolod Tolstopyatov · 6 years ago
  69. 52bfdab async and async-like builders cancel parent on failure by Roman Elizarov · 6 years ago
  70. ffda1da Copy deprecated annotations on Job member to inheritors by Roman Elizarov · 6 years ago
  71. e18b015 Fixed CoroutineScope of withContext block for structured concurrency by Roman Elizarov · 6 years ago
  72. 0a656ff Fixed CoroutineScope of withContext block for structured concurrency by Roman Elizarov · 6 years ago
  73. 25b4388 Merge pull request #588 from Kotlin/handle-exception-fix by Vsevolod Tolstopyatov · 6 years ago
  74. 541a9b6 Job unwraps all instances of CancellationException by Roman Elizarov · 6 years ago
  75. 852fae5 Reviewed and cleanup usage of "fail" word in comments and method names by Roman Elizarov · 6 years ago
  76. 1b22af7 Fix lost exception during cancellation in produce, fix integration with play services after rebase by Vsevolod Tolstopyatov · 6 years ago
  77. 5c44afb Implicitly add Job in CoroutineScope constructor if it is missing by Roman Elizarov · 6 years ago
  78. 1e0a2f0 Merge branch 'develop' into handle-exception-fix by Roman Elizarov · 6 years ago
  79. 149ba48 Following internal API is removed from public declarations: by Vsevolod Tolstopyatov · 6 years ago
  80. a2d8088 Get rid of deprecated API where possible, add Channel.RENDEZVOUS by Vsevolod Tolstopyatov · 6 years ago
  81. 5633f91 Moved documentation for different kinds of channels to Channel interface by Roman Elizarov · 6 years ago
  82. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  83. 6685fd0 Abolish distinction between cancelled and failed Job/Deferred by Roman Elizarov · 6 years ago
  84. f7a6334 Child fails on parent failure (not cancelled) by Roman Elizarov · 6 years ago
  85. ad84795 Slightly faster update to finishing state on completion by Roman Elizarov · 6 years ago
  86. f45ec8d Optimize Empty -> Failing state transition by Roman Elizarov · 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. f13cbae Get rid of references to deprecated AbstractCoroutine.onCancellation by Roman Elizarov · 6 years ago
  90. 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
  91. f157cec Job machinery improvements: by Vsevolod Tolstopyatov · 6 years ago
  92. 5d18d02 Introduced ChildHandle for attachChild by Roman Elizarov · 6 years ago
  93. ff0aab8 Document JobSupport state-transition & notification time-line by Roman Elizarov · 6 years ago
  94. 6634ed7 Minor optimization in fast-path of JobSupport.tryMakeCompleting by Roman Elizarov · 6 years ago
  95. 7e23875 Fixed race between creation of a child & cancellation of parent job by Roman Elizarov · 6 years ago
  96. ecbc85c Fix exception aggregation to ensure atomic handling of exceptions by Roman Elizarov · 6 years ago
  97. 63e3896 Typo fixed by Roman Elizarov · 6 years ago
  98. ca0f12e Move CoroutineName to common module. by Vsevolod Tolstopyatov · 6 years ago
  99. 2dd5320 Cosmetic fixes by Vsevolod Tolstopyatov · 6 years ago
  100. ede2923 Fixed race in a new Job with listeners between start & cancel by Roman Elizarov · 6 years ago