1. c5a42da Migrate BOM module to java-platform plugin by Sergey Shatunov · 5 years ago
  2. 84b24bd Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  3. 5378b80 Deprecate obsolete reactive API, improve existing Reactive documentation by Vsevolod Tolstopyatov · 5 years ago
  4. bda9c79 Update jmh-related plugins to be compatible with Gradle 5.5 by Vsevolod Tolstopyatov · 5 years ago
  5. d2f4b2b Gradle version 5.6.1 by Roman Elizarov · 5 years ago
  6. 0b16abf Fix propagation for stressTest property for nightly stress tests by Roman Elizarov · 5 years ago
  7. 6ca6ed5 Add skip_snapshot_checks flag for snapshot train debuggability by Vsevolod Tolstopyatov · 5 years ago
  8. 63fcbfb Remove no longer needed tests excludes by Louis CAD · 5 years ago
  9. fe4e05c Module with kotlinx-coroutines BOM for better dependency management by Vsevolod Tolstopyatov · 5 years ago
  10. a8904e2 Channel.receiveOrNull becomes extension, internal receiveOrClosed added by Vsevolod Tolstopyatov · 5 years ago
  11. daf8502 Disable binary compatibility tests in snapshot trains by Vsevolod Tolstopyatov · 5 years ago
  12. e1ac2e5 Fix atomicfu post-processing and dependencies by Roman Elizarov · 6 years ago
  13. 1748ce1 Print manifest of Kotlin compiler during snapshot builds by Vsevolod Tolstopyatov · 6 years ago
  14. dbe3f48 Fix test masks for snapshot builds by Vsevolod Tolstopyatov · 6 years ago
  15. 585b766 Infrastructure to build kotlinx.coroutines against Kotlin snapshots by Vsevolod Tolstopyatov · 6 years ago
  16. 15b6345 Custom ServiceLoader without jar checksum verification by sokolova · 6 years ago
  17. 0cab2fa Rollback temporary teamcity repo by Roman Elizarov · 6 years ago
  18. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 6 years ago
  19. ce5d01a Update to gradle 4.10 by Vsevolod Tolstopyatov · 6 years ago
  20. 4327b21 Introduce test module with testable main dispatcher (#749) by Vsevolod Tolstopyatov · 6 years ago
  21. a5a7cdb Merge pull request #876 from Kotlin/debug-agent by Vsevolod Tolstopyatov · 6 years ago
  22. 3781a82 Repackage byte-buddy along with debug agent (so it shouldn't be a dependency of target process), use shadow plugin for that to avoid clashes with other byte-buddy versions and publish shadow jar instead of regular one for debug module by Vsevolod Tolstopyatov · 6 years ago
  23. 06600a2 Code style improvements by Vsevolod Tolstopyatov · 6 years ago
  24. d88e427 Enable progressive mode by Vsevolod Tolstopyatov · 6 years ago
  25. 3179683 Ability to publish develop branch to oss.jfrog by Vsevolod Tolstopyatov · 6 years ago
  26. 8a45c47 Version 1.0.0 by Vsevolod Tolstopyatov · 6 years ago
  27. 6f01c93 Add workaround for removed Google dependency by Vsevolod Tolstopyatov · 6 years ago
  28. 706e393 Dokka fixes by Vsevolod Tolstopyatov · 6 years ago
  29. e6e8239 Experimental annotation revisit: by Vsevolod Tolstopyatov · 6 years ago
  30. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  31. 7587eba Introduce ThreadContextElement API to integrate with thread-local sensitive code by Roman Elizarov · 6 years ago
  32. aa100ea Fixed generation of visibilities.json for PublicApiTest by Roman Elizarov · 6 years ago
  33. 305c66a Generate proper benchmarks jar by Vsevolod Tolstopyatov · 6 years ago
  34. 4ddfc91 Kotlin/Native support by Vsevolod Tolstopyatov · 6 years ago
  35. f9408f6 Fixed placement of resource files in new project structure by Roman Elizarov · 6 years ago
  36. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  37. 0dffcfd Merge 'develop' into project-structure by Roman Elizarov · 6 years ago
  38. 18fa116 Kotlin 1.2.51 by Roman Elizarov · 6 years ago
  39. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  40. 74bcc92 Introduce binary-compatibility-validator module by Vsevolod Tolstopyatov · 6 years ago
  41. b1a07ee Setup dependency resolution strategy to force kotlin_version by Ilya Gorbunov · 7 years ago
  42. 3145290 Restructure build logic, prepare for native by Roman Elizarov · 7 years ago
  43. e1a5652 Extracted compilation configs into separate build files by Roman Elizarov · 7 years ago
  44. 94fb2a3 JS: Publish to npm: by Roman Elizarov · 7 years ago
  45. 8fca5d3 Fixed "kotlinSnapshot" build mode by Roman Elizarov · 7 years ago
  46. 38b6fd3 Report Kotlin compiler version when building project by Roman Elizarov · 7 years ago
  47. f0a55f3 Rollback to production Kotlin version 1.2.10 by Roman Elizarov · 7 years ago
  48. 1bb8c1c Use async tests on Kotlin/JS with Kotlin version 1.2.20-eap-33 by Roman Elizarov · 7 years ago
  49. decbc83 MPP: Example frontend JS application using nodejs and webpack by Roman Elizarov · 7 years ago
  50. a964799 MPP: Added js-stub module to properly render Promise extension in Dokka by Roman Elizarov · 7 years ago
  51. 79e02bb MPP: Move .pom config to publish-bintray.gradle file by Roman Elizarov · 7 years ago
  52. e00f0ba MPP: Dokka support via hacks (using dev version 0.9.16-eap-2-dev-1) by Roman Elizarov · 7 years ago
  53. 65eff0b MPP: Build logic organization/refactoring & Kotlin/JS tests with Mocha by Roman Elizarov · 7 years ago
  54. 8bff72b MPP: Common tests framework & CommonCoroutinesTest by Roman Elizarov · 7 years ago
  55. e1c0b65 MPP: Job/launch and related basic interface are extracted; JS basic impl by Roman Elizarov · 7 years ago
  56. dadd50c Use Kotlin 1.2 snapshot by Roman Elizarov · 7 years ago
  57. 4d84a78 Kotlin 1.2.0 by Roman Elizarov · 7 years ago
  58. eb98bc8 Fixed components publication by Roman Elizarov · 7 years ago
  59. ba5e5da Support 'DeployVersion' property to override projects version by Roman Elizarov · 7 years ago
  60. 8fc0075 Fixed site generation (paths & build script) by Roman Elizarov · 7 years ago
  61. 94c3168 Load 'stressTest' from gradle project properties (use -PstressTest) by Roman Elizarov · 7 years ago
  62. 6f5bd3f Pass down 'stressTest' system property to tasks by Roman Elizarov · 7 years ago
  63. 1f6b44d Restore support for building with kotlinSnapshot by Roman Elizarov · 7 years ago
  64. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago