Age | Commit message (Expand) | Author |
2014-10-13 | Include builtins | Ilya Ryzhenkov |
2014-10-13 | Fix extension properties | Ilya Ryzhenkov |
2014-10-13 | Fix generation, add memory. | Ilya Ryzhenkov |
2014-10-12 | Cleanup | Ilya Ryzhenkov |
2014-10-12 | Remove obsolete code. | Ilya Ryzhenkov |
2014-10-12 | Convert visitors to top-down builder | Ilya Ryzhenkov |
2014-10-12 | Merge pull request #1 from kisenka/kotlin-website-formatter | Ilya Ryzhenkov |
2014-10-10 | Formatter for Kotlin website added | kisenka |
2014-10-10 | Added necessary newline after YAML Frontmatter section in Jekyll formatter | kisenka |
2014-10-10 | Fix code block formating in Markdown formatter | kisenka |
2014-10-10 | Change formatter to KotlinWebsiteFormatService | kisenka |
2014-10-10 | Fix Markdown table syntax. | kisenka |
2014-10-10 | Make Jekyll formatter extendable | kisenka |
2014-10-03 | Unify link resolution for short and full forms, remove ContentNameLink. | Ilya Ryzhenkov |
2014-10-03 | Resolve links to symbols with custom text | Ilya Ryzhenkov |
2014-10-03 | Resolve links in docs. | Ilya Ryzhenkov |
2014-10-03 | Fix visibility filtering. | Ilya Ryzhenkov |
2014-10-03 | Constructors, variance, links and styles. | Ilya Ryzhenkov |
2014-10-03 | Fix relative path. | Ilya Ryzhenkov |
2014-10-03 | Cross-reference links on types, relative locations. | Ilya Ryzhenkov |
2014-10-03 | Language Service now formats to ContentNode instead of String. | Ilya Ryzhenkov |
2014-10-03 | Work on cross-references. | Ilya Ryzhenkov |
2014-09-29 | Fix rendering | Ilya Ryzhenkov |
2014-09-29 | Lexing/parsing better. | Ilya Ryzhenkov |
2014-09-29 | ## Extract content model, make doc model independent from descriptors, parse ... | Ilya Ryzhenkov |
2014-09-29 | Extract content model, make doc model independent from descriptors, parse doc... | Ilya Ryzhenkov |
2014-09-26 | Continue markdown processing | Ilya Ryzhenkov |
2014-09-26 | Update to fresh kotlin. | Ilya Ryzhenkov |
2014-09-25 | Add generated parser, lexer and some tests. | Ilya Ryzhenkov |
2014-09-25 | Markdown, sections, styles and lots more. | Ilya Ryzhenkov |
2014-09-25 | Make test run configuration a singleton. | Ilya Ryzhenkov |
2014-09-19 | Review and fixes. | Ilya Ryzhenkov |
2014-09-19 | Update tests to work with RichString. | Ilya Ryzhenkov |
2014-09-19 | Convert content to RichString and establish resolution service for links. | Ilya Ryzhenkov |
2014-09-19 | Synchronize to Kotlin compiler API. | Ilya Ryzhenkov |
2014-08-21 | LinkedHashMap is now default for groupBy in stdlib. | Ilya Ryzhenkov |
2014-08-21 | Update to Kotlin API | Ilya Ryzhenkov |
2014-07-16 | Add DocumentationOptions to support non-public API docs (used in tests) | Ilya Ryzhenkov |
2014-07-16 | Add ignored test for mixed Java + Kotlin | Ilya Ryzhenkov |
2014-07-16 | Use alternative way to get exhaust. | Ilya Ryzhenkov |
2014-07-15 | Support tables in formatters and add proper escaping of html | Ilya Ryzhenkov |
2014-07-15 | Add some folders to gitignore | Ilya Ryzhenkov |
2014-07-15 | Add gitignore | Ilya Ryzhenkov |
2014-07-15 | Point to github pages for docs. | Ilya Ryzhenkov |
2014-07-15 | Improve rendering of lambdas, escape html symbols. | Ilya Ryzhenkov |
2014-07-15 | Speed up analysis by not processing function bodies. | Ilya Ryzhenkov |
2014-07-15 | Cleanup | Ilya Ryzhenkov |
2014-07-15 | Filter non-user and non-public api | Ilya Ryzhenkov |
2014-07-15 | Format links and tables in markdown (hardcoded) | Ilya Ryzhenkov |
2014-07-15 | Progress logging | Ilya Ryzhenkov |