1. 4a09677 Revert "Don't pack jps services into compiler" by Nikolay Krasko · 7 years ago
  2. a421394 Revert update-dependencies and proguard changes for idea 172 by Nikolay Krasko · 7 years ago
  3. eeb9065 Exclude generated IC tests from ant build by Alexey Tsvetkov · 7 years ago
  4. 0d6cf19 Don't pack jps services into compiler by Nikolay Krasko · 7 years ago
  5. 548e862 Fix 'ant dist' build against 172 branch by Dmitry Jemerov · 7 years ago
  6. 20d0d49 Advance Guava version by Dmitry Jemerov · 7 years ago
  7. f313001 Update to jline 3.3.1 and jansi 1.16 by Alexander Udalov · 7 years ago
  8. 008c27d Compiler build depends on kotlinx-coroutines-core by Pavel V. Talanov · 7 years ago
  9. d4b4bc7 Android Extensions: Support @ContainerOptions in compiler plugin by Yan Zhulanow · 7 years ago
  10. 5b9ee88 Remove --add-opens options to workaround Java 9 visibility checks by Alexander Udalov · 7 years ago
  11. f96ef960 Check JDK_16 and JDK_18 existence in build.xml by Alexander Udalov · 7 years ago
  12. ad6c849 Copy bootstrap compiler to dist directory by Nikolay Krasko · 7 years ago
  13. 15e392b Fix compilation on Windows by Alexander Udalov · 7 years ago
  14. c851e9d CLI: use JDK 1.6 to compile the "kotlin" launcher script by Alexander Udalov · 7 years ago
  15. 534e8a5 Do not pack useless files into the compiler jar by Alexander Udalov · 7 years ago
  16. 174068c Add JS source map parser and remapper by Alexey Andreev · 7 years ago
  17. 751ff48 Extract logic of builtins package fragment provider creation by Alexander Udalov · 7 years ago
  18. ea9194e CLI: compile preloader against JDK 1.6 by Alexander Udalov · 7 years ago
  19. 9e89213 Prototyping DCE tool for JS by Alexey Andreev · 7 years ago
  20. 5eea3b6 Introduce experimental -Xuse-javac compilation mode by baratynskiy · 7 years ago
  21. 2f7ab1c Inline some properties from kotlinManifest.properties that were used only once by Ilya Gorbunov · 7 years ago
  22. 96c36fb Remove manifest.impl.value.kotlin.version and other unused properties from kotlinManifest.properties by Ilya Gorbunov · 7 years ago
  23. c91a3f8 Add sam-with-receiver and source-sections compiler plugins to maven by Ilya Chernikov · 7 years ago
  24. 51e84f7 Move some script related part of frontend to separate module to avoid using kotlin-reflect.jar in frontend module by Zalim Bashorov · 7 years ago
  25. 5e449fd Optimize control-flow analysis by use of persistent maps by Denis Zharkov · 7 years ago
  26. 3425f6d Remove dist-quick as it fails on terminal steps anyway. by Ilya Gorbunov · 7 years ago
  27. 37e046f Provide shortcuts for producing quick compiler for maven and rebuilding stdlib-js from ant. by Ilya Gorbunov · 7 years ago
  28. afba967 Use kotlin-stdlib.jar instead of kotlin-runtime.jar as runtime during build by Ilya Gorbunov · 7 years ago
  29. e7dc7ec Rebuild sources for kotlin-daemon-client and compiler-client-embeddable in maven build by Ilya Gorbunov · 7 years ago
  30. 6e961be No need to fork ant under jdk8 to build annotation-processing by Ilya Gorbunov · 7 years ago
  31. eef835f6 Remove ant targets that are superseded by gradle build. by Ilya Gorbunov · 7 years ago
  32. 356f8dd Killswitch: do not build runtime with ant, switch to gradle artifacts. by Ilya Gorbunov · 7 years ago
  33. df44f3b Launch kotlin runtime gradle build from ant. by Ilya Gorbunov · 7 years ago
  34. a309511a Add actual sources to compiler and daemon client jars by Ilya Chernikov · 7 years ago
  35. 7ceaca1 Add new artifact kotlin-compiler-client-embeddable.jar by Ilya Chernikov · 8 years ago
  36. 32d0d7a Remove xerces from compiler uberjar, pack compiler with explicit jar names by Ilya Chernikov · 7 years ago
  37. c740c0b Do not produce javadoc for kotlin-compiler and do not attach it to maven artifacts by Ilya Gorbunov · 7 years ago
  38. a5d70cf Support running Kotlin compiler CLI on Java 9 on Unix by Alexander Udalov · 8 years ago
  39. 4b430b4 Implement source sections compiler plugin by Ilya Chernikov · 8 years ago
  40. 3a8cf68 Keep class file version during shrinking; generate Java 8 bytecode sometimes by Dmitry Jemerov · 8 years ago
  41. 73b879e Misc: Include cli-parser 1.1.2 sources into the project under different package and drop original library dependency by Alexey Sedunov · 8 years ago
  42. 1d86bd5 Build multiplatform stdlib docs by Dmitry Jemerov · 8 years ago
  43. adc937c Extract separate target for preprocessing JS stdlib sources by Dmitry Jemerov · 8 years ago
  44. c105245 Use proguard to remove unused symbols from kotlin-reflect.jar by Alexander Udalov · 8 years ago
  45. e568056 JS: drop "-kjsm" flag, merge logic with "-meta-info" by Alexander Udalov · 8 years ago
  46. 46bf057 JS: do not generate .meta.js and .kjsm for built-ins by Alexander Udalov · 8 years ago
  47. 29ac01f KJS: allow to use packages with names starting with "kotlin" only if the -Xallow-kotlin-package command line option is specified by Zalim Bashorov · 8 years ago
  48. 0df31f1 Build kotlin-stdlib-js.jar in ant #KT-15940 by Ilya Gorbunov · 8 years ago
  49. f9e552e Build kotlin-stdlib in addition to kotlin-runtime in ant build. by Ilya Gorbunov · 8 years ago
  50. a0cfd8d Change builtins module name to kotlin-runtime to match that of maven built artifact. by Ilya Gorbunov · 8 years ago
  51. 9b9852c kotlin-test: rename shared module to common. by Ilya Gorbunov · 8 years ago
  52. 98075c1 kotlin-test: extract from JS library, convert to multiplatform by Sergey Mashkov · 8 years ago
  53. fc637eb Change runtime component from "Core" to "Main" by Alexander Udalov · 8 years ago
  54. 7f10ce0 KJS: move js part of "kotlin.js" and related files to "js.libraries" module by Zalim Bashorov · 8 years ago
  55. cb4c3ed KJS: rename "js.dart-ast" module to "js.ast" by Zalim Bashorov · 8 years ago
  56. c4f731b Write Kotlin-Version to runtime artifacts built with Maven by Alexander Udalov · 8 years ago
  57. f40a3ef Move IC from Gradle to compiler by Alexey Tsvetkov · 8 years ago
  58. 90eb229 Extract compiler-for-maven target in build.xml by Alexander Udalov · 8 years ago
  59. 1866a33 Check classpath version consistency. by Dmitry Petrov · 8 years ago
  60. de15003 Minor: Add sam-with-receiver to Ultimate project classpath, fix cli plugin path in build.xml by Yan Zhulanow · 8 years ago
  61. cbef025 Allow to turn the first parameter of a SAM-converted lambda into the receiver (KT-12848) by Yan Zhulanow · 8 years ago
  62. e626b12 NoArg: Add compiler plugin by Yan Zhulanow · 8 years ago
  63. 6abde42 AllOpen: Add IDE integration by Yan Zhulanow · 8 years ago
  64. 58f408e Allopen: Add allopen compiler plugin by Yan Zhulanow · 8 years ago
  65. bd9d33f Kapt3: Replace kapt2 in Ant and Maven artifacts with kapt3 by Yan Zhulanow · 8 years ago
  66. 20669c1 JS: fix building stubs for JS library that contains classes in default package by Alexey Andreev · 8 years ago
  67. 23428c9 JS: fix coroutine test. Fix hanging IDEA tests by Alexey Andreev · 8 years ago
  68. 491ca58 Include collection type aliases into mock-runtime as they are used extremely often in tests by Ilya Gorbunov · 8 years ago
  69. ed3c54d Include new type aliases into mock runtime. by Ilya Gorbunov · 8 years ago
  70. 5ef8879 JS: fixes after code review by Alexey Andreev · 8 years ago
  71. a452260 JS: simplify merging kotlin.js by Alexey Andreev · 8 years ago
  72. f244bba JS: change how declarations are exported from modules. Change how parts of kotlin.js merged by Alexey Andreev · 8 years ago
  73. e13d34e JS: rewrite stdlib to compile with new flat structure by Alexey Andreev · 8 years ago
  74. f9a4885 Add IR sources to kotlin-compiler-sources.jar by Alexander Udalov · 8 years ago
  75. e0989ca Load built-ins from module dependencies in JVM compiler by Alexander Udalov · 8 years ago
  76. 99e7df7 Remove duplicated line from build.xml by Michael Bogdanov · 8 years ago
  77. 0838b28 Add IR modules to build.xml by Michael Bogdanov · 8 years ago
  78. 0a0a05d Add tasks to download node.js (platform independently) and tasks to publish packages to npm; extract some common things to common.xml by Zalim Bashorov · 8 years ago
  79. 846797f Switch to templates in the separate script runtime by Ilya Chernikov · 8 years ago
  80. 079fece Add daemon client jar to libraries project by Ilya Chernikov · 8 years ago
  81. 5e5ebaa Create a script runtime jar with a copy of standard script template (renamed) by Ilya Chernikov · 8 years ago
  82. 8ccc168 Include output of module daemon-common to compiler jar in compiler-quick by Alexander Udalov · 8 years ago
  83. a158437 Do not pack IDEA core libraries into one idea-core-all.jar in pack-compiler by Alexander Udalov · 8 years ago
  84. ea82c20 Remove js implementations of java.util maps and sets, disable intrinsic to select specialized implementations. by Ilya Gorbunov · 8 years ago
  85. 0792571 Include default script template into mock-runtime by Mikhail Zarechenskiy · 8 years ago
  86. a9de8ec Kapt: compile annotation-processing artifact with target "1.6" by Yan Zhulanow · 8 years ago
  87. 407af3a Kapt: Gradle plugin for the new kapt (cherry picked from commit f4fc8f1) by Yan Zhulanow · 8 years ago
  88. 7579111 Include exception typealiases into mock runtime. by Ilya Gorbunov · 8 years ago
  89. 0d26087 CLI, Ant: add kotlin-reflect.jar to classpath by default, support "-no-reflect" by Alexander Udalov · 9 years ago
  90. 4c8e8b0 Update protobuf from 2.5.0 to 2.6.1 by Alexander Udalov · 8 years ago
  91. 2d994c1 KT-3008 Run Google closure compiler in a separate JVM by Alexey Andreev · 8 years ago
  92. 64cd0b7 KT-3008 Minor refactoring and clean up by Alexey Andreev · 8 years ago
  93. 0cfacfa KT-3008 Merge JS runtime modules in one kotlin.js by Alexey Andreev · 8 years ago
  94. 848d7f9 KT-3008 Implement AMD, CommonJS and UMD wrappers. Compile stdlib and builtins modules into separate JS files and wrap them in UMD. by Alexey Andreev · 8 years ago
  95. 95b78e1 KT-3008 Change the way how modules are referenced in JS by Alexey Andreev · 8 years ago
  96. 7e38b93 Use protobuf with renamed packages, pack to IDEA plugin by Alexander Udalov · 8 years ago
  97. 3469e98 Minor, remove 'depends' from kotlin-build-common-test Ant task by Alexander Udalov · 8 years ago
  98. 5161b6b Shade in kotlin-build-common-test by Alexey Tsvetkov · 8 years ago
  99. 9bdf8f1 Minor, update javac2 annotation filter for kotlin-build-common-test by Alexander Udalov · 8 years ago
  100. 9a762e0 Prevent META-INF/INDEX.LIST from jsr166e.jar to be packed into compiler by Alexander Udalov · 8 years ago