aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/parsing/Parsers.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite loop in parser when parsing enumsFelix Mulder2017-04-171-1/+1
* Rename NameExtractor -> NameKindMartin Odersky2017-04-111-2/+1
* Make freshName semanticMartin Odersky2017-04-111-3/+4
* Rename PolyTypeTree -> LambdaTypeTreeMartin Odersky2017-04-061-1/+1
* Support comma-separated enum constantsMartin Odersky2017-04-041-7/+12
* Change handling of enum defs.Martin Odersky2017-04-041-12/+29
* Simplify syntaxMartin Odersky2017-04-041-6/+3
* Don't pass docstring as a parameter.Martin Odersky2017-04-041-39/+33
* Add enum syntaxMartin Odersky2017-04-041-25/+91
* Fix varargs in methods and constructors (#2135)Igor Mielientiev2017-03-221-1/+21
* Drop named type parameters in classesMartin Odersky2017-03-041-21/+13
* Better location to indicate the errorEnno Runne2017-02-271-1/+1
* Change 'private, protected, or this expected' to MessageEnno Runne2017-02-231-3/+4
* Fix #2009: Fix placeholder params logic for lambdas (#2019)odersky2017-02-221-7/+9
* Incorporated comments from @felixmulderEnno Runne2017-02-201-4/+4
* Change 'mixed left- and right-associative operators' to MessageEnno Runne2017-02-201-8/+7
* Change '... expected but found ...' to MessageEnno Runne2017-02-141-9/+5
* Fix parsing annotation on function typeGuillaume Martres2017-02-121-1/+5
* Merge pull request #1941 from dotty-staging/fix/infix-posodersky2017-02-081-14/+12
|\
| * Represent untyped operators as Ident instead of NameGuillaume Martres2017-02-051-14/+12
* | Allow implicit-by-name parametersMartin Odersky2017-02-081-6/+2
|/
* Improve error position and drop second error since it is prunedJonathan Brachthäuser2017-01-081-1/+1
* Replace all occurrences of Id, ident or Ident with idJonathan Brachthäuser2017-01-081-36/+36
* Add error message for dangling this in path selectionsJonathan Brachthäuser2017-01-081-1/+1
* Add error message for unbound wildcard type.Jarrod Janssen2017-01-021-1/+1
* Fix #1716: Don't allow wildcards as type arguments to methodsMartin Odersky2016-12-251-8/+12
* Add error messages - Parsers.scala:712 (#1842)Adam Trousdale2016-12-211-1/+1
* Merge pull request #1822 from dotty-staging/fix-#1792odersky2016-12-181-0/+2
|\
| * Fix #1792: Allow newline in front of `{` when supporting procedure syntax.Martin Odersky2016-12-141-0/+2
* | Add code to disable old implicit closure syntax in blocksMartin Odersky2016-12-171-1/+11
* | Generalize syntax for implicit function valuesMartin Odersky2016-12-171-43/+74
* | Cleanup of implicit modifiers schemeMartin Odersky2016-12-171-13/+12
* | Add syntax for implicit functionsMartin Odersky2016-12-171-5/+11
* | only allow $_ in patternsliu fengyun2016-12-121-6/+6
* | fix #1779: support $_ and $_id in interpolated stringliu fengyun2016-12-081-0/+4
|/
* Rename ...Pos to ...Offset and add pointOffsetMartin Odersky2016-11-241-36/+37
* More robust scheme for taking start/end of positions when parsingMartin Odersky2016-11-241-31/+40
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+2309