aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/parsing/Parsers.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix erasure of trait infoMartin Odersky2014-12-051-12/+12
* Initial implementation of Java scanner and parserOndrej Lhotak2014-11-221-41/+49
* Factored out Positioned into separate file.Martin Odersky2014-11-111-0/+1
* Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-101-12/+12
* 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-181-4/+0
* 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
* Make Parsers Dotty-compliant.Martin Odersky2014-01-151-5/+5
* Fix parsing implicit function literals.Martin Odersky2014-01-131-1/+1
* Avoiding auto-unit insertion.Martin Odersky2013-12-251-2/+2
* Typing by-name parameters with ExprTypes.Martin Odersky2013-12-221-2/+2
* Fix in parsing annotations.Martin Odersky2013-12-221-1/+1
* Making sure New's always end in an application.Martin Odersky2013-12-181-2/+2
* Small cleanups to scanning and parsing.Martin Odersky2013-12-161-23/+14
* Fix to parsing infix types.Martin Odersky2013-12-081-2/+3
* Parsing and desugaring fixes for blocks.Martin Odersky2013-10-241-1/+1
* Several bug fixes to typer and classfile reader.Martin Odersky2013-09-281-1/+6
* Added wildcard argument handling to parsingMartin Odersky2013-08-251-8/+59
* More typer bug fixes and improvements in error messagesMartin Odersky2013-08-221-1/+1
* Redesign of trees.Martin Odersky2013-07-271-22/+22
* Made reporting framework more lightweight and uniform in preparation of futur...Martin Odersky2013-07-191-2/+2
* Removed ClassDef as a Tree node class.Martin Odersky2013-06-151-2/+2
* Dropping type parameters from typed TypeDefs.Martin Odersky2013-06-131-4/+4
* Refactoring: breaking out desugaring into its own object.Martin Odersky2013-06-041-7/+5
* Refactorings: ModDefTree renamed to MemberDef and removed EmptyFlags comparis...Martin Odersky2013-06-031-4/+4
* More solid design of Namer with some Typer bits added.Martin Odersky2013-06-031-5/+5
* wip, because I have to get off this machine.Martin Odersky2013-05-301-3/+3
* Making EmptyTree a special case of TempTreesMartin Odersky2013-05-251-18/+18
* Parser tweaks to handling new and templates.Martin Odersky2013-05-241-13/+36
* Made tpd/untpd toplevel objects.Martin Odersky2013-05-221-1/+1
* More tree refactorings.Martin Odersky2013-05-221-16/+15
* Added desugaring.Martin Odersky2013-05-221-13/+16
* Some fixes to parsers.Martin Odersky2013-05-171-7/+11
* Made precedence common between parsers and printersMartin Odersky2013-05-141-21/+1
* Added conditional warning facilityMartin Odersky2013-05-131-1/+1
* Lots of fixes to parserMartin Odersky2013-05-121-83/+169
* Refactored and augmented source positions.Martin Odersky2013-05-101-2/+6
* Two small tweaks to parserMartin Odersky2013-05-101-2/+4
* Some parser revisionsMartin Odersky2013-05-091-525/+451
* Improvements in error handling of parserMartin Odersky2013-05-081-146/+137
* Added a parser.Martin Odersky2013-05-071-0/+2037