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 core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/CoroutineContext.kt]
  3. f5e63ca Replacing isCancelledWithoutCause with proper contract on exception, disabling stacktraces of JobCancellationException in production mode by Vsevolod Tolstopyatov · 6 years ago
  4. f0cd180 Suppress errors about default parameters in actual functions by Ilya Gorbunov · 6 years ago
  5. 590c888 Documentation for debug property values by Roman Elizarov · 6 years ago
  6. 0bb18fc Better way to set CoroutineContext#DEBUG value by Dmytro Danylyk · 6 years ago
  7. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago
  8. c12123e AbsractCoroutine moved to common module by Roman Elizarov · 7 years ago
  9. f29203c MPP: Ported DispatchedTask perf improvements to JS and more code is made common by Roman Elizarov · 7 years ago
  10. e1c0b65 MPP: Job/launch and related basic interface are extracted; JS basic impl by Roman Elizarov · 7 years ago
  11. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  12. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  13. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  14. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/CoroutineContext.kt]
  15. e824eaa Fix SecurityException when trying to read "kotlinx.coroutines.debug" prop by Roman Elizarov · 7 years ago
  16. ecda27f CoroutineStart enum is introduced in launch/async/actor by Roman Elizarov · 7 years ago
  17. dc9fd1c Nicer toString implementations for CommonPool & Unconfined dispatchers by Roman Elizarov · 7 years ago
  18. 731f0ad Generated unit test for all examples in the guide by Roman Elizarov · 7 years ago
  19. fc7a9a2 Suppress deprecated and internal APIs from docs by Roman Elizarov · 8 years ago
  20. 32d9532 `defer` coroutine builder is renamed to `async`. by Roman Elizarov · 8 years ago
  21. f16fd27 Copyright and license notice by Roman Elizarov · 8 years ago
  22. 2f6d7c9 A guide on coroutine contexts, Here context renamed to Unconfined by Roman Elizarov · 8 years ago
  23. ea4a51b Updated to kotlin version 1.1.0-rc by Roman Elizarov · 8 years ago
  24. 44ba4b1 Removed currentCoroutineContext without replacement by Roman Elizarov · 8 years ago