1. 387d1dd Improve test style by Dmitry Khalanskiy · 4 years, 5 months ago
  2. 97863c3 Report fatal errors to both onError (to comply the spec fully) and to coroutine context (to eagerly fail as fatal exceptions are not recoverable anyway), cleanup tests after scopeless reactive by Vsevolod Tolstopyatov · 5 years ago
  3. 39f5cf8 Properly handle fatal exceptions in Rx coroutines, get rid of deadlock in RxObservable by Vsevolod Tolstopyatov · 5 years ago
  4. d100a3f Reactive scopeless (#1341) by Vsevolod Tolstopyatov · 5 years ago
  5. 0b886a3 Get rid of TestException copy-paste by Vsevolod Tolstopyatov · 6 years ago
  6. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  7. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  8. bbaf99d Structured concurrency for reactive modules by Vsevolod Tolstopyatov · 6 years ago
  9. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  10. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  11. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  12. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from reactive/kotlinx-coroutines-rx2/src/test/kotlin/kotlinx/coroutines/experimental/rx2/ConvertTest.kt]
  13. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  14. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  15. d6bb148 Add support for Rx2 Maybe. (#45) by Konrad Kamiński · 7 years ago
  16. 7adb876 Cleaned up deprecations and unused parameters by Roman Elizarov · 7 years ago
  17. 3c3aed7 Renamed all toXXX converted in reactive streams libraries to asXXX by Roman Elizarov · 7 years ago
  18. 37bf00e All reactive streams libraries are moved into `reactive` directory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-rx2/src/test/kotlin/kotlinx/coroutines/experimental/rx2/ConvertTest.kt]
  19. 331750b Utilities for Reactive Streams, Rx 1.x, and Rx 2.x by Roman Elizarov · 7 years ago