aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Distribute & into TypeTypes.Martin Odersky2013-06-181-2/+28
* Added typedIdent method.Martin Odersky2013-06-189-16/+249
* Added typer.ModeMartin Odersky2013-06-175-16/+33
* Removed ClassDef as a Tree node class.Martin Odersky2013-06-1510-67/+55
* Forward-ported Jason's fix to setting privateWIthin from Java classfiles.Martin Odersky2013-06-151-0/+1
* Dropping type parameters from typed TypeDefs.Martin Odersky2013-06-1311-119/+92
* Removed dead code.Martin Odersky2013-06-121-2/+0
* Made type parameters left leaning for AndTypes.Martin Odersky2013-06-122-38/+60
* Made pos a total method on Symbols, returns NoSymbol if undefined.Martin Odersky2013-06-121-3/+3
* Integrated new treatment of higher-kinded types with Unpickler.Martin Odersky2013-06-077-160/+69
* Added support for eliminating type parameters from TypeDefs.Martin Odersky2013-06-073-6/+168
* Added `pos` meethod to symbols.Martin Odersky2013-06-071-0/+5
* Namer redesign.Martin Odersky2013-06-067-161/+225
* Changed meaning of typeParamsMartin Odersky2013-06-061-7/+15
* wip - partial redesign of namer/typerMartin Odersky2013-06-053-186/+187
* Refactoring: breaking out desugaring into its own object.Martin Odersky2013-06-0415-689/+689
* Refactorings: ModDefTree renamed to MemberDef and removed EmptyFlags comparis...Martin Odersky2013-06-035-17/+17
* More solid design of Namer with some Typer bits added.Martin Odersky2013-06-0311-87/+454
* wip, because I have to get off this machine.Martin Odersky2013-05-3013-98/+241
* wip namer.Martin Odersky2013-05-289-22/+191
* TempTrees -> ThicketMartin Odersky2013-05-273-131/+67
* Making use of specialized TempTrees constructors.Martin Odersky2013-05-252-2/+2
* Making EmptyTree a special case of TempTreesMartin Odersky2013-05-257-67/+65
* Made TempTrees array-backed.Martin Odersky2013-05-253-25/+97
* Added tests for desugaring.Martin Odersky2013-05-246-24/+244
* Improvements to printing trees.Martin Odersky2013-05-242-40/+47
* Improvements to desugaringMartin Odersky2013-05-243-40/+207
* Parser tweaks to handling new and templates.Martin Odersky2013-05-242-15/+39
* NameTransformer.encode now goes from names to names.Martin Odersky2013-05-244-16/+16
* More tweaks to desugaringMartin Odersky2013-05-235-49/+102
* Moved TempTrees to Trees, get automatically flattened in transforms.Martin Odersky2013-05-234-32/+41
* Eliminating Trees.TypedTree and Trees.UntypedTreeMartin Odersky2013-05-224-31/+32
* Made tpd/untpd toplevel objects.Martin Odersky2013-05-2221-714/+709
* More tree refactorings.Martin Odersky2013-05-2224-783/+786
* Added desugaring.Martin Odersky2013-05-2211-88/+506
* Fix to typechecking of Try nodes.Martin Odersky2013-05-171-7/+4
* Refactored Printing architecture.Martin Odersky2013-05-1723-572/+924
* Some fixes to parsers.Martin Odersky2013-05-171-7/+11
* New version of syntax-summary, with addition of string interpolators for quas...Martin Odersky2013-05-151-4/+8
* Made precedence common between parsers and printersMartin Odersky2013-05-143-28/+43
* Refactored Printers, Showable and Text into new package dotc.printing.Martin Odersky2013-05-1414-25/+29
* New parser testsMartin Odersky2013-05-133-3/+72
* First tiny bit of statistics.Martin Odersky2013-05-132-0/+13
* Added conditional warning facilityMartin Odersky2013-05-135-14/+40
* new tests and worksheetsMartin Odersky2013-05-125-0/+113
* Lots of fixes to parserMartin Odersky2013-05-122-90/+178
* Various fixes to trees.Martin Odersky2013-05-124-24/+30
* Various fixes to token sets.Martin Odersky2013-05-121-8/+8
* Adding toString to Source positions.Martin Odersky2013-05-121-1/+5
* Various fixes to Scanners.Martin Odersky2013-05-121-13/+22