aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/parsing
Commit message (Expand)AuthorAgeFilesLines
* Fix #1292: give position when failing to emit switch on annotated matchFelix Mulder2016-06-021-2/+2
* Fix issues with `enterBlock` for comment parsingFelix Mulder2016-04-112-4/+4
* Remove old datastructure for commentsFelix Mulder2016-04-071-7/+0
* Add commandline argument `-Ykeep-comments` to remove hardcodingFelix Mulder2016-04-071-7/+9
* Implement comments as attachments instead of tree membersFelix Mulder2016-04-072-13/+9
* Change tests to be based on JUnit, rename comments variableFelix Mulder2016-04-071-9/+9
* Add docstring support for types, vals, vars and defsFelix Mulder2016-04-071-11/+13
* Fix association of docstrings based on posisitionFelix Mulder2016-04-072-10/+21
* Add package object supportFelix Mulder2016-04-071-5/+6
* Add ability to parse nested classes/traits docstringsFelix Mulder2016-04-072-25/+38
* Fix traits w/o bodies not getting the correct docstringFelix Mulder2016-04-071-9/+6
* Add tests for classes and traitsFelix Mulder2016-04-071-1/+2
* Add initial support for raw docstrings in ASTsFelix Mulder2016-04-072-9/+32
* Merge pull request #1184 from liufengyun/error-posodersky2016-03-222-2/+6
|\
| * better positioning of `_*` not last argument errorliu fengyun2016-03-182-2/+6
* | support `xs @ _*` and `_*` in Scala2 modeliu fengyun2016-03-181-5/+34
|/
* Merge pull request #1154 from dotty-staging/add-rewriteodersky2016-03-182-5/+13
|\
| * Address reviewer comments.Martin Odersky2016-03-141-1/+3
| * Fix patch for constructors with procedure syntaxMartin Odersky2016-03-121-6/+7
| * Untangle withAnnotation naming.Martin Odersky2016-03-121-1/+1
| * Better encapsulationMartin Odersky2016-03-121-1/+1
| * Add patching functionality for migrationMartin Odersky2016-03-121-1/+6
* | make token declarations consistentliu fengyun2016-03-141-2/+2
|/
* Allow successive opening comments.Martin Odersky2016-03-071-11/+11
* Allow Named Arguments in TypeArgsMartin Odersky2016-02-191-2/+2
* First version of named type argumentsMartin Odersky2016-02-191-5/+35
* Support named type parametersMartin Odersky2016-02-191-1/+1
* Improve migration message for Scala 2 proceduresGuillaume Martres2016-01-141-1/+1
* Fix parsing of blocks that end in an importMartin Odersky2015-12-191-1/+2
* 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