aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Syntax summary for dotty, with indications what trees get generated.Martin Odersky2013-04-301-0/+295
* 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-1910-156/+1240
* 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-1729-134/+1749
* 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
* Avoids exponential amount of testing for nested packagesMartin Odersky2013-04-102-3/+4
* Renamed creation methods of NamedTypesMartin Odersky2013-04-0911-29/+26
* Added initial denotations to NamedType where feasible.Martin Odersky2013-04-095-8/+6
* ShowClass tests now run both with -Ydebug and without.Martin Odersky2013-04-093-3/+10
* Producing denotations for typeConstructors in ClassInfos early.Martin Odersky2013-04-092-5/+3
* Cosmetic fix/clarification in Printers.Martin Odersky2013-04-091-5/+5
* Renaming ClassCompleter -> ClassCoimpleterWithDeclsMartin Odersky2013-04-094-12/+20
* Refining refined printers.Martin Odersky2013-04-093-43/+81
* Unpickling now removes ExprTypes nested in PolyTypes.Martin Odersky2013-04-091-1/+5
* Fix to typeParamNamed.Martin Odersky2013-04-091-2/+2
* Fixes to originalName and allOverrddenSymbols.Martin Odersky2013-04-091-4/+6
* Extension mechanism which allows to add more properties to contexts.Martin Odersky2013-04-091-0/+9
* More refinements to classfile loading.Martin Odersky2013-04-084-11/+14
* Changes to pre complete declsMartin Odersky2013-04-0712-46/+67
* Added filter utility method to Scopeā€¦Martin Odersky2013-04-071-5/+9
* RenamingsMartin Odersky2013-04-064-14/+14
* Refactored lazy class completers and module class completers.Martin Odersky2013-04-065-84/+44
* Weakening disambiguation from =:= to matches.Martin Odersky2013-04-052-4/+4
* Added case for ThisType#typeSymbol.Martin Odersky2013-04-051-0/+1
* Moved logic from setClassInfo to completer.Martin Odersky2013-04-051-15/+15
* Adapted backlisting in test framework to new module class name scheme.Martin Odersky2013-04-051-2/+3
* Pre-initializing Unpickler NamedTypes with their Denotations.Martin Odersky2013-04-052-3/+3
* Fixed sourceModule fallback, adapting to new module class naming scheme.Martin Odersky2013-04-051-5/+7
* Weakinging of AndType invariant.Martin Odersky2013-04-051-2/+1
* Use NoType instead of Any as sentinel for upper boundMartin Odersky2013-04-051-1/+1
* Made Erroneous a pre-complete flag.Martin Odersky2013-04-051-1/+2
* Made & , | NoType-aware.Martin Odersky2013-04-054-10/+9
* More tests in worksheets.Martin Odersky2013-04-057-18/+99
* Made module class names end in '$'.Martin Odersky2013-04-055-14/+35
* Fix to array erasure.Martin Odersky2013-04-051-2/+3
* Fix to flag translation.Martin Odersky2013-04-051-2/+2