aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/pickling/UnPickler.scala
Commit message (Expand)AuthorAgeFilesLines
* Fixed test failure for core_pickling.Martin Odersky2015-04-031-1/+4
* Both module and class being unpickled need to register links.Dmitry Petrashko2015-03-301-4/+10
* Fix #443, set moduleClass of class being lazily unpickled.Dmitry Petrashko2015-03-301-1/+5
* Make companion-module links in UnPicklerDmitry Petrashko2015-03-281-1/+6
* Remove code duplication between Namer, ClassfileParser and UnPicklerDmitry Petrashko2015-03-261-6/+3
* Add companion class methods for files read from scala & javaDmitry Petrashko2015-03-251-0/+10
* Fix for #371Martin Odersky2015-02-241-1/+2
* Merge pull request #331 from dotty-staging/fix/refined-subtypingodersky2015-01-311-12/+8
|\
| * Rename RefinedThis -> SkolemTypeMartin Odersky2015-01-101-1/+1
| * Reverting the idea that RefinedThis types take levels.Martin Odersky2015-01-101-2/+6
| * Provide the correct levels for RefinedThis types.Martin Odersky2015-01-011-11/+3
* | New method on scopes: openForMutationsMartin Odersky2014-12-181-1/+1
* | More careful usage of unforced decls in classes.Martin Odersky2014-12-181-3/+3
|/
* Extracting ApplyOverloaded to be reused in UnPickler and ClassfileParserDmitry Petrashko2014-11-221-15/+3
* Fix ElimRepeated not transforming modifiers in tree.Dmitry Petrashko2014-11-221-1/+1
* Dotty typer deviation triggered in UnpicklerDmitry Petrashko2014-11-221-1/+2
* Infer if overloading resolution should trigger implicit search.Dmitry Petrashko2014-11-221-33/+28
* Fix StackOveflow due to implicit resolution in readAnnotationContentsDmitry Petrashko2014-11-221-1/+1
* readAnnotationContents that should be able to resolve overloaded constructors.Dmitry Petrashko2014-11-221-12/+36
* Restructure Try node.Dmitry Petrashko2014-10-301-1/+1
* Fix a bug in unpicklerMartin Odersky2014-09-051-1/+1
* Make ThisTypes take TypeRefs instead of ClassSymbolsMartin Odersky2014-08-271-4/+4
* Rebinding ThisTypesMartin Odersky2014-08-271-1/+1
* LazyRefs break cycles for unpickled typesMartin Odersky2014-08-081-1/+6
* Eliminate JavaRepeatedParamClassMartin Odersky2014-08-031-2/+2
* Make TypeParamCreation flags depend on ownerMartin Odersky2014-07-171-1/+1
* Added infix methods for some tree constructionsMartin Odersky2014-07-171-1/+1
* Various cleanups and utility additionsMartin Odersky2014-07-171-6/+6
* Handling higher-kinded types with lambdasMartin Odersky2014-06-181-4/+6
* Main Typer reorg.Martin Odersky2014-03-071-2/+2
* Fix of #34Martin Odersky2014-03-031-1/+1
* Rename baseType -> baseTypeRefMartin Odersky2014-03-021-1/+1
* Misc performance improvements by eliminating stupid allocationsMartin Odersky2014-02-241-0/+1
* Avoid memory leaks on repeated compilation.Martin Odersky2014-02-241-6/+6
* 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