aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/pickling
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of named type creation from SymDenotations.Martin Odersky2013-11-232-8/+7
* Renaming: typeConstructor -> typeRefMartin Odersky2013-11-222-12/+12
* Various cleanupsMartin Odersky2013-11-181-2/+2
* Converting most uses of NamedType to select.Martin Odersky2013-11-151-6/+6
* Adding a Scala2x flag.Martin Odersky2013-11-061-0/+1
* Fixed unpickling of polymorphic constructors.Martin Odersky2013-10-272-5/+10
* Several bug fixes to typer and classfile reader.Martin Odersky2013-09-281-11/+28
* Added isRef method to determine whether a type is a typeref that refers to a ...Martin Odersky2013-09-262-3/+3
* Fixed a bug related to classfile parsingMartin Odersky2013-09-231-1/+2
* Experimental branch that drops {Term/Type}RefWithSym typesMartin Odersky2013-09-181-4/+4
* Bug fixes and improvements in error diagnostics.Martin Odersky2013-09-161-1/+1
* Fixes handling of modules in namer.Martin Odersky2013-08-202-2/+2
* Refactored scheme for maintaining sourceModule, moduleClass and decls in lazy...Martin Odersky2013-08-202-22/+13
* Some additions to module completionMartin Odersky2013-08-191-2/+2
* Several fixes and refactorings for typecheckingMartin Odersky2013-08-191-13/+16
* Revised typed ClassDef construction.Martin Odersky2013-08-051-1/+4
* Handling typevars in inference.Martin Odersky2013-08-011-1/+1
* Redesign of trees.Martin Odersky2013-07-271-6/+6
* Avoid typeArgs when baseType is involved.Martin Odersky2013-07-221-1/+1
* SeqLiteral refactoringMartin Odersky2013-07-221-2/+3
* Added eta-expansion.Martin Odersky2013-07-221-1/+1
* Added functionality to deal with function applications.Martin Odersky2013-07-112-3/+11
* Forward-ported Jason's fix to setting privateWIthin from Java classfiles.Martin Odersky2013-06-151-0/+1
* Made type parameters left leaning for AndTypes.Martin Odersky2013-06-121-2/+15
* Integrated new treatment of higher-kinded types with Unpickler.Martin Odersky2013-06-071-37/+8
* More tweaks to desugaringMartin Odersky2013-05-231-1/+1
* Made tpd/untpd toplevel objects.Martin Odersky2013-05-222-2/+2
* More tree refactorings.Martin Odersky2013-05-222-2/+3
* Refactored Printing architecture.Martin Odersky2013-05-171-2/+3
* Refactored Printers, Showable and Text into new package dotc.printing.Martin Odersky2013-05-141-1/+1
* Various fixes to trees.Martin Odersky2013-05-121-3/+3
* New tree organization, with untyped trees that closely model source.Martin Odersky2013-04-301-2/+2
* Added TreeBuilder and TreeInfo classes.Martin Odersky2013-04-191-1/+1
* Scanners added.Martin Odersky2013-04-172-2/+2
* Re-organized comparisons of types with classes.Martin Odersky2013-04-102-6/+6
* Removing automatic legal prefix checking.Martin Odersky2013-04-101-1/+1
* Turn off preloading of denotations for unpickled symbols.Martin Odersky2013-04-101-4/+4
* Renamed creation methods of NamedTypesMartin Odersky2013-04-091-6/+5
* Added initial denotations to NamedType where feasible.Martin Odersky2013-04-091-1/+1
* Producing denotations for typeConstructors in ClassInfos early.Martin Odersky2013-04-091-4/+2
* Renaming ClassCompleter -> ClassCoimpleterWithDeclsMartin Odersky2013-04-092-4/+5
* Unpickling now removes ExprTypes nested in PolyTypes.Martin Odersky2013-04-091-1/+5
* Changes to pre complete declsMartin Odersky2013-04-072-7/+8
* RenamingsMartin Odersky2013-04-061-3/+3
* Refactored lazy class completers and module class completers.Martin Odersky2013-04-062-40/+17
* Weakening disambiguation from =:= to matches.Martin Odersky2013-04-051-1/+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
* Use NoType instead of Any as sentinel for upper boundMartin Odersky2013-04-051-1/+1