aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/pickling
Commit message (Expand)AuthorAgeFilesLines
* Hack ClassFileParser to not treat Null$ or Nothing$ as modules.Dmitry Petrashko2014-12-161-1/+3
* Annotations have JavaSeqLiterals inside.Dmitry Petrashko2014-11-221-1/+1
* Extracting ApplyOverloaded to be reused in UnPickler and ClassfileParserDmitry Petrashko2014-11-222-16/+4
* add mapping ENUM -> Enum to PickleBufferOndrej Lhotak2014-11-221-1/+2
* 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
* Add the right constructor to Java annotationsMartin Odersky2014-11-221-0/+40
* Avoid computing info of TypeRefs for Object <-> Any comversions in ClassfileP...Martin Odersky2014-11-131-4/+8
* Clean up code relating to interfaces.Martin Odersky2014-11-103-4/+5
* Restructure Try node.Dmitry Petrashko2014-10-301-1/+1
* Rename flag Static -> JavaStaticMartin Odersky2014-10-262-2/+2
* Avoid capturing an old context in Classfile#typeParamCompleterMartin Odersky2014-10-121-2/+4
* 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-082-2/+12
* Eliminate JavaRepeatedParamClassMartin Odersky2014-08-031-2/+2
* Make TypeParamCreation flags depend on ownerMartin Odersky2014-07-172-2/+2
* Added infix methods for some tree constructionsMartin Odersky2014-07-171-1/+1
* Various cleanups and utility additionsMartin Odersky2014-07-172-14/+14
* Added phase: SuperAccessorsMartin Odersky2014-07-171-1/+1
* Handling higher-kinded types with lambdasMartin Odersky2014-06-181-4/+6
* Removing duplication between Any and Object methodsMartin Odersky2014-05-081-2/+4
* Reworked erasure denotation transformerMartin Odersky2014-03-291-2/+1
* ClassfileParser: apply scala commit e78896f (invokedynamic)Samuel Gruetter2014-03-212-2/+9
* ClassfileParser: apply scala commit b2c67b3 (java8 default methods)Samuel Gruetter2014-03-211-0/+7
* ClassfileParser: apply scala commit f91242c6959471b6c463538beSamuel Gruetter2014-03-211-3/+10
* Removed explicit tuplings from dotc codebase.Martin Odersky2014-03-201-5/+5
* Main Typer reorg.Martin Odersky2014-03-071-2/+2
* Merge pull request #37 from DarkDimius/assertionsDmitry Petrashko2014-03-041-2/+2
|\
| * Typos corrected.Dmitry Petrashko2014-03-031-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-242-18/+22
* Avoid memory leaks on repeated compilation.Martin Odersky2014-02-242-7/+7
* 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
* Some changes in the interest of speedups.Martin Odersky2014-02-121-3/+3
* Symbol loaders no longer complete with creation contextMartin Odersky2014-02-092-154/+148
* Making completer take an implicit contextMartin Odersky2014-02-092-6/+6
* Fix bug for reading type arguments in ClassfileParserMartin Odersky2014-02-061-2/+2
* Replacing most occurrences of HashMap with AnyRefMapMartin Odersky2014-01-301-2/+2
* Making files in pickling dotty-compliant.Martin Odersky2014-01-144-32/+39
* 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