aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow byname repated parametersMartin Odersky2015-04-241-2/+2
| | | | Implements #499
* Merge pull request #146 from dotty-staging/docs/hk-typo-fixDmitry Petrashko2014-07-191-1/+1
|\ | | | | Fixed typo
| * Fixed typoMartin Odersky2014-07-191-1/+1
| |
* | delete unmatched )Nada Amin2014-07-191-1/+1
| |
* | minor typoNada Amin2014-07-191-1/+1
|/
* Sync with implementationMartin Odersky2014-07-141-51/+100
| | | | Adapted docs so that they reflect what has been implemented.
* fixed typosMartin Odersky2014-05-301-5/+5
|
* Fixed typosMartin Odersky2014-05-301-7/+7
|
* Version 2, picking up on an idea of Adriaan.Martin Odersky2014-05-301-0/+326
|
* Fixed two problems with annotated types in patternsMartin Odersky2014-03-141-3/+3
| | | | | | | | | | Problem 1: The parser did not accept them. It has to accept a "RefinedType" as an ascription, not a "WithType" (as it did before), or even a "SimpleType" (as speced in the SyntaxSummary). Problem 2: Annotations are always typed as expressions. The annotations in question were typed as patterns before. Tests in Patterns.scala and in the Dotty compiler itself.
* New version of syntax-summary, with addition of string interpolators for ↵Martin Odersky2013-05-151-4/+8
| | | | quasi-quotes.
* Lots of fixes to parserMartin Odersky2013-05-121-7/+9
| | | | … and some to grammar.
* Some parser revisionsMartin Odersky2013-05-091-9/+10
| | | | | | (1) Added markup parsers (2) Syntax change relating to modifiers and annotations of primary constructor (3) Review of parsing with bug fixes and simplifications.
* Added a parser.Martin Odersky2013-05-071-70/+90
| | | | | | | | Synced parser and SyntaxSymmary. Parser now produces untyped trees that need to be desugared further. Also some tweaks to position to make it work well. This is a first version.
* Syntax summary for dotty, with indications what trees get generated.Martin Odersky2013-04-301-0/+295