1. ef99442 Sort package-list output by Alex Waters · 7 years ago
  2. e80b64b Support reference-style markdown links in KDoc by Simon Ogorodnik · 7 years ago
  3. 4f4b86b Fix invalid line breaks in table cells for markdown formats by Simon Ogorodnik · 7 years ago
  4. 177aff6 Fix runner parameters for consistency, add default link to stdlib by Simon Ogorodnik · 7 years ago
  5. f9baebe Fix linking to javadoc external static fields by Simon Ogorodnik · 7 years ago
  6. fbfaef6 Fix parsing of line breaks inside javadoc comments by Simon Ogorodnik · 7 years ago
  7. 46b615b Resolve links in package docs in whole module by Simon Ogorodnik · 7 years ago
  8. 0e8733e Add external documentation links argument to gradle, maven, ant by Simon Ogorodnik · 7 years ago
  9. a86c859 Support linking of external documentation by Simon Ogorodnik · 7 years ago
  10. 022a6a6 Do not publish private companion object members in public only mode by Simon Ogorodnik · 7 years ago
  11. 281477a Set jekyll links extension to .html by Simon Ogorodnik · 7 years ago
  12. 3b6e3a8 Add bunch of new parameters to runners by Simon Ogorodnik · 7 years ago
  13. c2afb34 Fix Markdown list spacing, ordering, and erroneous new lines by Alex Waters · 7 years ago
  14. 54c3c87 Refactoring internal communication for gradle by Simon Ogorodnik · 7 years ago
  15. acbe2f8 Fix missing whitespace around links and tokens in Markdown formatted text by Alex Waters · 7 years ago
  16. b697931 Fix <String> escaping in samples for KWS HTML format by Simon Ogorodnik · 7 years ago
  17. b1c8964 Update bundled kotlin-compiler to 1.1.2 by Simon Ogorodnik · 7 years ago
  18. fccbf55 Merge branch 'fix-parse-package-options' by Simon Ogorodnik · 7 years ago
  19. f65fbf5 Tweak kws html format to match output of old format by Simon Ogorodnik · 8 years ago
  20. e13d38a Fix typo in html tag emph -> em by Simon Ogorodnik · 8 years ago
  21. 212b33e Fix parsing of per package options in CLI mode by Simon Ogorodnik · 7 years ago
  22. dd0e4af Implement assertion replacement templates for samples by Simon Ogorodnik · 8 years ago
  23. 57e3893 Per package options by Simon Ogorodnik · 8 years ago
  24. 921192e Fix GFM format crash in Guice by Simon Ogorodnik · 8 years ago
  25. 0fccc3f Add support for nice IDEA feature by Simon Ogorodnik · 8 years ago
  26. 3693c2f Fix p tag closing in HTML format's by Simon Ogorodnik · 8 years ago
  27. 51377df Deprecate old kotlin-website formats by Simon Ogorodnik · 8 years ago
  28. 2eb805e Create HTML based format for kotlin-website by Simon Ogorodnik · 8 years ago
  29. 8eff2cf Merge branch '0.9.14/KT-15497' by Simon Ogorodnik · 8 years ago
  30. 998c24e updated style.css to better fit wide monitor resolutions by Kevin Xiao · 8 years ago
  31. b84df9a Fixed broken links to members of groupNode members by Simon Ogorodnik · 8 years ago
  32. abe161a Correct merging of different type namesake declarations between platforms by Simon Ogorodnik · 8 years ago
  33. 1934463 Fix test by Simon Ogorodnik · 8 years ago
  34. 5478d2b Don't add (platforms) fro kotlin-website format by Simon Ogorodnik · 8 years ago
  35. ddad0ac Correct detecting platform for Extensions on external classes by Simon Ogorodnik · 8 years ago
  36. 6276fd0 Split data tags for kotlin-website format by Simon Ogorodnik · 8 years ago
  37. d43d47b Merge branch 'semoro/multiplatform' by Simon Ogorodnik · 8 years ago
  38. bc71b31 Platform and version requirements for packages. Fixed tests. by Simon Ogorodnik · 8 years ago
  39. 05c5a8f Render functional type in parenthesis when it in receiver position by Simon Ogorodnik · 8 years ago
  40. 20b3b0d Fix loosing of line breaks inside import list for kotlin-website-samples format by Simon Ogorodnik · 8 years ago
  41. ef753c8 Package platforms detected based on it's members, refactored multiplatform tests layout by Simon Ogorodnik · 8 years ago
  42. 289d287 Fix test by Simon Ogorodnik · 8 years ago
  43. 706d37b data-platform attribute for index rows in kotlin-website format by Simon Ogorodnik · 8 years ago
  44. 0f9dac9 Merge remote-tracking branch 'origin/0.9.14/BlankLines' by Dmitry Jemerov · 8 years ago
  45. 004fc0c Merge branch 'website-samples' by Dmitry Jemerov · 8 years ago
  46. 5b90b57 Don't crash on source roots without a platform by Dmitry Jemerov · 8 years ago
  47. 386f3a8 Don't show member extensions defined in other classes in the list of members for a type by Dmitry Jemerov · 8 years ago
  48. a3c7641 Omit platform of members when it's the same as the platform of the defining class by Dmitry Jemerov · 8 years ago
  49. a962349 Support 'dynamic' type by Dmitry Jemerov · 8 years ago
  50. 77a3012 Detect default platforms based only on the roots that we're currently processing by Dmitry Jemerov · 8 years ago
  51. bfd615d Option to skip declarations in root package from generated documentation (they can't be imported anyway) by Dmitry Jemerov · 8 years ago
  52. edb0d90 Process all declarations with the same primary platform in a single pass; allow to provide default platforms based on declaration descriptor by Dmitry Jemerov · 8 years ago
  53. 5da3385 Rename isSample() to isNotSample() because that's what it checks by Dmitry Jemerov · 8 years ago
  54. ff8fdb0 Resolve link and generate alltypes only once, not after every platform by Dmitry Jemerov · 8 years ago
  55. 66757b4 Allow to specify implied platforms in command line; fix parsing of platforms specified in command line by Dmitry Jemerov · 8 years ago
  56. 0e35c83 Add missing injection annotation by Dmitry Jemerov · 8 years ago
  57. 64a8684 Don't show implied platforms in output by Dmitry Jemerov · 8 years ago
  58. 99689ad Merge declarations with the same signature defined for multiple platforms by Dmitry Jemerov · 8 years ago
  59. a39c7a1 Allow specifying implicit platforms for each source root by Dmitry Jemerov · 8 years ago
  60. 287c820 Show platforms of a node in summary table by Dmitry Jemerov · 8 years ago
  61. 1270519 Refactor SinceKotlin support to a more general "platform" mechanism by Dmitry Jemerov · 8 years ago
  62. 7fa2588 Dokka now can detect and recognize SinceKotlin by Simon Ogorodnik · 8 years ago
  63. 2bd8bdf Better separation between analysis and output generation phases by Dmitry Jemerov · 8 years ago
  64. 2ceff9c Fix for GH-136 GH-137 Blank lines inside code blocks are not preserved by Simon Ogorodnik · 8 years ago
  65. 994a867 KT-16262 Dokka does not render suspending function types properly by Simon Ogorodnik · 8 years ago
  66. dcb948e Updated kotlin compiler to version 1.1.0-rc-84 by Simon Ogorodnik · 8 years ago
  67. 64c8f35 Tweaking of sample formatting by Simon Ogorodnik · 8 years ago
  68. 4517ce5 Removed leading newline by Simon Ogorodnik · 8 years ago
  69. cf4bb46 KT-16197 WebDemo: No empty strings #KT-16197 fixed by Simon Ogorodnik · 8 years ago
  70. 372e9c7 KT-15497 Dokka: Using of not-FQ name in @sample should be allowed by Simon Ogorodnik · 8 years ago
  71. 55fbf4f Drop import samples.* for website-samples by Simon Ogorodnik · 8 years ago
  72. f47798e Updated Kotlin Compiler finally and resolved problems by Simon Ogorodnik · 8 years ago
  73. 48167ef Fix for GH-90 by Simon Ogorodnik · 8 years ago
  74. 378be37 KT-14818 Render function type argument names in generated documentation (#116) by Simon Ogorodnik · 8 years ago
  75. 546e8ed Post-review changes, simplified proxies by Simon Ogorodnik · 8 years ago
  76. 13bda73 Now dokka-fatjar complete isolated from poisonous Gradle environment by Simon Ogorodnik · 8 years ago
  77. 039bb97 Fixed tests for sample formats by Simon Ogorodnik · 8 years ago
  78. 9c6ffa3 Added special format for experimental kotlin website samples format by Simon Ogorodnik · 8 years ago
  79. f229fec Set idea.io.use.fallback to "true", to fix idea environment startup warning on windows by Simon Ogorodnik · 8 years ago
  80. 37cbd96 Merge pull request #111 from Kotlin/website-samples by Simon Ogorodnik · 8 years ago
  81. edda34b Merge pull request #119 from Kotlin/0.9.10/GH-115 by Simon Ogorodnik · 8 years ago
  82. f3dd7eb Post-review fixes, removed code duplication, fixed @throws support by Simon Ogorodnik · 8 years ago
  83. 4b2c12c Fix sometimes failing test by Simon Ogorodnik · 8 years ago
  84. 5ab32ba Fix for GH-115, `@param` and `@return` tags is missing in javadoc output by Simon Ogorodnik · 8 years ago
  85. 575caeb Fixup, remove unused imports by Simon Ogorodnik · 8 years ago
  86. 3704bf4 Fix AnalysisEnvironment to configure resolver properly according to latest changes, which is required to proper platform type aliases resolving by Simon Ogorodnik · 8 years ago
  87. 4b86a14 Fixup, added some type alias rendering tests by Simon Ogorodnik · 8 years ago
  88. d769c4d Added javadoc format test for simple typealiases by Simon Ogorodnik · 8 years ago
  89. bac315d Test for previous fix, in/out modifiers not lost by Simon Ogorodnik · 8 years ago
  90. 89d41a1 Fix most of failing tests, by not unwrapping types, if it not abbreviated (Otherwise we will lose in/out variance) by Simon Ogorodnik · 8 years ago
  91. 76c7e32 Type alias support by Simon Ogorodnik · 8 years ago
  92. f0a8037 Fixed test by Simon Ogorodnik · 8 years ago
  93. 31c5633 Updated kotlin-compiler to 1.1-M03 and fixed configuration by Simon Ogorodnik · 8 years ago
  94. 875e7e5 Post review fixes, now building text in single pass. by Simon Ogorodnik · 8 years ago
  95. 47790d1 Replacing assertPrints, assertTrue to println for kotlin-website samples, Added SampleProcessingService to FormatDescriptor by Simon Ogorodnik · 8 years ago
  96. dc99d1f Added //sampleStart //sampleEnd to samples on kotlin website by Simon Ogorodnik · 8 years ago
  97. af81d5a Now all sample blocks in kotlin-website wrapped in <div class="sample" markdown="1">...</div> by Simon Ogorodnik · 8 years ago
  98. 32cfff6 Fix for KT-14603 Do not escape html inside code blocks in markdown (#112) by Simon Ogorodnik · 8 years ago
  99. 15f76be Disabled broken test due not-supported yet typealiases by Simon Ogorodnik · 8 years ago
  100. a014843 Fix for GH-79 , KT-13299 Critical bug, top-level Kotlin functions from libraries not resolved by Simon Ogorodnik · 8 years ago