aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* NameTransformer.encode now goes from names to names.Martin Odersky2013-05-244-16/+16
* More tweaks to desugaringMartin Odersky2013-05-234-46/+92
* Moved TempTrees to Trees, get automatically flattened in transforms.Martin Odersky2013-05-233-32/+33
* Eliminating Trees.TypedTree and Trees.UntypedTreeMartin Odersky2013-05-224-31/+32
* Made tpd/untpd toplevel objects.Martin Odersky2013-05-2218-711/+706
* More tree refactorings.Martin Odersky2013-05-2221-779/+781
* 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-1720-567/+906
* Some fixes to parsers.Martin Odersky2013-05-171-7/+11
* 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-1412-23/+27
* 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-121-0/+18
* Lots of fixes to parserMartin Odersky2013-05-121-83/+169
* 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
* Fixes to tree printingMartin Odersky2013-05-121-2/+3
* Various fixes to Positions.Martin Odersky2013-05-121-20/+42
* Making Abstract a common flag.Martin Odersky2013-05-121-18/+20
* Cleanup printing of positions.Martin Odersky2013-05-121-3/+3
* Refactored and augmented source positions.Martin Odersky2013-05-108-36/+60
* Added locator for untyped trees.Martin Odersky2013-05-101-0/+13
* Two small tweaks to parserMartin Odersky2013-05-101-2/+4
* Some parser revisionsMartin Odersky2013-05-096-646/+1459
* Improvements in error handling of parserMartin Odersky2013-05-083-147/+143
* Added a parser.Martin Odersky2013-05-0712-123/+2146
* New tree organization, with untyped trees that closely model source.Martin Odersky2013-04-307-264/+229
* Small fixes prompted by last week's code walkthrough.Martin Odersky2013-04-303-14/+29
* Re-vamping of positions, and split into synthetic and source-derived.Martin Odersky2013-04-301-28/+72
* Modifications in prepation of parsing.Martin Odersky2013-04-2312-154/+285
* Changed classSymbol so that it returns traits as well as classes.Martin Odersky2013-04-231-11/+9
* Making fields in MethodType, PolyType strict to avoid context capturing.Martin Odersky2013-04-231-4/+5
* Fixed build errors.Martin Odersky2013-04-232-66/+66
* Some annotations and changes prompted by the code walkthrough.Martin Odersky2013-04-223-14/+22
* Added symbolic XML builderMartin Odersky2013-04-196-2/+271
* Added TreeBuilder and TreeInfo classes.Martin Odersky2013-04-199-155/+1239
* Added some predefined methods in Definitions.Martin Odersky2013-04-197-93/+214
* Commented out pluggable transformers.Martin Odersky2013-04-171-2/+2
* Scanners added.Martin Odersky2013-04-1727-134/+1690
* Logging deep subtype recusionsMartin Odersky2013-04-101-1/+3
* Consolidation isStatic, isStaticOwner, owner is PackageMartin Odersky2013-04-102-2/+2
* Re-organized comparisons of types with classes.Martin Odersky2013-04-1011-40/+51
* Removing automatic legal prefix checking.Martin Odersky2013-04-105-19/+40
* Turn off preloading of denotations for unpickled symbols.Martin Odersky2013-04-101-4/+4
* Renamed creation methods of NamedTypesMartin Odersky2013-04-0910-28/+25
* Added initial denotations to NamedType where feasible.Martin Odersky2013-04-094-7/+5