aboutsummaryrefslogtreecommitdiff
path: root/docs/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update intructions to run a single testOlivier Blanvillain2017-04-132-14/+8
| | | | I removed the `|` part, it's not possible anymore right?
* Support comma-separated enum constantsMartin Odersky2017-04-041-1/+1
|
* Fix typo in syntaxMartin Odersky2017-04-041-1/+1
|
* Simplify syntaxMartin Odersky2017-04-041-3/+3
| | | | `enum' only allowed as a prefix of classes, dropped from traits and objects.
* Add enum syntaxMartin Odersky2017-04-041-4/+13
| | | | Modify syntax.md and Tokens/Parser/untpd to support enums.
* Add documentation for new parallel testing suiteFelix Mulder2017-03-303-7/+107
|
* Drop named type parameters in classesMartin Odersky2017-03-041-2/+2
| | | | | | | | | | | | | Drop the [type T] syntax, and what's associated to make it work. Motivation: It's an alternative way of doing things for which there seems to be little need. The implementation was provisional and bitrotted during the various iterations to introduce higher-kinded types. So in the end the complxity-cost for language and compiler was not worth the added benefit that [type T] parameters provide. Noe that we still accept _named arguments_ [A = T] in expressions; these are useful for specifying some parameters and letting others be inferred.
* add document for debug testsliu fengyun2017-02-101-0/+124
|
* Refactor Wiki/Markdown commentFelix Mulder2017-01-311-6/+6
|
* Document dottydoc capabilities, add anchored headersFelix Mulder2017-01-311-0/+260
|
* Fix dotty docs gen, scrollFelix Mulder2017-01-311-4/+4
|
* Port old site to dottydocFelix Mulder2017-01-3119-48/+177
|
* Update links and source (#1862)senia-psm2016-12-271-11/+20
|
* Merge pull request #1849 from b-studios/topic/syntax-spec-docsodersky2016-12-262-0/+357
|\ | | | | Topic/syntax spec docs
| * Add a link from internals index to syntax summaryJonathan Brachthäuser2016-12-221-0/+1
| |
| * Add tree annotations back inJonathan Brachthäuser2016-12-221-88/+92
| |
| * More cosmetiquesJonathan Brachthäuser2016-12-211-10/+4
| |
| * Move ExprInParens and BlockResultJonathan Brachthäuser2016-12-211-8/+12
| |
| * Cosmetique changes and fix typosJonathan Brachthäuser2016-12-211-14/+11
| |
| * Remove tex commentJonathan Brachthäuser2016-12-211-1/+1
| |
| * Fill in definitions from 2.12Jonathan Brachthäuser2016-12-211-8/+11
| |
| * Fix typos, remove unused defs, adopt hexNumeral to 2.12 grammarJonathan Brachthäuser2016-12-211-3/+2
| |
| * Replace tex code in the same way as the scala 2.12 syntax docJonathan Brachthäuser2016-12-211-11/+13
| |
| * Split into sectionsJonathan Brachthäuser2016-12-211-0/+13
| |
| * Change quoting of terminalsJonathan Brachthäuser2016-12-211-176/+177
| |
| * Remove tree annotationsJonathan Brachthäuser2016-12-211-90/+90
| |
| * dedentJonathan Brachthäuser2016-12-211-308/+308
| |
| * Replace tex headers by markdown headersJonathan Brachthäuser2016-12-211-8/+10
| |
| * Add markdown headerJonathan Brachthäuser2016-12-211-5/+15
| |
| * Start with tex-based syntax descriptionJonathan Brachthäuser2016-12-211-0/+327
| |
* | Minor change to have proper markdownsRaymond Tay2016-12-221-14/+14
| |
* | Point readers to correct file locationRaymond Tay2016-12-221-2/+2
|/
* Remove unused examples dir, duplicate contained in tests/posFelix Mulder2016-11-221-2/+2
|
* Update documentation for new sbt commandsFelix Mulder2016-11-223-20/+57
|
* Resync copy of the type diagram in docsPaolo G. Giarrusso2016-11-071-3/+8
| | | | | | | Also add a note that the two diagrams should be kept in sync, both ways, so there's a chance that the copies are kept in sync. Alternatively one could drop a copy.
* Fix #1674: add search to doc siteFelix Mulder2016-11-0714-40/+10
|
* Remove broken link in docs indexFelix Mulder2016-10-311-1/+1
|
* cbt dotty usageJan Christopher Vogt2016-10-111-0/+19
|
* Migrate dotty.epfl.ch to static site in repositoryFelix Mulder2016-10-0716-0/+1518