aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/parsing
Commit message (Expand)AuthorAgeFilesLines
* Avoid taking references before toplevel symbols are entered.Martin Odersky2015-11-092-4/+2
* Avoid spurious procedure syntax migration warningMartin Odersky2015-11-091-1/+1
* Add scalaMode and testScalaMode to TypeOpsMartin Odersky2015-11-051-2/+2
* Emit a migration warning in Parser when hitting a Scala2 feature.Martin Odersky2015-11-051-4/+9
* Merge pull request #900 from dotty-staging/fix-#871odersky2015-11-051-3/+15
|\
| * Deal gracefully with missing return types of abstract menthods.Martin Odersky2015-11-011-3/+15
* | Merge pull request #901 from dotty-staging/fix-#851Dmitry Petrashko2015-11-031-1/+1
|\ \
| * | Don't interpreter $init$ as a constructor when parsing Java files.Martin Odersky2015-11-011-1/+1
| |/
* / Parentheses around a wildcard should not produce a lambdaMartin Odersky2015-11-021-0/+1
|/
* Set position on annotations parsed from JavaGuillaume Martres2015-10-291-1/+1
* Hardening of Parser against illegal flag combinationsMartin Odersky2015-10-221-9/+19
* Add -language:Scala2 optionMartin Odersky2015-09-121-3/+7
* Make it a syntactic criterion whether a literal is a legal typeMartin Odersky2015-08-242-2/+4
* Add literal-based singleton types (SIP-23).Martin Odersky2015-08-231-0/+2
* Add @sharable annotationMartin Odersky2015-07-061-2/+2
* Avoid crasher when first token of a program is in errorMartin Odersky2015-06-251-1/+1
* Disallow {...} arguments for annotationsMartin Odersky2015-05-211-2/+2
* Allow AnnotatedType in operands of `with`.Martin Odersky2015-05-211-10/+14
* Allow byname repated parametersMartin Odersky2015-04-241-9/+13
* Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-092-5/+5
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-094-9/+9
* Code simplifications stimulated by SimplifyBooleanExpressionChecker.Dmitry Petrashko2015-04-092-2/+5
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-092-2/+2
* Ensure that start position is <= end position in ParserMartin Odersky2015-03-181-1/+1
* Fix bug which prevented New over type-instantiated aliases.Martin Odersky2015-02-281-6/+1
* Fix erasure of trait infoMartin Odersky2014-12-051-12/+12
* Adapting branch to absence of modifiers in trees.Dmitry Petrashko2014-11-221-25/+25
* create dummy first constructor for Java classesOndrej Lhotak2014-11-221-21/+26
* make annotation classes abstract (since they are interfaces)Ondrej Lhotak2014-11-221-1/+1
* fix calls to tree copier that now requires multiple parameter listsOndrej Lhotak2014-11-221-2/+2
* Flags.Static renamed to JavaStaticOndrej Lhotak2014-11-221-8/+8
* Initial implementation of Java scanner and parserOndrej Lhotak2014-11-226-202/+1780
* Factored out Positioned into separate file.Martin Odersky2014-11-111-0/+1
* Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-102-16/+16
* Postponing desugaring of Try nodes.Dmitry Petrashko2014-10-301-9/+1
* Restructure Try node.Dmitry Petrashko2014-10-301-1/+9
* Added OuterAccessor flag.Martin Odersky2014-09-011-2/+2
* Switched to new cpy scheme.Martin Odersky2014-08-131-1/+1
* Changes to tree copyingMartin Odersky2014-08-131-8/+8
* Fix of pos/t2454Martin Odersky2014-05-301-5/+6
* Fix of t0774: empty fileMartin Odersky2014-03-211-0/+1
* Remove dependency on scala-xml.Dmitry Petrashko2014-03-188-45/+196
* Fixed two problems with annotated types in patternsMartin Odersky2014-03-141-1/+1
* Reorganization of template parents.Martin Odersky2014-03-011-19/+20
* New scheme for attachments.Martin Odersky2014-02-111-1/+3
* Fix for constant foldingMartin Odersky2014-01-151-9/+9
* Make Parsers Dotty-compliant.Martin Odersky2014-01-151-5/+5
* Avoid procedure syntaxMartin Odersky2014-01-143-10/+10
* Fix parsing implicit function literals.Martin Odersky2014-01-131-1/+1
* Avoiding auto-unit insertion.Martin Odersky2013-12-251-2/+2