aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/pickling
Commit message (Expand)AuthorAgeFilesLines
* Fix serialization of Bind-defined types in type patterns.Martin Odersky2015-03-182-6/+19
* Make pickling output printer-dependent.Martin Odersky2015-03-181-1/+2
* Turn on full compression of Tasty tree buffers.Martin Odersky2015-03-181-9/+26
* Changes to Tasty format:Martin Odersky2015-03-183-27/+49
* Eliminate raw numbers from Tasy formatMartin Odersky2015-03-183-16/+5
* Add TASTY readers and printers for TASTy info.Martin Odersky2015-03-1810-95/+573
* Make bestFit work for partially filled arraysMartin Odersky2015-03-181-1/+1
* First prototype of pickler.Martin Odersky2015-03-187-0/+1129
* Fix printing errors in ClassfileParser.Dmitry Petrashko2015-03-181-1/+1
* ClassfileParser.innerClasses - fix error message.Dmitry Petrashko2015-03-181-1/+1
* 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
* | Merge pull request #310 from dotty-staging/fix/#305-annot-bootstrapDmitry Petrashko2014-12-312-5/+5
|\ \
| * | New method on scopes: openForMutationsMartin Odersky2014-12-181-1/+1
| * | More careful usage of unforced decls in classes.Martin Odersky2014-12-182-4/+4
| |/
* / Allow for varargs passed to Java annotation constructors.Martin Odersky2014-12-191-12/+27
|/
* Merge pull request #251 from dotty-staging/shared-backendDmitry Petrashko2014-12-171-1/+3
|\
| * Hack ClassFileParser to not treat Null$ or Nothing$ as modules.Dmitry Petrashko2014-12-161-1/+3
* | Replace Throwable catches with NonFatalMartin Odersky2014-12-151-1/+2
|/
* 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