aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/pickling/UnPickler.scala
Commit message (Expand)AuthorAgeFilesLines
* Reverted: Avoid using TypeBounds in alias refinements.Martin Odersky2014-02-211-8/+7
* Avoid using TypeBounds in alias refinements.Martin Odersky2014-02-211-7/+8
* Symbol loaders no longer complete with creation contextMartin Odersky2014-02-091-108/+106
* Making completer take an implicit contextMartin Odersky2014-02-091-2/+2
* Replacing most occurrences of HashMap with AnyRefMapMartin Odersky2014-01-301-2/+2
* Making files in pickling dotty-compliant.Martin Odersky2014-01-141-5/+5
* Add type parameters to synthetic constructors.Martin Odersky2014-01-101-1/+5
* Some cleanups.Martin Odersky2014-01-021-1/+2
* Module classes are now entered into owner's scope when unpickled.Martin Odersky2013-12-261-1/+1
* Fixing unpickling of refinements.Martin Odersky2013-12-261-3/+6
* Typing by-name parameters with ExprTypes.Martin Odersky2013-12-221-4/+2
* Generalized ensure constructor logic from Java classes to all classes or trai...Martin Odersky2013-12-221-0/+4
* Normalize parents to be class refsMartin Odersky2013-12-221-1/+1
* Handling implicit unapply arguments.Martin Odersky2013-12-201-1/+1
* Fixes for desugarings of case classes.Martin Odersky2013-12-071-1/+2
* Refactorings in TypeComparers and elsewhereMartin Odersky2013-11-281-5/+1
* Changed SignaturesMartin Odersky2013-11-271-1/+1
* Cleanup of TermRef.withSym and TypeRef.withSymMartin Odersky2013-11-251-6/+6
* Cleanup of named type creation from SymDenotations.Martin Odersky2013-11-231-7/+6
* Renaming: typeConstructor -> typeRefMartin Odersky2013-11-221-1/+1
* 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-271-0/+6
* Added isRef method to determine whether a type is a typeref that refers to a ...Martin Odersky2013-09-261-2/+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-201-1/+1
* Refactored scheme for maintaining sourceModule, moduleClass and decls in lazy...Martin Odersky2013-08-201-20/+11
* 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-111-2/+10
* 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-221-1/+1
* More tree refactorings.Martin Odersky2013-05-221-1/+2
* 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-171-1/+1
* Re-organized comparisons of types with classes.Martin Odersky2013-04-101-4/+4