aboutsummaryrefslogtreecommitdiff
path: root/doc-tool
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #1880 from dotty-staging/improve-whitelist-infrastructureodersky2017-01-121-13/+3
|\ | | | | Improve whitelist infrastructure.
| * Add stdlib whitelist loader.Nicolas Stucki2017-01-051-13/+3
| |
* | Bump version from 0.1-SNAPSHOT to 0.1.1-SNAPSHOTGuillaume Martres2017-01-081-1/+1
|/ | | | | | | | | | | | | | This is useful for two reasons: - All published Scala versions are of the form a.b.c and some tooling expect that, like sbt CrossVersion API. - Using 0.1.1 instead of 0.1.0 means that we match the version number of dotty-sbt-bridge, this is simpler and means that in the future sbt could automatically choose the correct version of dotty-sbt-bridge so that the user does not need to specify scalaCompilerBridgeSource in his build.sbt Note: it's awful that we have hardcoded paths to jars and that I had to change them, but I won't fix that now.
* Fix dottydoc ast phaseFelix Mulder2016-12-201-1/+1
|
* Fix #1794: handle TermRef result types in dottydocFelix Mulder2016-12-192-25/+42
|
* Fix remaining tests with incorrect paths following moveGuillaume Martres2016-11-222-3/+3
|
* Move `dottydoc` -> `doc-tool`Felix Mulder2016-11-2235-0/+3776