aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Port old site to dottydocFelix Mulder2017-01-3136-611/+92
* Add blog layoutFelix Mulder2017-01-315-7/+71
* Add `site.posts` and make DefaultParams typesafeFelix Mulder2017-01-314-16/+142
* Add `firstParagraph` to `Page`Felix Mulder2017-01-311-0/+28
* Unwrap strings in YAML front-matterFelix Mulder2017-01-311-1/+5
* Remove `Context` from site generationFelix Mulder2017-01-314-25/+26
* Make `Page#yaml` be `Map[String, String | List[String]]`Felix Mulder2017-01-313-9/+12
* Add `reverse` filterFelix Mulder2017-01-311-5/+9
* Add blog genFelix Mulder2017-01-312-18/+70
* Allow extras in main templateFelix Mulder2017-01-311-3/+15
* Better naming in doc layoutFelix Mulder2017-01-311-7/+7
* Add initial defaults to page generationFelix Mulder2017-01-3114-64/+420
* Add static site gen to dottydoc mainFelix Mulder2017-01-314-7/+89
* Implement site structure discoveryFelix Mulder2017-01-313-10/+92
* Implement `{% include 'template' %}` featureFelix Mulder2017-01-317-41/+125
* Preserve `page` object on expansionFelix Mulder2017-01-313-4/+44
* Fix recursive expansion of templatesFelix Mulder2017-01-315-15/+44
* Add beginnings of Site classFelix Mulder2017-01-313-0/+139
* Add resource dir to dottydocFelix Mulder2017-01-311-0/+2
* Add `Page` trait with concrete classes for HTML and MDFelix Mulder2017-01-312-13/+83
* Add initial page rendering using liquid and yaml front matterFelix Mulder2017-01-314-1/+125
* Implement shortening of Markdown AST for summariesFelix Mulder2017-01-315-35/+163
* Add ability to completely parse docstring with md or wikiFelix Mulder2017-01-313-7/+142
* Factor out WikiParser from CommentParserFelix Mulder2017-01-313-654/+591
* Document `IsInstanceOfEvaluator` using markdown style docstringsFelix Mulder2017-01-312-28/+37
* Add markdown parsing to dottydocFelix Mulder2017-01-3111-57/+388
* Rename `DottyTest` in dottydoc to `DottyDocTest`Felix Mulder2017-01-316-8/+6
* Split Dottydoc.scala into separate filesFelix Mulder2017-01-315-90/+107
* Fix doc compilation of dotty itselfFelix Mulder2017-01-311-1/+6
* Remove dead code from pattern match in doc factoriesFelix Mulder2017-01-311-2/+0
* Add test programs to generate docsFelix Mulder2017-01-312-2/+76
* Fix doc package structureFelix Mulder2017-01-312-10/+7
* Make dottydoc main available for Java instancesFelix Mulder2017-01-314-28/+33
* Merge pull request #1920 from dotty-staging/fix-#1916Nicolas Stucki2017-01-312-3/+5
|\
| * Fix #1916 - fix erasure of xxl closuresMartin Odersky2017-01-312-3/+5
|/
* Merge pull request #1913 from dotty-staging/fix-#1750odersky2017-01-3010-14/+59
|\
| * Fix #1750: Handle illegal class overrides betterMartin Odersky2017-01-2910-14/+59
|/
* Merge pull request #1896 from dotty-staging/fix/bootstrapGuillaume Martres2017-01-2818-146/+194
|\
| * Add meta project dotty-bootstrappedGuillaume Martres2017-01-282-1/+7
| * .drone.yml: Give more resources to the JVM used by sbtGuillaume Martres2017-01-281-1/+1
| * sbt.ExtractDependencies: avoid false dependenciesGuillaume Martres2017-01-281-1/+1
| * Workaround #1895: Bringing a symbol to a new run is brokenGuillaume Martres2017-01-283-5/+19
| * Workaroud #1856: recursively calling a lazy val works differently in DottyGuillaume Martres2017-01-282-2/+21
| * Fix bug in partest.DPConsoleRunnerGuillaume Martres2017-01-281-4/+4
| * Workaround #1770: Run changeOwner at group end in ElimByNameGuillaume Martres2017-01-281-1/+5
| * dotty.ShowTests: fix cyclic references involving implicit valuesGuillaume Martres2017-01-281-2/+2
| * Fix some dotty compilation errorsGuillaume Martres2017-01-284-6/+12
| * Use new sbt-based bootstrap for partest tooGuillaume Martres2017-01-272-51/+8
| * Enable sbt-based bootstrap in the CIGuillaume Martres2017-01-271-0/+1
| * Add sbt-based bootstrapGuillaume Martres2017-01-271-50/+96