aboutsummaryrefslogtreecommitdiff
path: root/dottydoc/test
Commit message (Collapse)AuthorAgeFilesLines
* Implement docbase as propertyFelix Mulder2016-10-062-2/+5
|
* Typecheck usecases in fresh local scopeFelix Mulder2016-10-061-1/+1
|
* Move docstring cooking to dottyFelix Mulder2016-10-061-0/+37
|
* Fix cooking of docstringsFelix Mulder2016-10-062-1/+44
|
* Move typing of usecases to `typedClassDef`Felix Mulder2016-10-061-5/+6
|
* Fix type parameters not getting properly typedFelix Mulder2016-10-061-0/+89
|
* Fix name clashes because of `@usecase`Felix Mulder2016-10-061-3/+14
|
* Add `UsecasePhase` to dottydocFelix Mulder2016-10-061-0/+52
|
* Add symbols to Doc AST, needed for `@usecase`Felix Mulder2016-10-062-10/+11
| | | | | Also eliminates the need for comment processing to be part of the `DocASTPhase`, so this should be put into a DocMiniPhase
* Merge pull request #1492 from dotty-staging/add-inlineGuillaume Martres2016-10-061-0/+1
|\ | | | | Implement inline
| * Suppress inline in dottydoc test of standard libraryMartin Odersky2016-10-021-0/+1
| |
* | honor -encoding compiler flag and defaultsMartijn Hoekstra2016-09-071-1/+1
|/ | | | | | | | | rename test/pos/valueclasses to pos_valueclasses tests/pos/valueclasses generates a valueclasses.flags file in /tests/partest-generated/pos that conflicts with the valueClasses.flags file that tests/neg/valueClasses.scala tries to create
* Add phase to deal with constructorsFelix Mulder2016-08-215-31/+242
|
* Move client test to client repoFelix Mulder2016-08-192-48/+15
|
* Implement dotty bridge for docFelix Mulder2016-08-191-3/+2
|
* Implement working docs requiring manually specifying resources and template ↵Felix Mulder2016-08-192-17/+16
| | | | for html docs
* Add scaladoc interface stubFelix Mulder2016-08-191-1/+1
|
* Add `currentEntity` to templating APIFelix Mulder2016-08-191-15/+15
|
* Remove client from dottydoc - no more Scala.JS deps!Felix Mulder2016-08-195-0/+255