aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-091-39/+77
* 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-082-4/+1
* Changes to pre complete declsMartin Odersky2013-04-079-43/+57
* 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-064-81/+41
* Weakening disambiguation from =:= to matches.Martin Odersky2013-04-051-1/+1
* Added case for ThisType#typeSymbol.Martin Odersky2013-04-051-0/+1
* Moved logic from setClassInfo to completer.Martin Odersky2013-04-051-15/+15
* Pre-initializing Unpickler NamedTypes with their Denotations.Martin Odersky2013-04-051-1/+1
* 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-053-8/+8