1. 563b7e5 Fix more typos; reword some phrases; add "job:" to textual output in … (#1154) by Yanis Batura · 5 years ago
  2. 8140cfe Fix typos and improve article usage in docs by Yanis Batura · 5 years ago
  3. fe820ba Flow operators: (#1132) by Vsevolod Tolstopyatov · 5 years ago
  4. 2740aa5 Fix a race in Job.join that sporadically results in normal completion by Roman Elizarov · 5 years ago
  5. be467e3 Move coroutine scope resources to android-unit-test project by Vsevolod Tolstopyatov · 5 years ago
  6. 4f0a3b9 Fix header documentation typo in "TestCoroutineContext" by Ahmad Salah · 5 years ago
  7. f1710a7 More advanced check for self-suppression during the final exception building in Job with enabled stacktrace recovery by Vsevolod Tolstopyatov · 5 years ago
  8. 165fbaf Fix numerical overflow in FlatMapStressTest.kt by Vsevolod Tolstopyatov · 5 years ago
  9. 8009b36 Fix OOM in ChannelAtomicCancelStressTest for LinkedListChannel by Roman Elizarov · 5 years ago
  10. 9b6e311 Moved ChannelAtomicCancelStressTest to newFixedThreadPoolContext by Roman Elizarov · 5 years ago
  11. 310f8b7 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  12. 69c26df Add a period in the "You can get full code here" blocks and other small fixes by Inego · 5 years ago
  13. 564a5a6 Change more "create new" to "create a" by Inego · 5 years ago
  14. 6da0ccd Change "create new" to "create a" by Inego · 5 years ago
  15. 596187e Fix more typos by Inego · 5 years ago
  16. ebe519a Fix "note that" comma everywhere by Inego · 5 years ago
  17. fac4860 Fixed code after merge of 'develop' with TestCoroutineContext by Roman Elizarov · 5 years ago
  18. d39ffed Merge branch 'develop' into pr/890 by Roman Elizarov · 5 years ago
  19. 4398350 fix typo: Coroutine"s"Context by Shota Ara · 5 years ago
  20. d3cc25f Rework purity concept: by Vsevolod Tolstopyatov · 5 years ago
  21. 8788488 FlatMap-related API rework by Vsevolod Tolstopyatov · 5 years ago
  22. 35f9ad5 FlatMap improvements: by Vsevolod Tolstopyatov · 5 years ago
  23. d57bfa2 Flow preview implementation by Vsevolod Tolstopyatov · 5 years ago
  24. 5514edb Load services both from regular jars and files, filter duplicates by Vsevolod Tolstopyatov · 5 years ago
  25. 15b6345 Custom ServiceLoader without jar checksum verification by sokolova · 6 years ago
  26. f2604f6 Tweaked order of notifications for better error handling & consistency by Roman Elizarov · 5 years ago
  27. 6227c64 Improved coroutine exception handling logic by Roman Elizarov · 5 years ago
  28. 9a81342 Merge remote-tracking branch 'origin/master' into develop by Vsevolod Tolstopyatov · 5 years ago
  29. 0355b2c Add ThreadLocal.isPresent and ThreadLocal.ensurePresent methods (#1043) by Vsevolod Tolstopyatov · 5 years ago
  30. 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
  31. 132c1e3 Rename DispatchException to CoroutinesInternalError and make it an Error to better reflect its semantics by Vsevolod Tolstopyatov · 5 years ago
  32. 0c8789d Handle fatal exceptions in continuation machinery using handleViaException instead of rethrowing it to provide faster feedback loop by Vsevolod Tolstopyatov · 5 years ago
  33. 338b231 Merge branch 'cancel-exception' into develop by Vsevolod Tolstopyatov · 5 years ago
  34. d202ed9 Restore all state in TestBase even when test fails by Roman Elizarov · 5 years ago
  35. c7cfc39 Added test for stack-trace recovery in JobCancellationException by Roman Elizarov · 5 years ago
  36. 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
  37. d293639 Make JobCancellationException copyable in debug mode by Roman Elizarov · 5 years ago
  38. ab5bbfc Clarify thread locals documentation by Vsevolod Tolstopyatov · 5 years ago
  39. 0aad8f1 Hide cancel(Throwable), introduce cancel(CancellationException) by Roman Elizarov · 5 years ago
  40. 1be63c0 Introduce JobSupport.cancelCoroutine for AbstractCoroutine-derived classes by Roman Elizarov · 5 years ago
  41. c35953c Structured concurrency for Completable/Listenable futures by Roman Elizarov · 5 years ago
  42. 9863de1 Promote Dispatchers.Unconfined to stable API by Vsevolod Tolstopyatov · 5 years ago
  43. 63d1d1b Use https in documentation and builds by Roman Elizarov · 5 years ago
  44. 8d506b3 Make SupervisorCoroutine implement ScopeCoroutine by Vsevolod Tolstopyatov · 5 years ago
  45. 2bdd460 CoroutinesTimeout debug rule for JUnit 4 (#991) by Vsevolod Tolstopyatov · 5 years ago
  46. 3785348 Reknit after fixing indentation in code samples by Roman Elizarov · 5 years ago
  47. 36105c1 Merge branch 'master' into develop by Roman Elizarov · 5 years ago
  48. 3f65e17 Merge pull request #967 from Kotlin/stacktrace-recovery-improvements by Vsevolod Tolstopyatov · 5 years ago
  49. 703a286 Check that worker thread belongs to the same scheduler in dispatchers.shutdown by Vsevolod Tolstopyatov · 5 years ago
  50. ee7325e Use Exception(message) constructor for copying if possible by Roman Elizarov · 5 years ago
  51. ee8bbfc Start lazy actor when calling close by Vsevolod Tolstopyatov · 6 years ago
  52. 4764e98 Add documentation about our compatibility policy and experimental annotations by Vsevolod Tolstopyatov · 5 years ago
  53. 4ba30cd Stacktrace recovery improvements by Vsevolod Tolstopyatov · 5 years ago
  54. 3e4d808 Call initCause during reflective exception copy in runCatching block to avoid DispatchException when initCause throws by Vsevolod Tolstopyatov · 6 years ago
  55. f6f6037 Recover stacktrace in select clauses by Vsevolod Tolstopyatov · 6 years ago
  56. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 6 years ago