aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/pickling
Commit message (Expand)AuthorAgeFilesLines
* Remove debug message from ClassfileParser.Dmitry Petrashko2015-04-091-4/+0
* Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-091-1/+1
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-097-12/+12
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-0915-282/+282
* Code simplifications stimulated by SimplifyBooleanExpressionChecker.Dmitry Petrashko2015-04-091-1/+1
* Replace tabs with 4 spaces in Dotty source.Dmitry Petrashko2015-04-091-19/+19
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-093-3/+3
* Simplified unpickling of refined types via nextUnsharedTagMartin Odersky2015-04-071-11/+5
* Change of TERMREFsymbol/TYPEREFsymbol semanticsMartin Odersky2015-04-073-50/+41
* Fix Deferred flag determination when unpicklingMartin Odersky2015-04-071-2/+14
* Move normalizeClassRef to readTemplateMartin Odersky2015-04-071-12/+8
* Avoid spurious Deferred flag when unpickling classes.Martin Odersky2015-04-071-1/+2
* InSuperCall is always passed explicitly.Martin Odersky2015-04-071-1/+0
* Produce expanded names.Martin Odersky2015-04-076-13/+24
* Avoid reading symbol's denotation before overwriting them in UnpicklerMartin Odersky2015-04-071-29/+29
* Fixed test failure for core_pickling.Martin Odersky2015-04-031-1/+4
* Merge pull request #416 from dotty-staging/pickler-modularDmitry Petrashko2015-04-031-2/+10
|\
| * Address reviewer comments on #416Dmitry Petrashko2015-04-031-6/+2
| * Populate addresses of symbols after picklerDmitry Petrashko2015-03-181-1/+5
| * Update address maps of symbols after compactionDmitry Petrashko2015-03-181-1/+9
* | 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 ClassfileParserDmitry Petrashko2015-03-281-2/+8
* | Make companion-module links in UnPicklerDmitry Petrashko2015-03-281-1/+6
* | Remove code duplication between Namer, ClassfileParser and UnPicklerDmitry Petrashko2015-03-262-14/+6
* | Add companion class methods for files read from scala & javaDmitry Petrashko2015-03-252-0/+20
|/
* Tweaks to pickle formatMartin Odersky2015-03-186-17/+17
* Added missing patch to DefaultInit drop.Martin Odersky2015-03-181-1/+0
* Simplifications to pickled flagsMartin Odersky2015-03-183-29/+27
* Drop environment from pickled closures.Martin Odersky2015-03-182-9/+9
* Change to PickleFormatMartin Odersky2015-03-183-7/+4
* Add support of Shadowed names to TastyPrinterMartin Odersky2015-03-181-0/+1
* Simplifications to TASTy formatMartin Odersky2015-03-183-19/+14
* Remove Throw from picklingMartin Odersky2015-03-183-8/+0
* Further harmonization between typing and unpicklingMartin Odersky2015-03-181-3/+5
* Drop choice of separator in expanded name.Martin Odersky2015-03-181-1/+1
* Pickle signatures using qualified names.Martin Odersky2015-03-182-2/+10
* Harmonize treatment of simplified between typer and unpicklerMartin Odersky2015-03-181-4/+4
* Fix unpickling parameter aliasesMartin Odersky2015-03-181-3/+7
* Pickle shadowed namesMartin Odersky2015-03-186-7/+33
* Fix to pickling literalsMartin Odersky2015-03-181-2/+7
* Re-org of pickling framework to enter before readMartin Odersky2015-03-182-64/+97
* Avoid treating setters as class parameters when picklingMartin Odersky2015-03-181-1/+2
* Harmonize parameterless constructors between unpickling and namerMartin Odersky2015-03-181-1/+2
* Deal gracefully with out-of-scope references wehn unpicklingMartin Odersky2015-03-181-4/+30
* Revert of interpolation decision when generating APPLIEDTYPEsMartin Odersky2015-03-181-1/+1
* More fixes to unpicklingMartin Odersky2015-03-181-20/+23
* Fix tricky problem with re-establishing denotations of selftypesMartin Odersky2015-03-182-8/+31
* Fix TastyReader#readLongIntMartin Odersky2015-03-181-1/+1
* Compute PureInterface flag after pickling.Martin Odersky2015-03-181-16/+11