1. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  2. 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/main/kotlin/kotlinx/coroutines/experimental/rx2/RxObservable.kt]
  3. e89cd68 More comments about CancellationException and its consistent use; by Roman Elizarov · 6 years ago
  4. f5e63ca Replacing isCancelledWithoutCause with proper contract on exception, disabling stacktraces of JobCancellationException in production mode by Vsevolod Tolstopyatov · 6 years ago
  5. c7d10a4 Fix references to `coroutineContext` is the docs of all the builders by Roman Elizarov · 6 years ago
  6. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  7. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 7 years ago
  8. 6640b2b Public API for AbstractCoroutine by Roman Elizarov · 7 years ago
  9. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  10. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  11. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  12. db0e22d Select expression is modularized. by Roman Elizarov · 7 years ago
  13. 7753f8e Replace remaining xxFieldUpdater classes with AtomicFU atomic vars by Roman Elizarov · 7 years ago
  14. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  15. 29affbb Streamlined Job APIs that support cancelling state: by Roman Elizarov · 7 years ago
  16. 3ef4fca Fix publish & rxObservable builders for cancelling state of coroutine by Roman Elizarov · 7 years ago
  17. 2b12d58 Refactoring: AbstractCoroutine is extended only by true coroutine impls; by Roman Elizarov · 7 years ago
  18. 80162ab Remove all usages of @JvmStatic and add @JvmField where appropriate by Roman Elizarov · 7 years ago
  19. 50e3221 rxFlowable builder for Rx 2.x by Roman Elizarov · 7 years ago
  20. 37bf00e All reactive streams libraries are moved into `reactive` directory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-rx2/src/main/kotlin/kotlinx/coroutines/experimental/rx2/RxObservable.kt]
  21. 331750b Utilities for Reactive Streams, Rx 1.x, and Rx 2.x by Roman Elizarov · 8 years ago