aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added new classSymbol method for Types.Martin Odersky2013-04-051-1/+26
* Ensures ScalaValueClasses are properly initialized.Martin Odersky2013-04-051-2/+12
* Refactored test frameworkMartin Odersky2013-04-0510-30/+82
* Added some tracing to asSeenFrom.Martin Odersky2013-04-051-4/+5
* Fixed hashcode computation.Martin Odersky2013-04-051-2/+2
* Adding debug code to disambiguation.Martin Odersky2013-04-051-2/+11
* Small change to disjointAsSeenFrom.Martin Odersky2013-04-051-1/+1
* Fix to pareamSignatire for arrays.Martin Odersky2013-04-051-1/+1
* Fix to superId.Martin Odersky2013-04-051-5/+5
* Fixes to baseType; now respects linearization order.Martin Odersky2013-04-051-22/+14
* Consolidated tracing under -YdebugTrace.Martin Odersky2013-04-0410-14/+33
* Fxing cyclic references during findMemberMartin Odersky2013-04-042-37/+38
* Trying to get at the root of cyclic reference problems.Martin Odersky2013-04-045-28/+35
* Improvements in tracing and some Type fixes.Martin Odersky2013-04-039-75/+103
* Getting rid of forceProperType in UnpicklersMartin Odersky2013-03-261-14/+4
* Some more fixes of classfile reading.Martin Odersky2013-03-265-10/+12
* More fixes to classfile reading.Martin Odersky2013-03-259-110/+172
* More fixes for classfile reading.Martin Odersky2013-03-2510-27/+77
* More fixes to classfile loading.Martin Odersky2013-03-246-4/+36