aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/parsing
Commit message (Expand)AuthorAgeFilesLines
* 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-272-23/+22
* Made reporting framework more lightweight and uniform in preparation of futur...Martin Odersky2013-07-192-3/+3
* 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-225-5/+5
* More tree refactorings.Martin Odersky2013-05-224-23/+20
* Added desugaring.Martin Odersky2013-05-222-16/+19
* Refactored Printing architecture.Martin Odersky2013-05-171-1/+2
* Some fixes to parsers.Martin Odersky2013-05-171-7/+11
* Made precedence common between parsers and printersMartin Odersky2013-05-142-21/+33
* Added conditional warning facilityMartin Odersky2013-05-131-1/+1
* Lots of fixes to parserMartin Odersky2013-05-121-83/+169
* Various fixes to token sets.Martin Odersky2013-05-121-8/+8
* Various fixes to Scanners.Martin Odersky2013-05-121-13/+22
* 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-095-645/+1454
* Improvements in error handling of parserMartin Odersky2013-05-082-147/+141
* Added a parser.Martin Odersky2013-05-075-7/+2047
* New tree organization, with untyped trees that closely model source.Martin Odersky2013-04-302-68/+61
* Modifications in prepation of parsing.Martin Odersky2013-04-234-104/+100
* Fixed build errors.Martin Odersky2013-04-231-65/+65
* Added symbolic XML builderMartin Odersky2013-04-191-0/+262
* Added TreeBuilder and TreeInfo classes.Martin Odersky2013-04-191-0/+548
* Scanners added.Martin Odersky2013-04-173-0/+1260